explosionThreads explanation

"Threads" is a field in almost all minting modules

Threads are needed for optimization in all minting modules. With correct utilization of your node TPS and proxies you can easily run up to 10000 minting processes on just one server.

But how does it work?

In all minting tasks we have Monitoring Delay this setting is responsible for the time between the transaction sendings. Ex. Monitoring Delay = 100. 1st TX will be sent right in timestamp, all next TXs will be sent with 100 ms delay between each TX.

Also you need to remember, that every one of your minting wallets will sent TXs Ex. Monitoring Delay = 100. Selected wallets for mint = 5. Now you will send 5 TXs every 100 ms (50 TPS) With all of the above: Threads are like a multiplier for everything above Ex. Monitoring Delay = 100. Selected wallets for mint = 5. Threads = 10. With these settings you will utilize 500 TPS from your node.

Last updated