-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Prerequisites
- I have searched for existing issues that already report this problem.
Device
Laptop/Desktop
Device OS
Linux
Device OS Version
0.3.6
Browser
Firefox
Browser Version
na
Current Behavior
- The Generate RPC User Credentials action destroy's existing rpcauth entries in bitcoind.conf instead of appending them.
- The user in the rpcauth is double-quoted where is should be unquoted rpcauth="bubba": vs. rpcauth=bubba:
- The hash algorithm used is incorrect for bitcoind. Verify with this public tool (only for testing, don't leak access to your production servers) https://jlopp.github.io/bitcoin-core-rpc-auth-generator/
- Unclear if the bitcoind service should restart or if it watches the conf file and acts appropriately.
Expected Behavior
Things should work.
Steps to Reproduce
See above
Anything else?
No response
Metadata
Metadata
Assignees
Labels
No labels