Author

Topic: PLZ HELP: where are mined coins going? (Read 530 times)

legendary
Activity: 2912
Merit: 1060
January 08, 2014, 10:25:26 PM
#2
They're there just not "ready" the gui would show them but since you don't have one play around rpc
newbie
Activity: 18
Merit: 0
January 08, 2014, 02:11:09 AM
#1
I know it's mining..
but I cant figure out where the coin from the blocks generated are going..


I am currently working with a cloned BitCoin v0.8.6, working with bitcoind and bitcoin-qt on a private two node test chain.  My server is on a remote linux machine and my qt client is on a local windows machine. They are each other's only active connection. It's a new blockchain with low difficulty..


--------
gettxoutsetinfo

{
    "height" : 28,
    "bestblock" : "f42c7778aef55786a0d471e896445e3f239bb84969bf7ad13102fc45e5e7fea9",
    "transactions" : 28,
    "txouts" : 28,
    "bytes_serialized" : 1932,
    "hash_serialized" : "32c9eb9f07c9c4b71a7ec70fa177f7075c6498fd772960c1311e9f131e1ba328",
    "total_amount" : 1400.00000000
}

-------
getbalance
0.00000000

-------
getinfo

{
    "version" : 80600,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 28,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1389155901,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "unlocked_until" : 1389165279,
    "errors" : ""
}
---------

getgenerate
true
---------

getdifficulty
0.00024414
----------
Jump to: