Bitcoin Forum
June 14, 2024, 08:02:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: why Stratum-mining still dump "XXX is downloading blocks.  (Read 1156 times)
btc5.net (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 09, 2013, 11:06:31 AM
Last edit: December 09, 2013, 11:35:32 AM by btc5.net
 #1

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 :

Code:

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 .

Code:
{
    "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
Code:
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


btc5.net (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 09, 2013, 12:13:40 PM
 #2

fixed , I forgot to modify the checkpoints.cpp .

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!