Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
After providing rpc credentials using bitcoin-cli, the following error appears:
‘Error parsing command line arguments: Invalid parameter -rpcpasssword=password’
telnet to localhost connects with bitcoind running
Expected behaviour
no error
Steps to reproduce
This is how the bitcoin.conf looks like:
# Enable RPC server server=1
# RPC settings rpcuser=user rpcpassword=password
# Optional: Set the RPC port (default is 8332) rpcport=8332
# Optional: Allow connections from specific IP addresses # If you want to allow connections from any IP address, uncomment the next line #rpcallowip=0.0.0.0/0
# If you want to restrict to a specific IP address or subnet #rpcallowip=
bitcoin-cli -rpcuser=user -rpcpasssword=‘password’ start
Relevant log output
No response
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
27.0
Operating system and version
Ubuntu 20.04.6 LTS
Machine specifications
No response