Hello all,
I decided to run a full node to help out the network. I have a fast fiber connection, so I guess it would make a good contribution.
Everything already worked, but then I had to restart my server after a few days and since then, bitcoind does not accept connections anymore - it is still connected to the network and is updating the new blocks as they come...
Here is some more info:
I am running version 0.10.0 compiled from source on ubuntu server 14.04, no GUI, so only CLI tips please.
bitcoin.conf
server=1
daemon=1
rpcuser=bitcoinrpc
rpcpassword=xxxxxxxxx
rpcport=8332
bitcoind debug.log
2015-03-31 20:48:05 Bound to [::]:8333
2015-03-31 20:48:05 Bound to 0.0.0.0:8333
2015-03-31 20:48:05 init message: Loading block index...
netstat --ip -lpa gives me:
tcp 0 0 localhost:8332 *:* LISTEN 1533/bitcoind
tcp 0 0 *:8333 *:* LISTEN 1533/bitcoind
A port scanning website gives me this:
My IP x.x.x.x is responding on port 8333 ().
I use a direct PPPoE connection, no router in between. And from the info provided above, my IP is reachable on 8333.
However according to blockchain.info and also
https://getaddr.bitnodes.io/ my node is not reachable.
I googled all the options, but mostly people have problems with routers and port forwarding etc. Here the port is reachable, so it has to stop somewhere in bitcoind. The bitcoin.conf file does not have any options to even try solving this...
And btw, its not a general issue on the server, I can connect via SSH (21) from the outside normally and also from other ports...
Any help would be appreciated.