How the game works:
1. When new game is started, the following items are generated:
- Game address
- Lucky number from 00 to 99 with cryptographic salt(not shown till the end of the game)
- SHA-512 hash of secret number
2. Users send 0.01 WART to the game address.
3. Every transaction hash is concatenated with hash of first block which includes tx and is hashed with SHA-512.
- Then resulting hash of transaction hash + hash of first block is converted into transaction hash number.
- Last two digits of the transaction hash number is transaction number.
4. First transaction which has the transaction number equal to the lucky number is declared winner.
5. Winner gets paid WART from his own transaction + WART from all previous transactions minus fees.
Use
checker to verify that transaction is processed correctly transaction
Note: game takes 2% commission from prize payment + substracts withdrawal fee(1 sat).
Rules:
1. User must not use exchange address. User must use wallet with return address like:
Wart Dapp,
Browser Extension Wallet,
CLI wallet.
2. User must reload game page before sending transaction to verify that address is for current game.
3. User must wait for transaction to be processed before sending the next one.
4. Transactions after winning transaction are not processed and are taken by the game owner.