๐Ÿ” FAIRNESS VERIFIER

Recompute any spin yourself. Get the SERVER SEED by rotating your seed in the game's FAIR panel โ€” the hash you saw before playing must equal SHA-256 of the revealed seed, and every spin recomputed here must match what you were paid. This page uses the exact same public engine.js the game runs.
Seed-hash check: paste the server seed and its SHA-256 is shown automatically.
Bonus accounting: the triggering base spin uses nonce N; its free spins use N+1, N+2, โ€ฆ (each retriggered spin continues the sequence). Wins are floored to 0.0001 DMT per spin.
RNG: floats from HMAC-SHA256(serverSeed, clientSeed + ":" + nonce + ":" + block), 8 floats per 32-byte block.