Creating multiple chains in a same node

+1 vote
Hi,

I'm trying to start to use multichain. I'm able to have a single chain created in my server, and being connected by other node.

By the way, I need to have more chains, all of them controlled by the same server. Is it possible? Can I have more than one chain in the same server?

I want a thing like bellow:

multichain-util create chain1

multichaind chain1 -daemon

multichain-util create chain2

multichaind -daemon chain2

 

Is it possible? Can I manually set the values for the chain's port and rpcport?

Thanks,

 

Diego
asked Aug 24, 2017 by Diego Lopes

1 Answer

0 votes

Yes, it's no problem at all to do this. If you want to manually set any blockchain parameter you can either add command-line parameters to multichain-util create or else modify the params.dat file before running multichaind for the first time. More information here: https://www.multichain.com/developers/creating-connecting/

answered Aug 24, 2017 by MultiChain
Thank you guys. It help me a lot.
...