dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
366 stars 611 forks source link

double widget in homepage #586

Closed mrongoz closed 3 years ago

mrongoz commented 4 years ago

how do i fix this, here is double information, which part should i fix, thanks Capture+_2020-04-17-10-37-27

polar-it commented 4 years ago

Is not an issue, the website files included in the repo are an example, and are build for supporting merged mining as default option. To use for single coin mining you have to rewrite or customize your own web page. But if you set in config.js let parentCoin = "" you have revert some website part as single coin .. try it

muscleman commented 4 years ago

not sure you know what your talking about. this pool runs single or multi just fine. config.json => "coin": "Arqma"

must match with case in

config.js

let parentCoin = "Arqma"

Then make sure to refresh the browsers cache.

simple

polar-it commented 4 years ago

I'm talking about web interface some undergoing pages faq etc are designed for merged mining. Sure works fine for single coin, this isn't the poin. If there is a typo error or mismach on parentCoin (config.js) vs coin (config.json) double widget stats are present on home page. For a signle coin configuration works also with parentCoin ="" .. tested, but for sure your comment explain the right way to avoid the "double widget" thanks.

lseparatio commented 4 years ago

not sure you know what your talking about. this pool runs single or multi just fine. config.json => "coin": "Arqma"

must match with case in

config.js

let parentCoin = "Arqma"

Then make sure to refresh the browsers cache.

simple

Correct solution!