UnamSanctam / UnamWebPanel

MIT License
164 stars 61 forks source link

json parameters #201

Open ud4x0 opened 1 year ago

ud4x0 commented 1 year ago

Hello Unam, i searched in wiki full json for web panel settings for miners.

Can you tell me, what is exactly "switch" for Advanced parameters in xmrig ?

like { ... "parameters": "--cpu-prority=0" ...} How can i put many paramaters, just separate by ","?

UnamSanctam commented 1 year ago

There isn't any, due to how the configurations in xmrig and ethminer works it would be quite difficult to implement without manually implementing every option.

ud4x0 commented 1 year ago

So how I can put switch for mining coins in Zergpool from web panel ?

ud4x0 commented 1 year ago

If I will not put any switch, it will choose automatically ?

UnamSanctam commented 1 year ago

Zergpool is the one that sends what you should mine, zergpool isn't an algo-switching pool but instead a coin-switching pool so there's no specific settings for it since Zergpool is the one that decides. You choose which coins it should decide from in the password field, on their pool site you can find the tool that auto-generates what password you should use on the left side.

ud4x0 commented 1 year ago

ahh i thought that -p is payment, but its password. Alright. Problem resolved

ud4x0 commented 1 year ago

Hello, Unam. I will not open new issue. Could you tell me, what JSON is more important? Remote configuration or API endpoint ? What if it has different JSON, which one will follow ? Or just switch every time when checking endpoint and remote configuration

UnamSanctam commented 1 year ago

The priority list is as follows: 1) API Endpoint - Highest Priority 2) Remote Configuration - Medium Priority 3) Builder settings - Lowest Priority

If you have all three then it will add 3 pool connections (and if you have two then it will add 2 connections) into the miner and if the first one doesn't work it will try the next one until one works.

ud4x0 commented 1 year ago

Thank you, next problem resolved