Smallest Number Game


This is a test version running on the Ropsten testnet, read this on how to get Metamask, connect to Ropsten and get Ropsten ethers to play:

https://blog.bankex.org/how-to-buy-ethereum-using-metamask-ccea0703daec

Win ether by simply guessing the smallest number nobody else thought of!

The game

The point of this game is to guess the lowest unique number of a round. For example if the numbers in the round are: 1, 1, 3, 4, 6:

Every player has to pay a small amount of ethers, when submitting their number, this amount depends on the number, the bigger it is, the more you have to pay. The most of the collective ether payed in a round will be the prize for the winner of the round.

Hiding the numbers

The Ethereum blockchain and therefore the the data and the transactions of an application built on it are readable by anyone. But in this game we need to hide the numbers guessed, so we had to employ a little trick: Encrypting the numbers with a passwod given by the player. Thats why we need a separate "send number" and "uncover number" phase in the game. When sending the encrypted number we also need to add a tiny decoy ether value to hide the actual transaction value which could be used to deduce the number.

How to play

The numbers of a round are first sumbitted with password encryption. After the given round ends (one round is one day by default) it's uncover phase starts which lasts for the same time. During the uncover round players have to uncover their numbers with the password they have given. At the end of the uncover phase the winner is determined, and they can claim their prize.

Send Number








Uncover Number






Live Feed

Event Sender Address Data

Claim Prize





Current Statistics



Rules








Active Round








Uncover Round












Last Closed Round















Past Round Statistics














Recycle Round