How do you pass the node's wallet address to a master node in order to grant permission to this new node

+2 votes

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

asked Jun 6, 2018 by DChain
edited Jun 6, 2018

1 Answer

–2 votes
There is not currently a built-in process for this, so yes you would need to build your own solution for now. Perhaps a simple web service that allows an address to be posted to an administrator. There will be more off-chain messaging options in future.
answered Jun 7, 2018 by MultiChain
Okay thank you
when you say in future, you speak about months ? years ? or is it related to a specific roadmap ?
We don't yet have an ETA for entirely chain-independent messaging but look out for us taking a step in that direction in a release next week.
...