santa@fanta:~/coins/biblepay/src# ./biblepay-cli getgenerate
true
{
"blocks": 26,
"currentblocksize":
1000,
"currentblocktx": 0,
"difficulty":
8.638430729189162e-05,
"errors": "",
"genproclimit": 1,
"networkhashps": 0.150264373447799,
"pooledtx": 0,
"testnet": false,
"chain": "main",
"biblepay-generate": true
}
{
"walletversion": 61000,
"balance": 0.00000000,
"unconfirmed_balance": 0.00000000,
"immature_balance": 20000.00000000,
"txcount": 1,
"keypoololdest": 1500853103,
"keypoolsize": 1001,
"keys_left": 999,
"paytxfee": 0.00000000
}
Current block reward is 1,000 indeed? Why the large gap between 20,000 and 1,000?Oh I see, this is the block size.
