alexdovzhanyn / elixium_core

A privacy-preserving decentralized application network
https://www.elixiumnetwork.org/
281 stars 37 forks source link

Make Genesis block a mined block #64

Closed alexdovzhanyn closed 6 years ago

alexdovzhanyn commented 6 years ago

The genesis block is currently hard-coded into the codebase. Let's change this so that the genesis block is mined just like all the other blocks, but allow it to be a special case so that it doesn't need to have a previous_hash.

alexdovzhanyn commented 6 years ago

@chaintip 30 days

chaintip commented 6 years ago

0.00906372 BCH| ~ 5.05 USD has been tipped to this issue by @alexdovzhanyn. To claim this bounty, get a pull request merged with @chaintip fixes #64 in the creation comment.

alexdovzhanyn commented 6 years ago

Fixed in #65