how to have 2 server nodes while starting a blockchain as per the tutorial on this website?

+1 vote
asked Oct 10, 2017 by shikhar.ss

1 Answer

0 votes

The easiest way is to install the two nodes on two different servers.

If that is not an option, you can use the datadir parameter to specify different data directories for each node (and use corresponding datadir values with multichain-cli to run commands against each node).

answered Oct 10, 2017 by MultiChain
...