bitzenyPlus / BitZenyPlus

[in progress] BitZeny Plus integration/staging tree created by the New Dev team
https://bitzeny.tech/
MIT License
11 stars 3 forks source link

update checkpoints #18

Closed cryptozeny closed 5 years ago

cryptozeny commented 6 years ago

https://github.com/bitzenyPlus/BitZenyPlus/blob/a5fb49d28dd8cc3e8cad260fc9748ba72e8e6e9f/src/chainparams.cpp#L143

        checkpointData = (CCheckpointData) {
            {
                {0, uint256S("0x000009f7e55e9e3b4781e22bd87a7cfa4acada9e4340d43ca738bf4e9fb8f5ce")},
                {21613, uint256S("0x00000026d817ea814504686131485ef24b5782f3fedc954e8520e345f04b61b8")},
                {51104, uint256S("0x000000543aa26a791eac84bce37d29780c84b0039e7871181cfb60ad75681c31")},
                {80608, uint256S("0x00000000b909a6037afd8697d7f7e718b133c2d2a6e810d40bd38d5eaaebeb07")},
                {194862, uint256S("0x000000b69614bb7ba3de61e65b4ac98dcd63134eef83dbbac5bb4a0e3b859c8a")},
                {398630, uint256S("0x00000087ab8e37bae1cc0441a3473c253bca847340d5530439964b2d5ee43fa1")},
                {543227, uint256S("0x000000576442a8fa691bccebed4a35509025e7c97f691af08b4bbae96675e57e")},
                {746790, uint256S("0x0000017098883fac12441cdc6d06069ee2ccf8031c6ead40281b240ec549b060")},
                {890507, uint256S("0x000000b9fb587f4976e63776c9f92a9a429cb0217803f0323a09a121bcaec1a9")},
            }
        };

Now we are block 1301147

1 or 2 more checkpoints should be added to prevent unexpected hard fork.

cryptozeny commented 6 years ago

https://bitcoin.stackexchange.com/questions/1797/what-are-checkpoints

check it

cryptozeny commented 5 years ago

https://github.com/bitzenyPlus/BitZenyPlus/pull/39

@bellflower2015 thanks merged