Fonta1n3 / FullyNoded

Self sovereign, secure, powerful, easy to use wallet that utilizes your own node as a backend. Powered by PSBT's and descriptors. Acts as an offline signer using your node as a watch-only wallet. C-Lightning compatible for instant, unfairly cheap payments.
https://fullynoded.app
Other
199 stars 31 forks source link

Changing RPC Password not picked up #143

Closed MattDHill closed 3 years ago

MattDHill commented 3 years ago

Describe the bug It appears that changing a node's RPC Password is getting picked up.

To Reproduce Steps to reproduce the behavior:

  1. Change RPC Password in Core node
  2. In Fully Noded, go to 'Node Manager --> Bitcoin Core Node'
  3. Update RPC Password to match new password and hit "Save"
  4. Fully Noded fails to connect
  5. Observe logs in Bitcoin Core showing ThreadRPCServer incorrect password attempt from <host>

The problem can be resolved by deleting the node from Fully Noded, then adding it again with the new credentials.

Device (please complete the following information):

Fonta1n3 commented 3 years ago

Hey @MattDHill

Did you reboot bitcoind after changing the rpcpassword?

MattDHill commented 3 years ago

Yes, and we confirmed using curl that the new creds took. So this appears to be a client issue. Deleting the node from FN and re-adding it appeared to solve the problem.

MattDHill commented 3 years ago

If you cannot reproduce by just changing your RPC pass, restarting Bitcoind, then editing the pass field in FN, let me know, and I will dig deeper.

Fonta1n3 commented 3 years ago

@MattDHill I was not able to reproduce this. Only difference is I am working with a local node, I can not test against my onion node as Tor V3 seems to be down again :(

Any chance you can see if this is reproducible on your end with a local node where the address in the FN Node Manger is set to 127.0.0.1:8332?

Fonta1n3 commented 3 years ago

Unable to replicate and no further info provided... please reopen if you can replicate.