How do we pick the next mining node?

+1 vote
I read the whitepaper but one thing is not clear to me: how do we pick the next "mining" node among those that haven't mined in the previous space-1 blocks?
asked Feb 19, 2016 by anonymous

1 Answer

0 votes
In general, it's a random choice between the mining nodes that qualify, and MultiChain takes care of ensuring that it's unlikely for two nodes to generate a block at the same time. But if your blockchain's mining diversity is set to 1.0, then the nodes will mine in strict rotation.
answered Feb 19, 2016 by MultiChain
How is this random choice achieved?
...