Closed satindergrewal closed 3 years ago
https://github.com/PirateNetwork/piratewallet-light-cli/blob/master/coin-checkpoint.json
This file has newer checkpoints
https://github.com/PirateNetwork/piratewallet-light-cli/blob/master/coin-checkpoint.json
This file has newer checkpoints
Thanks @CryptoForge!
I also got other checkpoints from local debug log file of piratewallet-lite-cli
lite client, and used them in the iOS wallet as well. Now wallet syncs up with network very quick! 👍
Here's relevant git commit link: https://github.com/Meshbits/ZcashLightClientKit/commit/e425414fdeb98f057cbd52602589e4add80d5189
Right now the checkpoints for Pirate chain are with the difference of 100k to sync with the network, and the last or recent one starts from height 1,000,000. Whereas the current height is somewhere about 1,390,000+. That's near to 400k block headers which needs to download and make mobile wallet sync with the network.
I used this file to get required
blockheight
andsapling_tree
relevant data to update the dependency of this iOS wallet updated: https://raw.githubusercontent.com/piratenetwork/piratewallet-light-cli/merge_upstream/coin-checkpoint.jsonCheckpoints set for this iOS wallet, based on blocks info taken from piratewallet-light-cli: https://github.com/Meshbits/ZcashLightClientKit/blob/shield-funds-poc/ZcashLightClientKit/Stencil/WalletBirthday+saplingtree.stencil
I need more checkpoints with the same info to add to the list, which will make syncing wallet faster with the network: