Check an Aviator (Spribe) round yourself. Runs 100% in your browser (Web Crypto) — nothing is sent anywhere. Right-click → View Page Source to read every line, or save the page and run it offline.
Did the revealed server seed really match the hash shown before the round?
Do the revealed seeds reproduce the round hash Aviator displayed? Enter the three client seeds (from the first three bettors) and the nonce, then paste the round hash to compare — the tool tries the known concatenation orders and tells you which one matches.
How it works: Before each round Aviator publishes SHA-256(server_seed) — the sealed envelope. Aviator then combines the server seed with the client seeds of the first three bettors (and a nonce) into a SHA-512 hash that drives the round. After the round the server seed is revealed, so you can recompute both hashes and confirm nothing was swapped. Because Spribe does not publish the exact byte order of the concatenation, this tool tries the documented orders and reports which one reproduces your panel's hash. See a fully worked crash-game verification in our Blaze Crash Verifier.