Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zcoin - The Zerocoin cryptocurrency, guaranteeing financial privacy
by
jeremy grol
on 14/10/2016, 16:30:44 UTC
why not fix this shit ?

https://github.com/zcoinofficial/zcoin/blob/master/src/checkpoints.cpp#L38

Code:
   static MapCheckpoints mapCheckpoints =
        boost::assign::map_list_of
        (     0, uint256("0xf11046292ff76af48b66de6f1a210c09825d2ab4f56975ec507766ebf9c9f443"))
;
    static const CCheckpointData data = {
        &mapCheckpoints,
        1402460085, // * UNIX timestamp of last checkpoint block
        1,    // * total number of transactions between genesis and last checkpoint
                  //   (the tx=... number in the SetBestChain debug.log lines)
        1200.0     // * estimated number of transactions per day after checkpoint
};

https://github.com/zcoinofficial/zcoin/blob/master/src/main.cpp#L45

Code:
uint256 hashGenesisBlock("0x4381deb85b1b2c9843c222944b616d997516dcbd6a964e1eaf0def0830695233");

however the codebase is old and needs lots of cleaning of unused shit, and migrating to a newer codebase.

Which is price for btc with that old code from 2009? I think 630 usd right?
 Smiley