System: Message
GAMES / 哈希驗證器

Don't Trust Your Luck Verifier

在此處輸入您已揭曉的 Server Seed,系統將在本地重新計算並比對哈希與開獎結果。Don't trust, verify.

Cryptographic Seed Verifier

How it works:

1. The SHA-256 of the seed matches the Public Hash shown before the round starts.

2. The SHA-512 of the seed generates the Lucky Number (1-100) using the formula below:

// Cryptographic Proof Calculation
const hash = sha512(seed);
const sub = hash.substring(0, 8);
const luckyNumber = (parseInt(sub, 16) % 100) + 1;
const outcome = luckyNumber >= 51 ? 'BIG' : 'SMALL';

Don't Trust Your Luck Mobile App

Official game app is live! Store your progress, challenge players on global real-time leaderboards, and verify your results 100% on-chain/locally.

iOS QR
iOS App Store
Android QR
Google Play