HASHSCORE games are now provably fair using cryptographic secrets that change every minute. Players can no longer predict scores before sending transactions, and every game result can be independently verified. This upgrade was inspired by feedback from @minus-pi.
@minus-pi discovered that our hash scores could be predicted before sending transactions. Since transaction hashes are known immediately after signing (but before broadcasting), a clever player could:
This defeated the randomness of the game. Props to @minus-pi for bringing this to our attention and demonstrating it responsibly!
We've implemented a provably fair system inspired by @magicdice's approach:
How it works:
SHA256(transaction_hash + secret) instead of the raw transaction hashThe Formula:
salted_hash = SHA256(your_transaction_hash + server_secret)
your_score = sum of all hex characters in salted_hash
Every reward transaction now includes:
Example memo:
Result: HASHSCORE Default | Win High | Your HASHSCORE: 463 |
Secret: K1jyq5sV3PHZuhSs |
Verify: https://hashscore.fun/verify.php?tx=abc123...&s=K1jyq5sV3PHZuhSs
Click the verify link and you'll see:
You had to trust that our system was fair. There was no way to verify.
This is the same proven system used by other successful blockchain gaming platforms like @magicdice.
We've also upgraded the user experience:
Old way: Instant preview showing predicted score (now we know this was wrong!)
New way:
Secret Rotation:
Database Storage:
Verification Process:
// What you can verify:
$salted_hash = hash('sha256', $your_tx_hash . $revealed_secret);
$your_score = calculate_score($salted_hash);
// Compare with the score we gave you - they match!
Big thanks to @minus-pi for:
This is exactly the kind of community feedback that makes Hive projects better. Thank you! 🙏
✅ Fair gameplay - No one can game the system anymore
✅ Transparency - Every result is verifiable
✅ Trust - Don't trust us, verify us!
✅ Same great games - All games still work exactly the same
✅ Better UX - Real-time results with verification links
Play fair. Verify everything. Welcome to the new HASHSCORE.
🎲 https://hashscore.fun
🔒 Provably Fair | Built on Hive | Powered by Community Feedback
#hive #gaming #hashscore #provablyfair #blockchain #gaming #transparency