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

v0.10.2 RPC not working #591

Closed
laakie opened this issue Jun 15, 2021 · 4 comments
Closed

v0.10.2 RPC not working #591

laakie opened this issue Jun 15, 2021 · 4 comments

Comments

@laakie
Copy link

laakie commented Jun 15, 2021

After updating to Release v0.10.2 lots of config file parameters are not working anymore:

2021-06-15T15:37:15Z Ignoring unknown configuration value server 2021-06-15T15:37:15Z Ignoring unknown configuration value gen 2021-06-15T15:37:15Z Ignoring unknown configuration value staking 2021-06-15T15:37:15Z Ignoring unknown configuration value enableaccounts 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcworkqueue 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcthreads 2021-06-15T15:37:15Z Ignoring unknown configuration value rpctimeout 2021-06-15T15:37:15Z Ignoring unknown configuration value connections 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcbind 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcbind 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcconnect 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcallowip 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcconnect 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcallowip 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcconnect 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcallowip 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcconnect 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcallowip 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcconnect 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcallowip 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcconnect 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcallowip 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcuser 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcpassword 2021-06-15T15:37:15Z Ignoring unknown configuration value rpcport

What happend here?

@backpacker69
Copy link
Member

what happened is that these options are deprecated in bitcoin 0.20.2. rpc password and user has been replaced with rpcauth. ports are configured with different syntax, instead of staking there's minting option, etc

@laakie
Copy link
Author

laakie commented Jun 15, 2021

Thanks.
That makes sense,
Can you point me to the right syntax to specify :
rpcport;
rpcusername;
Rpcpassword;

Or is there a way to enable deprecated options or something ?

@backpacker69
Copy link
Member

my apologies, some of the rpc parameters went missing during conflicted merge to 0.20.2, thanks for reporting this

@laakie
Copy link
Author

laakie commented Jun 15, 2021

Ah. Alright, I'm running latest BTC release with the same config as well. No problems there.

Hope it's not to much trouble to fix.
Awaiting the next update then :)

Thanks for the hard work

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

3 participants