I setup as following
1 main node
3 x miner node with mine permissions.
They all working just fine and the sync perfectly, i also can sendtoaddress just fine, miner also getting the mining fees.
when i try to stop the main node, the block simply not increasing anymore. may I know why?
as soon as i start the main node, of course, everything starts to work again. Is this how MultiChain work?
{"method":"getblockchainparams","params":[],"id":1,"chain_name":"ZZZcoin"}
{
"chain-protocol" : "multichain",
"chain-description" : "MultiChain ZZZcoin",
"root-stream-name" : "root",
"root-stream-open" : true,
"chain-is-testnet" : false,
"target-block-time" : 15,
"maximum-block-size" : 1000000,
"default-network-port" : 9717,
"default-rpc-port" : 9716,
"anyone-can-connect" : true,
"anyone-can-send" : true,
"anyone-can-receive" : true,
"anyone-can-create" : false,
"anyone-can-issue" : false,
"anyone-can-mine" : false,
"anyone-can-activate" : false,
"anyone-can-admin" : false,
"allow-p2sh-outputs" : true,
"allow-multisig-outputs" : true,
"setup-first-blocks" : 60,
"mining-diversity" : 0.30000000,
"admin-consensus-admin" : 0.50000000,
"admin-consensus-activate" : 0.50000000,
"admin-consensus-mine" : 0.50000000,
"admin-consensus-create" : 0.00000000,
"admin-consensus-issue" : 0.00000000,
"mining-requires-peers" : true,
"first-block-reward" : -1,
"initial-block-reward" : 9999999990,
"reward-halving-interval" : 52560000,
"reward-spendable-delay" : 40,
"minimum-per-output" : 0,
"maximum-per-output" : 100000000000000,
"minimum-relay-fee" : 0,
"native-currency-multiple" : 100000000,
"skip-pow-check" : false,
"pow-minimum-bits" : 16,
"target-adjust-freq" : -1,
"allow-min-difficulty-blocks" : false,
"only-accept-std-txs" : true,
"max-std-tx-size" : 100000,
"max-std-op-returns-count" : 10,
"max-std-op-return-size" : 4096,
"max-std-op-drops-count" : 5,
"max-std-element-size" : 600,
"chain-name" : "ZZZcoin",
"protocol-version" : 10006,