How to add balance in multichain wallet ?

+1 vote
when i am appling getinfo commnad on cli this is showing me balance:0.00000 how can i add balance in my private chain ?
asked Nov 23, 2016 by Honey

1 Answer

0 votes

If you want to use a native blockchain currency, you need to configure this as a miner reward in the blockchain parameters. You can also set things up so only the creator (i.e. miners of the first block) gets a single lump sum:

http://www.multichain.com/developers/blockchain-parameters/

Otherwise you're probably better off using issued assets with API commands like issue and sendasset.

answered Nov 23, 2016 by MultiChain
Exactly what parameters must be modified so that the first miner or admin obtains a sum? I can not find the parameter.
Look in the 'Native blockchain currency' section of that page.
...