|
October 06, 2014, 11:11:31 PM |
|
can someone help me out with some insight as to whats going on? I made my own altcoin and been mining for sometime and I have 400+ blocks on my blockchain but I haven't got a payout? here is a proof-of-work block below:
proof-of-work found hash: 000006aa7c851379845e2967991e8682eb3463d329b23132906eb2bf8489c826 target: 00000fffff000000000000000000000000000000000000000000000000000000 CBlock(hash=d256a8494672f4fbe2d4, PoW=000006aa7c851379845e, ver=1, hashPrevBlock=739d96f78531e4b7515f, hashMerkleRoot=f7d5d6e932, nTime=1412635964, nBits=1e0fffff, nNonce=292144, vtx=1) CTransaction(hash=f7d5d6e932, ver=1, vin.size=1, vout.size=1, nLockTime=0) CTxIn(COutPoint(0000000000, -1), coinbase 04071c33540107062f503253482f) CTxOut(nValue=0.00000000, scriptPubKey=0231956bc4c4b94f491d66563d5d15) vMerkleTree: f7d5d6e932 generated 0.00 keypool keep 436 SetBestChain: new best=d256a8494672f4fbe2d4 height=480 work=504365537 date=10/06/14 22:52:44 ProcessBlock: ACCEPTED keypool reserve 439 CreateNewBlock(): total size 1000 Running CoinMiner with 1 transactions in block CreateNewBlock(): total size 1000 Running CoinMiner with 1 transactions in block CreateNewBlock(): total size 1000 Running CoinMiner with 1 transactions in block CreateNewBlock(): total size 1000 Running CoinMiner with 1 transactions in block received getdata for: block d256a8494672f4fbe2d4 Flushing wallet.dat Flushed wallet.dat 5ms
And what i use the getinfo this is what i receive in my term:
ThreadRPCServer method=getinfo keypool reserve 25 keypool return 25 { "version" : 60300, "protocolversion" : 60001, "walletversion" : 60000, "balance" : 0.00000000, "blocks" : 480, "connections" : 1, "proxy" : "", "difficulty" : 0.00024414, "testnet" : false, "keypoololdest" : 1412542743, "keypoolsize" : 101, "paytxfee" : 0.00000000, "mininput" : 0.00010000, "errors" : "" }
ThreadRPCServer method=getmininginfo { "blocks" : 480, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 0.00024414, "errors" : "", "generate" : true, "genproclimit" : -1, "hashespersec" : 332, "networkhashps" : 4930, "pooledtx" : 0, "testnet" : false }
Any Ideas??? Or is it just I haven't found a block?
|