I have created a chain on my AWS instance:
multichain-util create chain1 -datadir="node1"
then, changed the default-network-port to 8080 and rpc-port to 8000 in params.dat file
Started the chain :
sudo multichaind chain1 -datadir="node1" -daemon
I got a command to connect to it:
multichaind chain1@XXX.XX.XX.XXX:8080
Run the above command in local system and got error message like:
"Error: Couldn't connect to the seed node XXX.XX.XX.XXX on port 8080 - please check multichaind is running at that address and that your firewall settings allow incoming connections."
Note: Vice-versa is connecting successfully.
Anyone knows how to fix it?