Post
Topic
Board Electrum
Merits 5 from 2 users
Re: Interface disconnecting due to RPCError
by
DireWolfM14
on 23/05/2022, 19:57:00 UTC
⭐ Merited by hugeblack (3) ,Pmalek (2)
Sorry, I have no experience with the coin in question, but this looks funny to me.

worldcoin.conf:
Code:
listen=1
server=1
txindex=1
rpcuser=worldcoin
rpcpassword=worldcoin
rpcallowip=0.0.0.0/0
rpcbind=0.0.0.0

addnode=....

Try removing rpcallowip, or comment it out by starting the line with a hashtag (#) like this:
Code:
#rpcallowip=0.0.0.0/0

And for rpcbind try pointing that to localhost or 127.0.0.1, like this:
Code:
rpcbind=127.0.0.1

or
Code:
rpcbind=localhost