Skip to content

Commit

Permalink
Update configedit.html
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessGuru committed Dec 4, 2024
1 parent 6921ca4 commit 78ec84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Web/configedit.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ <h2 id="title" data-navbaractive="navconfigedit">Edit configuration</h2>
<div style="padding-top: 0.5rem" title="Minimum workers mining the algorithm at the pool&#10;If less miners are mining the algorithm then the pool will be disabled&#10;&#10;(min: 0, max: 99; default: 10)&#10;Set to 0 to disable this check&#10;&#10;Note: This is also a per pool configuration item (edit .'\Config\PoolsConfig.json')"> Minimum
<input type="number" step=1 min=0 max=99 value=10 size=3 id="MinWorker" name="MinWorker"> workers at pool
</div>
<div style="padding-top: 0.4rem" title="Allow using the pool even if there is 0 hashrate reported in the pool API&#10;&#10;Note: This is also a per pool setting (edit .'\Config\PoolsConfig.json')&#10;This may cause a lot of miners to fail.">
<div style="padding-top: 0.4rem" title="Allow using the pool even if there is 0 hashrate reported in the pool API&#10;This may cause a lot of miners to fail.&#10;&#10;Note: This is also a per pool setting (edit .'\Config\PoolsConfig.json')">
<input type="checkbox" id="PoolAllow0Hashrate" class="toggle-switch" name="PoolAllow0Hashrate"> Use pool even if hashrate@pool is 0 (not recommended)
</div>
<div style="padding-top: 0.8rem" title="Allow using the pool even if the price reported in the pool API is 0&#10;&#10;Note: This is also a per pool setting (edit .'\Config\PoolsConfig.json')&#10;This may cause a lot of miners to fail.">
<div style="padding-top: 0.8rem" title="Allow using the pool even if the price reported in the pool API is 0&#10;This may cause a lot of miners to fail.&#10;&#10;Note: This is also a per pool setting (edit .'\Config\PoolsConfig.json')">
<input type="checkbox" id="PoolAllow0Price" class="toggle-switch" name="PoolAllow0Price"> Use pool even if price@pool is 0 (not recommended)
</div>
<div style="padding-top: 0.8rem" title="Some miners / algorithms are incompatible with some pools&#10;&#10;If a miner is not compatible with the pool in the best pool list then the miner will not be available&#10;This may affect profitability, but is less CPU heavy">
Expand Down

0 comments on commit 78ec84e

Please sign in to comment.