Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: bapparabi on February 11, 2017, 03:55:09 PM



Title: wrong Network Hash Rate: for monero
Post by: bapparabi on February 11, 2017, 03:55:09 PM
hi we use node-cryptonote-pool  for monero pool but our site show double Network  the actual hash rate .. do any one know what is the actual iisue and how to solve it

your valuable info will help us ..


Title: Re: wrong Network Hash Rate: for monero
Post by: nshyamkrishna on February 11, 2017, 05:35:24 PM
hi we use node-cryptonote-pool  for monero pool but our site show double Network  the actual hash rate .. do any one know what is the actual iisue and how to solve it

your valuable info will help us ..

Try adding these lines to config.json file

  "coinUnits": 100000000,
  "coinDifficultyTarget": 120,

add these two lines after 3rd line ("symbol": "XMR",) in config.json

I guess it should work. pls check and let me know.


Title: Re: wrong Network Hash Rate: for monero
Post by: bapparabi on February 11, 2017, 05:48:18 PM
hi we use node-cryptonote-pool  for monero pool but our site show double Network  the actual hash rate .. do any one know what is the actual iisue and how to solve it

your valuable info will help us ..

Try adding these lines to config.json file

  "coinUnits": 100000000,
  "coinDifficultyTarget": 120,

add these two lines after 3rd line ("symbol": "XMR",) in config.json

I guess it should work. pls check and let me know.

no its not working

Code:
2017-02-11 20:44:00 [master] Pool fork 1 died, spawning replacement worker...

Error: bind EADDRINUSE
    at errnoException (net.js:901:11)
    at net.js:1081:30
    at Object.12:1 (cluster.js:592:5)
    at handleResponse (cluster.js:171:41)
    at respond (cluster.js:192:5)
    at handleMessage (cluster.js:202:5)
    at process.EventEmitter.emit (events.js:117:20)
    at handleMessage (child_process.js:318:10)
    at child_process.js:392:7
    at process.handleConversion.net.Native.got (child_process.js:91:7)


this error i get


Title: Re: wrong Network Hash Rate: for monero
Post by: nshyamkrishna on February 11, 2017, 06:03:43 PM
hi we use node-cryptonote-pool  for monero pool but our site show double Network  the actual hash rate .. do any one know what is the actual iisue and how to solve it

your valuable info will help us ..

Try adding these lines to config.json file

  "coinUnits": 100000000,
  "coinDifficultyTarget": 120,

add these two lines after 3rd line ("symbol": "XMR",) in config.json

I guess it should work. pls check and let me know.

no its not working

Code:
2017-02-11 20:44:00 [master] Pool fork 1 died, spawning replacement worker...

Error: bind EADDRINUSE
    at errnoException (net.js:901:11)
    at net.js:1081:30
    at Object.12:1 (cluster.js:592:5)
    at handleResponse (cluster.js:171:41)
    at respond (cluster.js:192:5)
    at handleMessage (cluster.js:202:5)
    at process.EventEmitter.emit (events.js:117:20)
    at handleMessage (child_process.js:318:10)
    at child_process.js:392:7
    at process.handleConversion.net.Native.got (child_process.js:91:7)


this error i get

Try this frok.. https://github.com/clintar/cryptonote-xmr-pool

its updated..


Title: Re: wrong Network Hash Rate: for monero
Post by: bapparabi on February 11, 2017, 06:51:28 PM
hi we use node-cryptonote-pool  for monero pool but our site show double Network  the actual hash rate .. do any one know what is the actual iisue and how to solve it

your valuable info will help us ..

Try adding these lines to config.json file

  "coinUnits": 100000000,
  "coinDifficultyTarget": 120,

add these two lines after 3rd line ("symbol": "XMR",) in config.json

I guess it should work. pls check and let me know.

no its not working

Code:
2017-02-11 20:44:00 [master] Pool fork 1 died, spawning replacement worker...

Error: bind EADDRINUSE
    at errnoException (net.js:901:11)
    at net.js:1081:30
    at Object.12:1 (cluster.js:592:5)
    at handleResponse (cluster.js:171:41)
    at respond (cluster.js:192:5)
    at handleMessage (cluster.js:202:5)
    at process.EventEmitter.emit (events.js:117:20)
    at handleMessage (child_process.js:318:10)
    at child_process.js:392:7
    at process.handleConversion.net.Native.got (child_process.js:91:7)


this error i get

Try this frok.. https://github.com/clintar/cryptonote-xmr-pool

its updated..

great this work like charm ..all working fine now