I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Cannot connect to the wallet

dashed-slug.net Forums General discussion Cannot connect to the wallet Reply To: Cannot connect to the wallet

#10096
alexg
Keymaster

This means that the password you entered in the coin adapter settings does not match the one in your conf file.

In Bitcoin there are two ways to specify RPC API credentials: rpcauth/rpcpassword, and rpcauth. Use one or the other, but not both. Check that the password you’ve entered in the coin adapter settings matches the password in your wallet config.

A common problem is if your password contains the = character. This cannot be used with rpcpassword, as the = character is used as a separator between key and value in the .conf file. The simplest solution is not to use a password with the = character.

Also check that the IP in your rpcallowip clause in in CIDR notation, i.e. it should have something in it specifying the network class (see here).