|
January 08, 2014, 06:11:09 AM Last edit: January 08, 2014, 04:03:13 PM by LibertyCrypto |
|
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 ----------
|