Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
dbabo
on 03/05/2013, 19:21:33 UTC

Where is this from and what do you want to know/what do you want to fix?

this is from litecoind daemon log file.
I just want to understand what is going on and what i need ( if anything) to do ?
for example:
 what does "CTxMemPool::accept() : accepted 46d7990963 (poolsz 37)" means? what is accepted and what is poolsz?
 what does "ProcessBlock: ACCEPTED" means?
 what does "force request: block" means?
 what does "getblocks -1 to 00000000000000000000 limit 500" means?
 what does "ERROR: FetchInputs() : 0f3a6ab0fb mempool Tx prev not found 0dfc0db223" means and do i need to do anything about this error?
and finally "stored orphan tx 0f3a6ab0fb (mapsz 38)?

this portion is something new - i haven't noticed before:
Code:
05/03/13 19:17:27 ProcessBlock: ACCEPTED
05/03/13 19:17:27 force request: block 8439de5375f48730c2e9
05/03/13 19:17:27 getblocks 346045 to 8439de5375f48730c2e9 limit 500
05/03/13 19:17:27   getblocks stopping at 346046 8439de5375f48730c2e9
05/03/13 19:17:27 getblocks -1 to 00000000000000000000 limit 500
05/03/13 19:17:29 Flushing wallet.dat
05/03/13 19:17:29 Flushed wallet.dat 22ms
05/03/13 19:17:30 CreateNewBlock(): total size 1225
05/03/13 19:17:33 getblocks -1 to 00000000000000000000 limit 500
05/03/13 19:17:39 ResendWalletTransactions()
05/03/13 19:17:40 Rate limit dFreeCount: 13685.4 => 13910.4
what is going on here? why is it "   getblocks stopping" ? and why esendWalletTransactions() ?
thank you!