Verify any round
Every roll is determined by a Bitcoin block hash. No server seed, no oracle. Look up any round by ID.
How verification works
When all 6 players join, the round is sealed. The next Bitcoin block's hash determines the winner.
winning_number = (block_hash % 6) + 1
The block hash is public, immutable, and impossible to predict. No server seed. No oracle. Just Bitcoin.