Does this mean it working? I'm being totally serious - I have no idea!
Every 2.0s: ./maxcoind getinfo && ./maxcoind getmin... Thu Feb 6 17:07:23 2014
{
"version" : 80900,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 279,
"timeoffset" : 1,
"connections" : 4,
"proxy" : "",
"difficulty" : 195.99252336,
"testnet" : false,
"keypoololdest" : 1391719269,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
{
"blocks" : 279,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 195.99252336,
"errors" : "",
Yeah, you are good to go!
If you wish to run this in your background so it doesn't close once you drop the SSH conncetion, go ahead and use "screen"
launch screen
screen
press space, launch maxcoind
cd ~ && ./maxcoind --daemon && watch './maxcoind getinfo && ./maxcoind getmininginfo && ./maxcoind listaccounts'
to restore the session when logging back in, use
screen -r
Instacash dude, with your solo mining instructions, how do I close my computer (mac terminal) while keeping it mining on Azure?
I appreciate all your hard work so far mate
sudo apt-get install screen
Launch screen
screen
press space, launch maxcoind
cd ~ && ./maxcoind --daemon && watch './maxcoind getinfo && ./maxcoind getmininginfo && ./maxcoind listaccounts'
to restore the session when logging back in, use
screen -r
Difficulty is high, we have to look out for pools now! Saddening to see that they didn't set working pools up at launch. It would make things more fun!