Electric-Coin-Company / zcash-android-wallet-sdk

Native Android SDK for Zcash
MIT License
5 stars 7 forks source link

Checkpoints update #1481

Closed HonzaR closed 1 month ago

HonzaR commented 1 month ago

Is your feature request related to a problem? Please describe.

We need to update the checkpoints to prepare for our next SDK release.

Describe the solution you'd like

Instructions:

Mainnet:

python3 checkmate.py mainnet.lightwalletd.com:9067 --start-height 2232500 --interval 2500 --to-json

Testnet:

python3 checkmate.py lightwalletd.testnet.electriccoin.co:9067 --start-height 2510000 --interval 10000 --to-json