Hi, i would like to write a bash script wich will automaticaly deploy .tar etc on a new node but also to make this new node connect on my blockchains.
The problem is when I do "multichaind CHAINNAME@ip;port " I see my connection's adress but I have to add this by myself using a node already connected.
The problem is how can I do to automaticaly get this adress and write rights on it to allow the adress of my new node to connect on my blockchain, on my script?
Thanks.