How many chains can be running at the same time in one node

+2 votes
Dear MC Team

I am planning to develop a hosted service for transfering assets from one wallet to another , my question is How many chains can Multichain run at the same time (different ports, and diferent datadirs). Thanks in advance
asked May 13, 2018 by davotrade

1 Answer

0 votes

Each instance of MultiChain (multichaind) runs in a separate process, and deals with a single node for a single blockchain. But there is no limit on the number of such processes you can run in parallel on a single server, so long as you have sufficient memory and disk space. Of course, if you run a very large number, the performance could slow down since the network and CPU also need to be shared.

answered May 14, 2018 by MultiChain
...