Is there anyone here willing to help getting these parameters to comply with a z-nomp pool? ... I am also trying to get this to work on my local z-nomp pool, and as loewe1631 described up top. That configuration doesn't work. And when i just keep algorithm as equihash, I only get a bunch of invalid shares submitted. I would be grateful for any help I can get. Thank You
i already posted on page 5 of this thread links to my modified node stratum pool and equihashverify that you will need to rebuild with z-nomp to get zero to work.
i will warn people with the idea of setting up a pool that it is not just set and forget and requires constant tending to, i recommend running the pool locally for a while until you understand how it works before going public as you may find its more work and research than you were willing to put into it, but for anybody willing to learn or already with the skills go for it! more pools = stronger networks
Hey, So I still cannot get zero to work with my z-nomp... after replacing the stratum-pool and equihashverify files and than rebuilding and installing. I get this error now
2018-01-13 07:25:58 [Pool] [zero] (Thread 1) Share rejected: {"job":"ccce","ip":"::ffff:192.168.1.82","worker":"t1ZLRKQmry44cDQQXXs5VXj5ULQBVd4sxdG.Main","difficulty":0.03,"error":"invalid solution"}
and when I just rebuild without running install, I get
node: ../src/equi/equi.c:41: expandArray: Assertion `out_len == 8 * out_width * in_len / bit_len' failed.
2018-01-13 07:29:54 [Master] [PoolSpawner] Fork 0 died, spawning replacement worker...
ah i will make a pull and fix this correctly with a new assertion check, for now you can just remove line 41 of equi.c and npm rebuild, do not npm install as this will just download and install the original znomp modules
also any other pool questions please contact me in discord or submit an issue on github, i do not want to spam this thread.