Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Tutorial: Running NOMP as a stratum for multiple coins!

Procrastinator edited this page Dec 21, 2016 · 1 revision

Many people may not know this, but if you run large pool servers, with TONS of stratum instances, you can do that all with one nomp instance!

It's very simple!

If you have previously setup NOMP, or NOMP as a MPOS stratum, you know that for a coin, you have 2 config files.

One in /coins, the other in /pool_configs

Adding more coins is simple!

Just create more config files!

For every /pool_config configuration file, a stratum is born!

So if I wanted to run a stratum with 2 coins, zcash and zclassic, I'd need the following

/coins/zclassic.json
/coins/zcash.json
/pool_configs/zclassic.json
/pool_configs/zcash.json

As long as these config files are enabled (controlled from within them)I can run

node init.js

And it will create a zclassic stratum and a zcash stratum.

Clone this wiki locally