Game 1 - 5 players - POT 5 BTC.
Send 1 BTC to:Game 2 - 10 players - POT 10 BTC.
Send 1 BTC to:SpreadsheetFee: 5%
Rules:- 1 bet = 1 BTC.
- Send only 1 BTC per bet.
- There's no limit for the number of bets per player.
- Do not to use online wallets or Ewallets like mybitcoin.
How to? - Win:Random number determines the winner.
If you won, you'll get your BTC automatically within a few hours at most.
How to? - Random numbers:Each payment will show an associated transaction hash in blockexplorer, the random numbers will be generated using the transactions hash.
Example Game 1 (5 players, 5 transactions):
If Blockexplorer shows:| Transaction |
| 4ae354acc3... |
| 6a787ccd44... |
| 1acad08b99... |
| deb787b130... |
| c024ebd34f... |Take the first number on each transaction (hexadecimal) and:
> 4+6+1+d+c = 24 (hexadecimal)
Convert to decimal:
> 24 (hexadecimal) = 36 (decimal)
Use the last digit:
>
36 --> 6
and add 1 (posible digits are 0,1,2,...,9 but players goes from 1 to 10)
> 6+1 =
7 --> Player 2 wins (
read How to? - Determine winners)
So, you can check the generated numbers using a calculator.
How to? - Determine winners:I will process the transactions by the Blockexplorer order, it's also kind of random if two come in the same block.
If Blockexplorer shows 9 transactions, 1 to 5 goes to round 1, 6 to 9 wait for more transactions to round 2.
Each player have an associated number:
Game 1 - 5 players - POT 5 BTC:
Transaction/Player 1 - Associated numbers: 1 and 6.
Transaction/Player 2 - Associated numbers: 2 and 7.
...
Transaction/Player 5 - Associated numbers: 5 and 10.
Game 2 - 10 players - POT 10 BTC:
Transaction/Player 1 - Associated number: 1.
Transaction/Player 2 - Associated number: 2.
...
Transaction/Player 10 - Associated number: 10.
Good luck.