and new alert key.
So, who here is running a full spreadcoin node?
And how many connections do you on average get?
Mine has about 50 connections ATM.
I'm happy to run a full SPR node. How do I do it?
1) You need a server with static IP (D'uh)
2) Using your servers terminal (SSH) build (and install) the "headless" spreadcoin daemon as described here: https://github.com/spreadcoin/spreadcoin/blob/master/doc/build-unix.md
(this will take a while)
3) Now you can start spreadcoin by typing:
(append the & at the end, so that your terminal window isn't blocked...)
It will take a while to make first connections and sync, but nothing compared to bitcoin, lol.
Now you can keep refreshing spreadcoind to get new information about its progress with this:
Once it is fully synched, and you see that it has lots of connections, tell me your IP and I will include you on my list.
Mine looks like this ATM:
{
"version" : 91504,
"protocolversion" : 70019,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 380459,
"timeoffset" : 0,
"connections" : 50,
"proxy" : "",
"difficulty" : 16.17220056,
"networkhashps" : 1023057409,
"moneysupply" : 2547793.12498166,
"testnet" : false,
"keypoololdest" : 1430672087,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
PS: If you are not logged in as root user, you need to prepend the word "sudo" in front of every command you type.