-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
RPC server doesn't start when txindex or addrindex #1067
Comments
Are you sure you don't have a typo leading to the file not being read properly? I just tested this locally and it works properly.
|
No message about stopping RPC |
But, when
|
The RPC server does not start until the index(es) are caught up. |
Yes, I'm not show after that:
|
You have to wait until the indexes are fully caught up. Notice:
The RPC server will not start until the index(es) are up to that 239929. From your paste, you're only at 121688:
|
From my experience, this is just an expected delay upon startup. Should be able to close this I would think. |
I got stucked with this thing until found this issue. I had fully synchronised blockchain for long time until desided to enable RPC and indexing both. If this is a normal behavior could you please make it clean?
No mater which answers we got it is better to update documentation and/or logging message. Then this issue can be closed. |
If txindex=1 and/or addrindex=1 enabled in my btcd.conf, then RPC server doesn't start even when it enabled. So, commenting only this lines in btcd.conf makes RPC server start successfully.
The text was updated successfully, but these errors were encountered: