How to work with two different port number on a single server

+1 vote

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 !!

asked Jan 22, 2018 by vinay

1 Answer

0 votes
 
Best answer

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.

answered Jan 23, 2018 by MultiChain
...