Thank you all for your Messages!
Regarding the 3x 2500 free REA token:
The wheel of fortune smart-contract is uploaded here
https://etherscan.io/address/0x00be721be5e52da3a7e3e3e1dd871bbc5e1c17fbWe will "spin" the wheel 20 times and the last digits of the 20th Hash will be the winner of 2500 REA tokens from the current Git-Hub List (
https://github.com/realisto/REATokenLottery/blob/master/PresaleLottery.txt)
Afterwards we are going to draw the winner of the 15% bonus stage, and on saturday we will draw the winner of this weeks 2500 REA! (you can still get on that list by contributing at least 1 ETH here
www.tokensale.realisto.io)
Here is a short explainer form our CTO for the wheel of fortune contract
REA Lottery Wheel Contract
The constructor sets last_hash to some initial value.
Every call to spin() will increase the round_count by one and
a put a new "random" hash into the storage map "hashes".
spin() accepts an argument which can be used to introdue more "randomness".
The community can participate by sending small amounts of Eth (no matter the value)
to the smart contract. The value sent together with timestamp and blocknumber increase
the "randomness".
The outcome of round
can be retrived via call to get_hash().