Ravencoin
Ravencoin copied to clipboard
Header and Block Sync
Describe the issue
It's been a while since I downloaded and and ran the qt from linux. I thought that headers should fully sync, then the blocks sync, but the wallet is syncing both at the same time.
Question
What should it be, one before the other, or both at the same time?
Steps to reproduce below:
- On Linux Ubuntu, downloaded core wallet(v4.6.1)
- Double clicked raven-qt in bin folder
- Followed steps for first time run
- Waited for full sync
- Opened raven.conf file
- Closed wallet
- Edited file to: *
- Saved file
- Turned off computer
- Turned on computer, went to bin
- Opened terminal
- Ran: $./raven-qt
Expected behaviour
Upon opening Raven Core - Wallet:
- Headers should sync
- Blocks should sync
Actual behaviour
Headers and blocks sync at the same time
Screenshots.
Screenshot attached
Note
- raven.conf added code {
server=1
whitelist=127.0.0.1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
rpcport=8766
rpcallowip=127.0.0.1
rpcuser=
rpcpassword= mempoolexpiry=72 rpcworkque=1100 maxmempool=2000 }
Currently the block sync is July 2019. For Number of blocks left, it says the same thing. "Unknown. Syncing Headers (2884291)"
If this is normal, can someone confirm and close this issue?
Just a guess, it is normal. Did the sync go well?