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

#10165
alexg
Keymaster

Hello,

There is no rpcbind statement in your config. Add the following:
rpcbind=a.b.c.d
where a.b.c.d is the public internet IP of your wallet server.

Also, I believe that the rpcallowip statements must be in CIDR notation. Try:

rpcallowip=127.0.0.1/8
rpcallowip=45.87.80.226/24
rpcallowip=45.87.80.240/24
rpcallowip=45.87.80.254/24

with regards