Author

Topic: Need help to set new checkpoints (Read 405 times)

sr. member
Activity: 306
Merit: 250
February 16, 2014, 08:07:01 AM
#2
bump
sr. member
Activity: 306
Merit: 250
February 16, 2014, 07:25:01 AM
#1
Hi all im new with altcoins,i have compile my own altcoin all running fine.
But now i want to know how to set new checkpoints,where i can get the new hash and block index?

Code:
    static MapCheckpoints mapCheckpoints =
        boost::assign::map_list_of // Yo dawg, this is the secret. Checkpoint 0 hash == Genesis block hash.
        (         0, uint256("0x66647a017469253458fe0c727b7f324376a8d638e6c4355ac9b306913fefe80")),
                  ?, uint256("0x???????????????????????????????????????????????????????????????????????"))
        ;

Thanks for any help.
Jump to: