Post
Topic
Board Games and rounds
Re: BitcoinEater is 1BGjU8uo1mq8FQcuRRZj8K6riHPc4Dz7ft :)
by
hackrekcahxfb
on 10/08/2016, 21:42:44 UTC
python code to select index from list of addresses using block 424600 hash



Python 3.5.1 (v3.5.1:37a07cee5969, Dec  5 2015, 21:12:44)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import binascii
>>>
>>> total_addresses = 754
>>> blockhash = "00000000000000000187a165338f220262346e5fe53533d6e611dc9716b71c11"
>>> hash_bytes = binascii.unhexlify(blockhash)
>>> winner_index = int.from_bytes(hash_bytes,byteorder="little")%total_addresses
>>> print(winner_index)
16

list of addresses

http://pastebin.com/raw/JfB7N3ZJ

not in game unconformed transactions and transaction less then 0.001 btc
1 tx = 1 address ( from zero input )


You can verify all this

No words , just mathematics!