Post
Topic
Board Bitcoin Technical Support
Topic OP
Setting bitcoind on VPS produces error
by
running
on 05/04/2013, 15:33:53 UTC
Hello,

I am trying to run bitcoind on one VPS server and I am getting an error

Code:
~/bitcoin-0.8.1-linux/bin/64$ ./bitcoind
Error: An error occurred while setting up the RPC port 8332 for listening on IPv4: Cannot assign requested address
~/bitcoin-0.8.1-linux/bin/64$ ./bitcoind -rpcport=18332
Error: An error occurred while setting up the RPC port 18332 for listening on IPv4: Cannot assign requested address
~/bitcoin-0.8.1-linux/bin/64$ ./bitcoind -rpcport=80
Error: An error occurred while setting up the RPC port 80 for listening on IPv4: Cannot assign requested address

What am I doing wrong? Should I install something? (It is a fresh installation.)