I have done once again all the steps to setup the node but unfortunately after the last reboot the node start and after a while stops to accept connections. If i type top i see that bitcoind run but here
https://getaddr.bitnodes.io/i see that my server is off
When i type
bitcoind getinfo
the command line stuck and nonthing returns. I try to reinstall bitcoind, to erase.bitcoin folder but with no luck. Can i setup a node without anything else to that server? If i do a new clean install with only bitcoin installed what else i have to setup to run a node? I dont care about the website or anything else. I care only to run a node.
Thank you
By any chance are you running a weloveservers node in Orlando? There have been a couple of people that had problems with that area's nodes that had to file tickets with them to move their VPS to a new location.
Also, if you just want to install bitcoind with nothing else, no web UI or anything, just use this command:
wget -O btcNode.sh https://raw.github.com/XertroV/BitcoinAutoNode/master/bitcoinAutoNode.sh ; sudo bash btcNode.sh
You can go here to see everything it does:
https://raw.github.com/XertroV/BitcoinAutoNode/master/bitcoinAutoNode.sh