how to create a node which can connect to an existing node .

+1 vote
how to create a node which can connect to an existing node . I want all the nodes to sync at the same time and all transactions should be present on all the nodes. In order to create a cluster of nodes for better reliability.

Can you tell me how to clone a node and how two nodes will communicate to each other.?
asked Feb 5, 2019 by adarshajha

1 Answer

0 votes
 
Best answer
Please see this page in the documentation which provides a detailed explanation:

https://www.multichain.com/developers/creating-connecting/
answered Feb 5, 2019 by MultiChain
selected Feb 5, 2019 by adarshajha
What if i want all the nodes to have all the transactions and addresses exactly same like my running node . If any transaction is done on the current node it should update on all the nodes at the same time. How to do that ?
All transactions update on all nodes at the same time. But not every node is tracking the balance of every address. If you want to do that, use the importaddress command on each node to track additional addresses.
...