Im deving for other coins at the moment, can someone tell me how to work out the 'checkpoint of stake modifier' values within kernel.cpp ?
This is for one of those oh so popular PoS coins at the moment
static std::map
boost::assign::map_list_of
( 0, 0xfd11f4e7u )
;
Bump! I am interested how to get a Stake Modifier Checksum for the Genesis Block? I got this error:
ERROR: LoadBlockIndex() : genesis block not accepted
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
would you share your dependencies at C:/tools/* ??