zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
1.02k stars 1.03k forks source link

kawpow algo support for rvn ravencoin mining pool #706

Open lcfugas opened 3 years ago

lcfugas commented 3 years ago

Hi,

Thanks a lot for the project.

I'm able to get it working, but I want to try kawpow for raven mining pool. I've got the raven daemon running, configured nomp/coin/ravencoin.json and nomp/pool_configs/ravencoin.json , but get the error:

2021-07-01 04:09:07 [POSIX] [Connection Limit] (Safe to ignore) POSIX module not installed and resource (connection) limit was not raised 2021-07-01 04:09:07 [Master] [ravencoin] Cannot run a pool for unsupported algorithm "kawpow" 2021-07-01 04:09:07 [Master] [PoolSpawner] No pool configs exists or are enabled in pool_configs folder. No pools spawned. 2021-07-01 04:09:07 [Master] [CLI] CLI listening on port 17117 2021-07-01 04:09:07 [Website] [Server] Website started on 10.10.50.250:80 (node:9943) DeprecationWarning: (node-watch) First param in callback function is replaced with event name since 0.5.0, use (evt, filename) => {} if you want to get the filename

Is there any way of adding algo:kawpow to nomp ?

thanks!