Hello, I'm facing a problem
All the usage of Multichain when all node are well configured is fine.
But every time when a new node join the network, we need to grant some permissions needed by this new node. How do you do this process offchain ?
(on the getting started :
"Back on the first server, add connection permissions for this address:
multichain-cli chain1 grant wallet_adress connect"
If we configure the chain with anyone-can-* we are facing the
No unspent outputs are available problem and we can solve this by some other node sending
a zero quantity but this operation need the wallet address )
Do you pass this address by mail ? SMS ? delivery boy ? CTRL + C CTRL + V ? Is there a specific workflow to garanty this address ?
Cordially