How to optimize MultiChain node performance for high transaction volume?

0 votes
I’ve been working on optimizing MultiChain for high-throughput scenarios and noticed bottlenecks in block propagation.

At BitsBuffer, we recently shared a performance tuning checklist for MultiChain nodes, but I’m still seeing latency under certain load tests.

Has anyone found better ways to tweak the params.dat or manage memory allocation for faster confirmation times?

Would appreciate any tuning suggestions or real-world configs.
asked 13 hours ago by BitsBuffer
edited 10 hours ago by MultiChain

1 Answer

0 votes

Please see the following detailed tips for performance optimization:

https://www.multichain.com/developers/performance-optimization/

As for faster confirmation times, this is a matter of setting target-block-time (and also adjusting mining-turnover to reduce the chance of forks).

answered 10 hours ago by MultiChain
...