Acorrding to the Multichain White Paper, the private blockchain uses a round-robin schedule and a mining diversity threshold, instead of the proof of work.
We have some questions:
1) If we create a bitcoin-style blockchain, in which "chain-protocol = bitcoin; anyone-can-connect = true; anyone-can-mine = true...". Should we still use the round-robin schedule? Is it safer or more effective than PoW?
2) In the round-robin schedule, What are the basic objects of scheduling? the IP address of the node server or the wallet addresses of the node server?
If it is the later, a node server have created many,many wallet addresses of mine -permission, whether will it have more mine right and rate than other nodes?