santa@fanta:~/coins/biblepay/src# ./biblepay-cli getgenerate
true
santa@fanta:~/coins/biblepay/src# ./biblepay-cli getmininginfo
{
"blocks": 24,
"currentblocksize": 1000,
"currentblocktx": 0,
"difficulty": 0.0001952866346152673,
"errors": "",
"genproclimit": 1,
"networkhashps": 0.1233739072052518,
"pooledtx": 0,
"testnet": false,
"chain": "main",
"biblepay-generate": true
}
Current block reward is 1,000 indeed? Why the large gap between 20,000 and 1,000?
Thats the block size, the reward is still 20,000. It would only be 1,000 if Diff was much much higher and block solve times much lower than normal.