I am attempting this tutorial https://samsclass.info/141/proj/pMult2.htm
I have two nodes set up (1) Polling server (on 10.10.10.10) (2) voting node (10.10.10.11). Both machines are on the same network. both machines are running fedora.
On the polling server I have multichaind running
$ ps aux | grep multi
Xxxx  17624  0.8  0.1 2118584 39236 ?       SLsl 13:26   0:19 multichaind survey -daemon
On the voting node I executed this command
$ multichaind -datadir=.multichain-voter1 -port=7777 -rpcport=7778 survey@10.10.10.10:6463 -daemon
This finished successfully. A simple ps aux gives the following output
xxxx  26354  1.4  0.1 1987664 38724 ?       SLsl 14:12   0:08 multichaind -datadir=.multichain-voter1 -port=7777 -rpcport=7778 survey@10.10.10.10:6463 -daemon
------------------------------------------------------------------------
Now on my voting node I typed this
$ multichain-cli survey getnewaddress
This returned an error:
error: couldn't connect to server
If the polling node was added to the voter node's peer list why am I getting this error? I have also added rpcallowip=10.10.10.10 to voter node's multichain.conf.
Thanks a lot for your time.
Cheers!