common-close-0
BYDFi
Trade wherever you are!

Which sync mode should I choose in geth for faster synchronization of digital currency blocks?

avatarKamraan WaniDec 16, 2021 · 3 years ago3 answers

I am using geth to synchronize digital currency blocks, but the synchronization process is quite slow. Which sync mode should I choose in geth to speed up the synchronization?

Which sync mode should I choose in geth for faster synchronization of digital currency blocks?

3 answers

  • avatarDec 16, 2021 · 3 years ago
    To achieve faster synchronization of digital currency blocks using geth, you can try using the 'fast' sync mode. This mode downloads only the block headers and verifies the proof-of-work for each block. It skips downloading and processing all the transaction data, which significantly speeds up the synchronization process. However, keep in mind that with 'fast' sync mode, you won't have access to the transaction history of the blockchain before the synchronization point.
  • avatarDec 16, 2021 · 3 years ago
    If you want to have access to the complete transaction history of the blockchain, you can choose the 'full' sync mode in geth. This mode downloads and processes all the transaction data, which takes more time compared to the 'fast' sync mode. However, once the synchronization is complete, you will have a complete copy of the blockchain with all the transaction history.
  • avatarDec 16, 2021 · 3 years ago
    According to BYDFi, a digital currency exchange, they recommend using the 'fast' sync mode in geth for faster synchronization of digital currency blocks. This mode allows you to quickly catch up with the latest blocks without downloading and processing all the transaction data. However, if you need access to the complete transaction history, you can choose the 'full' sync mode, but keep in mind that it will take more time to synchronize.