Is mining required on non coin based application

+2 votes
Hi Multichain Devs,

In my case an application will have one wallet and many addresses, i.e each address is an user. Here do I have to give permission to some address to mine?  When is mining is required.

 

NOTE: The application doesn't deal with any coins.

Thanks in advance.
asked Oct 27, 2017 by shivap17

1 Answer

0 votes

If all the addresses are held in one wallet, there's not much point in giving each of them mining permissions. It won't genuinely decentralize control over your chain. But if you still want to use this, you can use this format:

grant [address] mine

answered Oct 29, 2017 by MultiChain
...