multichaind command unknown from Node 2. What is the problem?

+1 vote
Based on the Multichain instructions, I installed Multichain on a Windows machine and set up Node 1.

I then installed Multichain on an Ubuntu machine, unpacked the tar file, and ran multichaind chain1@10.0.0.13:[port]

The response on my Ubuntu machine was that the multichaind command is unknown.

Should I be using mutichaind or multichain-cli to connect to chain1?
asked Aug 22, 2018 by Stephen

1 Answer

+1 vote
After you unpack the tar you need to move the files to your /usr/local/bin for your ubuntu to recognize multichain.

 

mv multichaind multichain-cli multichain-util /usr/local/bin
answered Aug 23, 2018 by jeshocarmel
...