5
6
In Ethereum, what is an uncle?
Why does Ethereum take this approach, instead of having a single chain of blocks back to the genesis block?
If you mine a block, and it only gets included as an uncle, how much of the original reward do you get?
How long after the uncle is created is it allowed to be included into a block?
1
The motivation is to include stale blocks into the chain, so that the blockchain can have faster confirmation times. I haven't gone through it all, but the bulk of the reasoning for using "uncle" blocks seems to be laid out here.
– morsecoder – 2015-09-03T17:31:15.743