Hello
when I install multichain on VM ( I tried it with both Microsoft Azure and Google cloud ), then create my blockchain and then create the genesis block, the blockchain is being created with the private IP for the virtual machine, not the static public IP of the virtual machine, while the VM already has a static public IP.
when I get blockchain info it shows like this
"nodeaddress" : "chain1@10.128.0.2:6467",
This issue makes troubles when creating another node and trying to connect.
how can I let the blockchain using the static public IP ? in another way, how to change this IP setting in the blockchain info?
thanks