I've set up a private blockchain using with native currency enabled, using Multichain v2.0 Alpha1. I have configured the first-block-reward in the parameters. The blockchain has started and reached a height of 59 (The initial setup block height is configured as 60 in parameters). But the first block reward is still not reflected in the node's address. My wallet balance is 0.00000001.
These are my native currency parameters. What has gone wrong?
initial-block-reward = 100
first-block-reward = 1000000000000000000
reward-halving-interval = 4294967295
reward-spendable-delay = 1
minimum-per-output = 100000000
maximum-per-output = 100000000000000
minimum-relay-fee = 0
native-currency-multiple = 100000000
Note: I have disabled proof-of-work for the blockchain by setting skip-pow-check parameter to true. The protocol version used is 20001