Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header and Block Sync #1236

Open
corviato1 opened this issue Jul 14, 2023 · 2 comments
Open

Header and Block Sync #1236

corviato1 opened this issue Jul 14, 2023 · 2 comments

Comments

@corviato1
Copy link
Collaborator

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:

  1. On Linux Ubuntu, downloaded core wallet(v4.6.1)
  2. Double clicked raven-qt in bin folder
  3. Followed steps for first time run
  4. Waited for full sync
  5. Opened raven.conf file
  6. Closed wallet
  7. Edited file to: *
  8. Saved file
  9. Turned off computer
  10. Turned on computer, went to bin
  11. Opened terminal
  12. Ran: $./raven-qt

Expected behaviour

Upon opening Raven Core - Wallet:

  1. Headers should sync
  2. 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
    }

github-ravencore-issue-july14th2023

@corviato1
Copy link
Collaborator Author

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?

@dicklarsson
Copy link

Just a guess, it is normal. Did the sync go well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants