root@ubuntu:~/randomquark/src# ./randomquarkd getmininginfo
{
"blocks" : 60,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.06249911,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 602666,
"pooledtx" : 0,
"testnet" : false
}
Conf File:rpcuser=rpcuser
rpcpassword=rpcpassword
rpcallowip=*
port=8118
rpcport=9118
listen=1
server=1
daemon=1
gen=1
addnode=198.204.236.50
Reason for the block chain issue is because some of the peer are not sync to the latest. I guess I will add 1 more 24 Cores servers to the node syncing in progress. Will announce the node when ready. Else the other way is I will download blockchain from main node to replicate node to help the issue.
Error such as this
root@ubuntu:~/randomquark/src# ./randomquarkd getmininginfo
{
"blocks" : 123,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.06876431,
"errors" : "Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 584631,
"pooledtx" : 0,
"testnet" : false
}
Is shown that the node had not yet sync finish. However whenever I type getmininginfo on my replicate server, the block count is increasing. Propogation is in progress. it will take slightly longer. However once this node sync finish, the speed of synchronise will reduce greatly.
After 20 seconds , block increased by 30. Quite slow but its moving. Due to too many requests directed to main node, but I setting up 1 more 10 GBIT server with 24 core to act as secondary node, previously the other node I prepare seems to have firewall issues.
I will just use this new node to help resolve the issue.
root@ubuntu:~/randomquark/src# ./randomquarkd getmininginfo
{
"blocks" : 157,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.06876431,
"errors" : "Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 360749,
"pooledtx" : 0,
"testnet" : false
}
After another 20 seconds
"blocks" : 196,
Use the command getmininginfo will let you know what block you are at
./randomquarkd getmininginfo
You will not see the error "Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.", once you reach the current block about 4490 .
Replicate server updates:
"blocks" : 235,
I will throw few more server as much as I can find