Connection Error

+1 vote
I am using a windows 10 desktop in which i have created two ubuntu VM's which i am accessing through putty.

when i try to connect to chain from different node , it is not connecting and :

Error: Couldn't connect to the seed node 10.0.2.15 on port 7215 - please check multichaind is running at that address and that your firewall settings allow incoming connections.

when i test the ip with telnet it shows:

vagrant@precise64:~$ telnet 10.0.2.15 7215
Trying 10.0.2.15...
Connected to 10.0.2.15.
Escape character is '^]'.

when both my VMs are on the same system , do you think firewall is going to have any effect.

Any ideas , suggestions please
asked Sep 22, 2016 by Moonis

1 Answer

+1 vote

Can you please run multichaind on both nodes with the following additional flags:

-debug=mchn -debug=mchnminor -debug=net

Then let's look at the debug.log files on both nodes, to try to understand what is happening.

answered Sep 23, 2016 by MultiChain
...