Post
Topic
Board Altcoin Discussion
Re: How to work out 'checkpoint of stake modifiers'?
by
Skyripper
on 02/11/2016, 22:23:07 UTC
You need to comment out this check while creating the genesis block

example..
https://github.com/mammix2/boostcoin-core/blob/master/src/main.cpp#L2074-L2075

Then uncomment it once you're up and running

Thank you very much, it helped me a lot.