UnamSanctam / UnamWebPanel

MIT License
175 stars 58 forks source link

Analytics bug #265

Open etoweb opened 1 year ago

etoweb commented 1 year ago

image

etoweb commented 1 year ago

image

UnamSanctam commented 1 year ago

Try using the release: https://github.com/UnamSanctam/UnamWebPanel/releases, if you are using the code from the repository directly then there is one line that needs to be changed.

etoweb commented 1 year ago

Hello analytics is set on offline, but I have active workers. Any solution ? I will have soon a lot of workers and i would like know how to repair statistics. Thanks

etoweb commented 1 year ago

Try using the release: https://github.com/UnamSanctam/UnamWebPanel/releases, if you are using the code from the repository directly then there is one line that needs to be changed.

Thanks i willl try

UnamSanctam commented 1 year ago

You only need to replace the internalPages/statisticsAjax.php file since that's the only different file.

etoweb commented 1 year ago

image Thanks :)

UnamSanctam commented 1 year ago

No problem, good luck with your mining.

etoweb commented 1 year ago

image On 2miners I see only one workers, but i have like 5 workers for xmr, are they all count like one workers ?, how can i do to have different workers, with the desktop name of every workers on xmr ?

etoweb commented 1 year ago

{ "algo": "rx/0", "pool": "xmr.2miners.com", "port": 12222, "wallet": "486rV6Rq53DNVJRic8sgDXR7htAdbCJ7mER7wEf4k3XnhmRNFb5Xusd*****", "password": "", "nicehash": false, "ssltls": true, "max-cpu": 50, "idle-wait": 5, } It's my remote config, do i need to add after the wallet adress .{COMPUTERNAME} ?

UnamSanctam commented 1 year ago

Yes if you want separate workers for each computer. When miners have the same worker name (or no worker name) it will show the combined hashrate of all the miners mining under that worker name.

etoweb commented 1 year ago

Maybe that most secure for don't be banned by the pool ? Thanks anyway

UnamSanctam commented 1 year ago

Yes it's possible, I believe having more workers increases the risk of a ban mostly because it increases the amount of data they have to handle.

etoweb commented 1 year ago

sorry again but is it possible to have more H/s on the web panel than in the pool? It's a problem or just normal?

UnamSanctam commented 1 year ago

Yes, the web panel gets the hashrate directly from the miners, the pool calculates the hashrate based upon how many shares the miners have submitted over an interval (https://github.com/UnamSanctam/SilentCryptoMiner/wiki#why-is-the-hashrate-shown-on-the-pool-different-from-what-i-expect-or-from-what-is-shown-in-the-web-panel).

etoweb commented 1 year ago

Yes, the web panel gets the hashrate directly from the miners, the pool calculates the hashrate based upon how many shares the miners have submitted over an interval (https://github.com/UnamSanctam/SilentCryptoMiner/wiki#why-is-the-hashrate-shown-on-the-pool-different-from-what-i-expect-or-from-what-is-shown-in-the-web-panel).

thanks :)