Author

Topic: Running a Node off a VPS (Read 692 times)

hero member
Activity: 826
Merit: 500
December 18, 2012, 08:57:55 PM
#3
install nmap and scan localhost. if you see the right ports open, your daemon is running.
newbie
Activity: 9
Merit: 0
December 18, 2012, 06:37:04 PM
#2
Is this a Linux of Windows VPS? If it's Linux, you can use "netstat -lan | grep -i tcp" to see all connections in or out. This should give you a good idea of what is connected currently.

The first time I ran bitcoind, it took a long time for the RPC server to get up and running. I am not sure why, but it might have to set up a number of things the first time it runs.

Make sure your bitcoin.conf files is set up. Again, in Linux this will be in ~/.bitcoin/bitcoin.conf. Mine looks like this:

rpcuser=bitsinorpc
rpcpassword=akjcv093k92nfo9sSDFck3n92MCodklmw23

And finally, I choose to run bitcoind as a daemon: "./bitcoind -daemon"
newbie
Activity: 11
Merit: 0
December 18, 2012, 07:17:48 AM
#1
Hello,

I have a VPS which I am not using and I am probably never going to use, So I will thinking of running it as a bitcoin node. Am I correct in saying all I need to do is run bitcoind with the argument "-server"?
I have opened port 8332 and while running "bitcoind -server" I do not see any network activity.

2 scenarios  exist that I can see.

1. I am doing it wrong. Which is very likely

2. The network activity is so low that it doesn't even show up on my graphs

Thanks for any help.
Jump to: