Post
Topic
Board Mining software (miners)
Re: Stratum Pool Server [Node.js] (supports POS/POW, SHA/Scrypt/Quark/X11, Vardiff)
by
pttinh
on 15/05/2014, 16:23:21 UTC
Please help me, I'm a newbie in pool configuration, I want to add node stratum for MPOS but still have some questiions:

1.
Code:
Create the configuration for your coin:
   
Code:
Create and start new pool with configuration options and authentication function
   
Code:
Listen to pool events
   What is their name and where to put them?
2. Where to run this command?
   
Code:
pool.start();
3. I add successfully NOMP to MPOS but when mining, pool shows my hash rate very low, where am I wrong?

Thanks for your help.