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