Random Values in Ethereum
Here is the evolution of the problem of random values in Ethereum:
Denny’s lottos approach, use future hashes of blocks. These are psuedorandom, but the problem is that miners know which they have when they get a block. So if it makes enough difference for bets of the miners and/or people paying the miners, they can just not publish it and affect the odds.
Have commitments to random value from the different players
H(R1)
,H(R2)
and laterR1
,R2
are revealed(checked,) and combined. Failing to provide your value will give maximum losses. This one is secure, but it is a bit tedious and inconvenient two step process.Finally, have a RANDAO where some parties put stake(like ethers) in, and commit random values like before. If they later come up with the actual values they get a payment, otherwise they lose their stake. The random values are accessible from other contracts with a small payment, or the DAO contract calls the other contract when the random value is in. (Me and Dennis McKinnon came up with it)
Basically the suppliers of the random values in the RANDAO can still fail to publish their random values. However, the stake they put in can be much larger than a single block reward, it can be large enough so that it cant be profitable to do so when there are some bets benefitting.
Afaik the above basically is the relevant story, here is an the main Ethereum thread about it.
The RANDAO still has to be created ‘in earnest’.
Blog Posts
2021-07-17 | Type Stack Calculation project intro |
2020-08-26 | Camcorder planet viewing |
2020-05-15 | I Made a Sha256 based port knocking program |
2017-12-26 | Probably kindah like a Snowflake simulation |
2017-10-29 | More Pixel fun turtles |
2016-09-22 | Pixel fun - messing with turtles |
2016-05-17 | Finally put together page_html |
2015-11-12 | libre decentralized software |
2015-02-03 | Tinfoilchat inspired ideas |
2015-01-07 | Public goods and business models |
2014-12-22 | Captcha Quicky |
2014-12-12 | Assurance contract mention |
2014-11-21 | Publishing DAO, and its holy grail |
2014-11-02 | Grudge escrow contract |
2014-09-11 | The core Blockchain idea |
2014-06-03 | Hanging blocks |
2014-05-29 | Voting power needed for DAO/DO decisions |
2014-05-17 | What is Ethereum to people? |
2014-05-08 | Just show up anytime jobs |
2014-05-08 | Proof of Reserve and voting |
2014-05-08 | DHTs: more than just storage |