Hello,
I am trying to run bitcoind on one VPS server and I am getting an error
~/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.)