theQRL / QRL

Quantum Resistant Ledger
https://theqrl.org/
MIT License
417 stars 109 forks source link

slow sync #1557

Closed seanlis closed 6 years ago

seanlis commented 6 years ago

Describe the bug It took me 2 days to sync a node, and it's still not finished.

To Reproduce Steps to reproduce the behavior:

  1. start_qrl

Expected behavior faster sync

Desktop (please complete the following information):

Additional context When the blockchain grows, It will probably take even more time to sync.

cyyber commented 6 years ago

Optimization has been done for the node syncing, as the syncing nodes will not check for any stale transaction and will not receive any new transaction. PR #1562

seanlis commented 6 years ago

Great. Thanks for the fast fix.