-
-
Notifications
You must be signed in to change notification settings - Fork 29
Load Checkpoints from CSV
You can start your Qwertycoin Daemon (>= 5.0.1) with a CSV which contains at least 1 Checkpoint. This can be useful to solve synchronization problems.
A checkpoint is the combination of block height and the associated block hash. You can find these informations on our Explorer: https://explorer.qwertycoin.org
Under Recent blocks
you will find the Blocks and the corresponding Hashes.
This is an example Checkpoint:
269588,dd0e5f6232fde383e8249dfefb3d1d8e60834cac0edeeb26ce3179ee7fbbe7c6
We have provided an API which automatically creates the most recent block in checkpoint format. You can choose between a single line that you can use to create the CSV yourself, or you can download a CSV file – checkpoint (CSV Export).
-
Save this checkpoint.csv in the folder with your qwertycoind.exe
-
Open a CMD or a Terminal and launch your Daemon with the following command:
qwertycoind --load-checkpoints checkpoint.csv
-
Your Daemon launch and you will see a message like this:
Loading checkpoints from file...
Loaded 1 checkpoint from checkpoint.csv
-
Your daemon will now sync without an error to the checkpoint height. If the error occurs again, repeat steps 1 to 5 with new checkpoint.
-
Done
- A01. | Contributing
- A02. | Getting Started
- A03. | Qwertycoin Community
- A04. | Qwertycoin Voting
- A05. | Qwertycoin API
- B01. | Generating a Wallet
- B02. | Making a Paper Wallet
- B03. | Wallet Backup
- B04. | Wallet Recovery
- B05. | Wallet Update
- B06. | Using CLI Wallet
- B07. | Using RPC Wallet
- B08. | Using GUI Wallet
- B09. | Using Zero Wallet
- B10. | Using Web Wallet
- B11. | Using Mobile Wallet
- B12. | RPC Wallet API
- B13. | Sign and verify messages
- C01. | Start Masternode
- C02. | Fix Sync Issues
- C03. | Load Checkpoints
- C04. | JSON RPC API
- C05. | HTTP RPC API
- D01. | XMR Stak Guide
- D02. | XMR Stak Linux Guide
- D03. | XMRIG Guide
- D04. | Mining with SBC
- D05. | Cloud Mining
- D06. | Mobile Mining
- D07. | Using a Mining Pool
- D08. | Creating a Mining Pool
- E01. | How to trade QWC on Crex24
- E02. | How to trade QWC on Bitexlive
- E03. | How to trade QWC on Bisq
- G01. | Hosting Block Explorer
- G02. | Hosting Faucet
- G03. | Hosting Web Wallet
- G04. | How to use the QWC Faucet