Parameterprotocol question ?

+1 vote
mining-requires-peers = false           # Blocks can be mined only by connected nodes. Ignored during the setup period

 

How can I inderstand this setup? How is it possilbe to mine if you re not connected ?
asked Oct 27, 2016 by bakir

1 Answer

0 votes

You could have a single node blockchain, for example, and that node could perform mining. As per the documentation at http://www.multichain.com/developers/blockchain-parameters/

mining-requires-peers: A node will only mine if it is connected to at least one other node. This is not applied during the setup phase or if only one address has mining permissions. It can also be overridden by each node using the miningrequirespeers runtime parameter.

answered Oct 27, 2016 by MultiChain
...