4,156 questions
4,369 answers
5,718 comments
Hi guys,
I created two different nodes and both having different port number for example,
node1 :-@172.31.3.129:4267
node2 :-@172.31.3.129:5475
issue here is like , if i want to work with node2 how can I ?
Thanks in Advance !!
I assume you also set different API port numbers (rpcport setting). So you just use the same rpcport setting with multichain-cli to connect to each, or if you're using a library, set the appropriate port for the API connections.