catena
catena copied to clipboard
Implement proof-of-authority
Instead of PoW, allow a select set of keys to sign blocks. The genesis block decides on the mechanism used for signing blocks.
The list of keys that are allowed to sign blocks should be stored in a special table.
See also https://github.com/ethereum/EIPs/issues/225
Would this be only for private chains? The public chain should keep PoW