0
This is what my conf file looks like:
prune=600
maxconnections=12
maxuploadtarget=20
rpcuser=user
rpcpassword=password
keypool=10000
server=1
[main]
rpcport=5040
Whenever I run this from the command line I get the following error:
Binding RPC on address ::1 port 5040 failed.
Binding RPC on address 127.0.0.1 port 5040 failed.
I checked for port 5040 using the netstat -a and it was listening, what's the problem?
Are you sure nothing else is using port 5040 already? – Raghav Sood – 2019-03-21T23:42:46.550
Please post the results of running
sudo lsof -i | grep 5040– Alistair Mann – 2019-03-21T23:49:34.897My OS is Windows 10, not linux – frogman578 – 2019-03-22T07:10:23.923