SimpleCoin icon indicating copy to clipboard operation
SimpleCoin copied to clipboard

Verify imported blockchains from peer nodes

Open cosme12 opened this issue 7 years ago • 1 comments

Loaded node_peers blockchains should be validated. find_new_chains() should verify the new imported blockchain follows the requirements. This prevent attacks that attempt to completely change the blockchain history.

cosme12 avatar Jan 14 '18 18:01 cosme12

If i understand correctly, In order to verify the hashes , we need to do the POW done by the miner again? In bitcoin , when nodes verify transactions , they have to do the same costly POW as the miner? Thank you

jrmtoubRHL avatar Jan 25 '18 16:01 jrmtoubRHL