Hey,
I just followed the 'Getting Started with Multichain' tutorial and am currently on step 4. After using sendasset to send assets from my first server to the second server, I can view the resulting balances on both servers correctly using gettotalbalances.
When I call listwallettransactions on the second server, it lists all the transactions correctly. However, I don't understand why the transactions are being confirmed? The newest transactions have 2 confirmations and the older transactions have more and more confirmations. But I haven't set up mining, so I am confused as to where these confirmations are coming from.
Does this have to do with the parameters of my blockchain (I used the default params)? The default params have mining-diversity=0.3, and since only the first server has permissions to mine, it should not be able to mine two blocks after each other, according to the white paper. How do I gain control over mining and confirmations?
Thank you in advance!