1

I wanted to install a dogecoin client on Debian and compiled myself. After starting it it stoped saying

Error: An error occured while setting up the RPC port 22555 for listening:  bind: Cannot assign requested address

I am sure that there is no other program using this port and IPv6 also works fine which I tested on my Apache server.

Hopefully you have an idea how to solve this.

henje
  • 185
  • 5

1 Answers1

2

I solved it somehow, even though I am not sure why this solved it. I added the following line to the config:

rpcallowip=0.0.0.0
henje
  • 185
  • 5