Balance not increasing

+1 vote
I have a blockchain established on AWS and have connected 3 nodes and granted them all mining permissions .

This was not an issue when I first created a blockchain. The first time we crossed balance: 195. then it stopped suddenly.

Now since then whenever I create blockchains and grant mining to peers it still remains the same as first block reward.

Please Help

this might be something silly but I really appreciate your help

Thanks!
asked Nov 26, 2016 by KGor

1 Answer

0 votes

First, check your blockchain parameters. It is possible to configure MultiChain so the block reward is only received by the blockchain creator, and not by any subsequent miners.

Second, check mining is still proceeding by seeing if the blocks count of getinfo is increasing. Mining can stop if (a) not enough miners are connected together to reach the required mining-diversity, or (b) peers are not connected at all, and mining-requires-peers=true.

answered Nov 28, 2016 by MultiChain
...