BetFury Originals verifier
BetFury commits to SHA-256 of the random seed, then reveals that seed as result_padding. Paste the hash and random seed from Fairness. This page hashes the seed in your browser and reads the prefix — it does not invent a Stake-style HMAC.
Check a BetFury hash
Pick Dice, Limbo or Plinko, then paste the committed hash and the revealed random seed. A match means the seed was not swapped after the hash was shown. The result is the text before the first underscore.
Paste a hash and random seed, then verify.
A hash of a result already written in the seed
1 · BetFury shows a hash first
Open Fairness on Dice, Limbo or Plinko before you bet. The hash is SHA-256(randomSeed) for the next round. After the bet, Fairness reveals the random seed that must hash back to it.
2 · The seed already holds the result
BetFury writes the seed as <result>_<padding>. Dice looks like 52_…, Limbo like 1.91_…, Plinko like a 0/1 path then an underscore. The check is SHA-256(randomSeed) === hash and randomSeed.split('_')[0].
3 · What a match proves
A matching hash proves the revealed seed is the string that was committed. It does not recompute a roll from a client seed and nonce — BetFury does not publish that formula. Stake, Shuffle and BC.Game live on the main verifier.
4 · Only these three games
Dice, Limbo and Plinko use the published result_padding seed. Other BetFury originals stay off this page until their seed format is confirmed the same way.