Author

Topic: try to create altcoin, how to mine the genesis block? (Read 872 times)

legendary
Activity: 1008
Merit: 1022
Code:
if (true  && (block.GetHash() != hashGenesisBlock))

Once you have the genesis hash you can change it back to false.
sr. member
Activity: 798
Merit: 253
How to mine the genesis block to get sync?
any change to the following code:
if (false  && (block.GetHash() != hashGenesisBlock))

Or any way it shows connected but not sync
Jump to: