Hello , every one .
I developed a new coin , run very will . I can solo mining by daemon mode .
There're two computers used to be node .
But When I try to start the Stratum-mining Service like :
twistd -ny launcher.tac
2013-12-09 19:32:34,643 INFO mining # Connecting to litecoind...
2013-12-09 19:32:34+0800 [-] Log opened.
2013-12-09 19:32:34+0800 [-] twistd 11.1.0 (/usr/bin/python 2.7.3) starting up.
2013-12-09 19:32:34+0800 [-] reactor class: twisted.internet.epollreactor.EPollReactor.
2013-12-09 19:32:34,650 ERROR mining # Litecoind Error: Testcoin is downloading blocks...
2013-12-09 19:32:35,653 ERROR mining # Litecoind Error: Testcoin is downloading blocks...
2013-12-09 19:32:36,657 ERROR mining # Litecoind Error: Testcoin is downloading blocks...
2013-12-09 19:32:37,659 ERROR mining # Litecoind Error: Testcoin is downloading blocks...
2013-12-09 19:32:38,663 ERROR mining # Litecoind Error: Testcoin is downloading blocks...
^C2013-12-09 19:32:39+0800 [HTTPPageGetter,client] SIGINT Detected, shutting down
2013-12-09 19:32:39+0800 [-] Main loop terminated.
2013-12-09 19:32:39+0800 [-] Server Shut Down.
but my coin only have 1 block when I use "XXXcoind getinfo" .
I waited for a moment , the balance is 50 , and blocks is 30 .
{
"version" : 80501,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 2250.00000000,
"blocks" : 213,
"timeoffset" : 0,
"connections" : 2,
"proxy" : "",
"difficulty" : 0.00024414,
"testnet" : false,
"keypoololdest" : 1386514330,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00010000,
"errors" : ""
}
it still dump :
XXX is downloading blocks .
why id still downloading ?
debug.log
2013-12-09 11:33:37 keypool return 127
2013-12-09 11:33:37 ThreadRPCServer method=getmininginfo
2013-12-09 11:33:37 ThreadRPCServer method=getdifficulty
2013-12-09 11:33:37 ThreadRPCServer method=getblockcount
2013-12-09 11:33:48 ThreadRPCServer method=getinfo
2013-12-09 11:33:48 keypool reserve 127
2013-12-09 11:33:48 keypool return 127
2013-12-09 11:33:59 ThreadRPCServer method=getinfo
2013-12-09 11:33:59 keypool reserve 127
2013-12-09 11:33:59 keypool return 127
2013-12-09 11:34:10 ThreadRPCServer method=getinfo
2013-12-09 11:34:10 keypool reserve 127
2013-12-09 11:34:10 keypool return 127
2013-12-09 11:34:10 ThreadRPCServer method=getmininginfo
2013-12-09 11:34:10 ThreadRPCServer method=getdifficulty
2013-12-09 11:34:10 ThreadRPCServer method=getblockcount
2013-12-09 11:34:21 ThreadRPCServer method=getinfo
2013-12-09 11:34:21 keypool reserve 127
2013-12-09 11:34:21 keypool return 127
2013-12-09 11:34:32 ThreadRPCServer method=getinfo
2013-12-09 11:34:32 keypool reserve 127
2013-12-09 11:34:32 keypool return 127