Leto74
Newbie
Offline
Activity: 16
Merit: 0
|
|
February 06, 2014, 09:16:11 PM |
|
i have 3 VM on Azure, and i got coeections on 2 of thems : Every 2.0s: ./maxcoind getinfo && ./maxcoind getmininginfo && ./maxcoind listaccounts Thu Feb 6 21:14:56 2014
{ "version" : 80900, "protocolversion" : 70001, "walletversion" : 60000, "balance" : 0.00000000, "blocks" : 2, "timeoffset" : 0, "connections" : 0, "proxy" : "", "difficulty" : 0.00390625, "testnet" : false, "keypoololdest" : 1391719484, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" } { "blocks" : 2, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 0.00390625, "errors" : "", "generate" : true, "genproclimit" : -1, "hashespersec" : 0, "networkhashps" : 37, "pooledtx" : 0, "testnet" : false } { "" : 192.00000000 }
Every 2.0s: ./maxcoind getinfo && ./maxcoind getmininginfo && ./maxcoind listaccounts Thu Feb 6 21:15:23 2014
{ "version" : 80900, "protocolversion" : 70001, "walletversion" : 60000, "balance" : 0.00000000, "blocks" : 149, "timeoffset" : 0, "connections" : 14, "proxy" : "", "difficulty" : 128.37905466, "testnet" : false, "keypoololdest" : 1391718962, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" } { "blocks" : 149, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 128.37905466, "errors" : "", "generate" : true, "genproclimit" : -1, "hashespersec" : 1553124, "networkhashps" : 12836029626, "pooledtx" : 0, "testnet" : false } { "" : 0.00000000 }
Every 2.0s: ./maxcoind getinfo && ./maxcoind getmininginfo && ./maxcoind listaccounts Thu Feb 6 21:15:39 2014
{ "version" : 80900, "protocolversion" : 70001, "walletversion" : 60000, "balance" : 0.00000000, "blocks" : 150, "timeoffset" : -1, "connections" : 7, "proxy" : "", "difficulty" : 109.51804633, "testnet" : false, "keypoololdest" : 1391719646, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" } { "blocks" : 150, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 109.51804633, "errors" : "", "generate" : true, "genproclimit" : -1, "hashespersec" : 1384127, "networkhashps" : 12802445536, "pooledtx" : 0, "testnet" : false } { "" : 0.00000000 }
i have the same config file on the 3, i don't understand xD
|