Whats this???No balance in wallet: sexcoind getinfo
{
"version" : 60401,
"protocolversion" : 60011,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 146710,
"connections" : 4,
"proxy" : "",
"difficulty" : 1.28512599,
"testnet" : false,
"keypoololdest" : 1379172095,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00010000,
"errors" : ""
}
And lots of mined blocks:sexcoind listtransactions
[
{
"account" : "",
"category" : "immature",
"amount" : 100.00000000,
"confirmations" : 35,
"blockhash" : "dfbfbd369845de5a2b3ca76a4016eb7a3f1a7f3ddbeb890baac892f573ddf59d",
"blockindex" : 0,
"txid" : "8ac173a28b5b2eba55bba3a4870d5a30bb798540c9f9db0a4e2a66347bf37f19",
"time" : 1379176418
},
{
"account" : "",
"category" : "immature",
"amount" : 100.00000000,
"confirmations" : 29,
"blockhash" : "7fad918af793a893cdb12a1672e83ce0cedfa76c9545598649d2dfc2f8a1f92c",
"blockindex" : 0,
"txid" : "a322f7290acea95476002c8dd2fbc204dec7ac5113456639b9266b77ccf9b415",
"time" : 1379177589
},
{
"account" : "",
"category" : "immature",
"amount" : 100.00000000,
"confirmations" : 21,
"blockhash" : "b325dd83d32b1dca1a5daced56cfa00bf563e6e0a46e6624babbc9ce2ccd0b20",
"blockindex" : 0,
"txid" : "cdd71912647fbee00dc1795ecf6c02cd74df30fc84819543b305fa33ca6dd354",
"time" : 1379179098
},
{
"account" : "",
"category" : "immature",
"amount" : 100.00000000,
"confirmations" : 15,
"blockhash" : "a8d22eefbd5a6a313f2b30d0342fdf1588c6874874ffb9c13a8a5d0c8bab353c",
"blockindex" : 0,
"txid" : "d50b608f07560b2e91a42cbc6364955f3c048a904bc937e0cfa1561636e44196",
"time" : 1379180092
},
{
"account" : "",
"category" : "immature",
"amount" : 100.00000000,
"confirmations" : 14,
"blockhash" : "b11f6f2bd66cbaf67b8c757d7d353b5a0d5b5b77d16ff1fad7bcddf07f175866",
"blockindex" : 0,
"txid" : "5b12093fb9514601aa2074a8ef3c0c1e84d04e35fd9be55075272247f3327be3",
"time" : 1379180167
},
{
"account" : "",
"category" : "immature",
"amount" : 100.00000000,
"confirmations" : 10,
"blockhash" : "e271335bff8fc4dd7c864e0f6fbf748c996641769b76efe2e9aac8be2ca6542a",
"blockindex" : 0,
"txid" : "0628b62310719e9863b569d3e540ba811e72cd0b590fe9afe3ce5fbdd5ba1cd7",
"time" : 1379180927
},
{
"account" : "",
"category" : "immature",
"amount" : 500.00000000,
"confirmations" : 9,
"blockhash" : "4de9359f1feb7ac7e5a097ca7ff5dc387fa474e117177417ff6217b1e2b2782f",
"blockindex" : 0,
"txid" : "da3750bb5cd8b40771d7389ba39f79e46232a95e0f85de6a10cd626abfeff79c",
"time" : 1379181394
},
{
"account" : "",
"category" : "immature",
"amount" : 100.00000000,
"confirmations" : 8,
"blockhash" : "0a2ec9f3c113043f6f8a61cf558f58363446e4b30397cfb7deec854d2c795331",
"blockindex" : 0,
"txid" : "9c94ff40c11d818460ab0e61d2128f4f37e3db840d9cba895afe2930469d6cce",
"time" : 1379181489
}
]
http://lavapit.lavajumper.com:9950/address/gkscpLrE7w7HFJMDzasnxA2nwrG7NLKx3Q Yes, that's correct.
Notice all the blocks are still in the 'immature' category.
, the blocks do not 'mature' until 90 confirmations. After a block reaches 90 confirmations, the balance is added to the wallet balance. The category will switch to 'confirmed'. Regular transactions only require 6 confirmations.