I keep getting this error (I put x's in for my security). I have disable firewalls on both machines. My node is running Ubuntu and the machine trying to connect is a Windows 10 machine. The Windows machine is giving me this:
PS C:\Downloads\multichain-windows-1.0-beta-2> .\multichaind chain1@192.168.1.7:71xx
MultiChain Core Daemon build 1.0 beta 2 protocol 10008
Retrieving blockchain parameters from the seed node 192.168.1.x:71xx ...
Error: Couldn't connect to the seed node 192.168.1.x on port 71xx - please check multichaind is running at that address
and that your firewall settings allow incoming connections.
PS C:\Downloads\multichain-windows-1.0-beta-2>
The Ubuntu machine seems to be working fine:
-H81M-HD3:~$ multichaind chain1 -daemon
MultiChain 1.0 Daemon (protocol 10008)
MultiChain server starting
Looking for genesis block...
Genesis block found
Other nodes can connect to this node using:
multichaind chain1@192.168.1.x:71xx
Any help is greatly appreciated. Thanks!!