dashed-slug.net › Forums › General discussion › Cannot connect to the wallet › Reply To: Cannot connect to the wallet
March 5, 2021 at 7:21 am
#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