Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Releases: KBomba/MinerControl

MinerControl 1.6.5.1 (Mod)

16 Aug 02:50
Compare
Choose a tag to compare
  • Update NiceHash module to support both Axiom and Lyra2v2 algos.
  • Bump version number to v1.6.5.1

MinerControl 1.6.5 (Mod)

18 Jul 00:25
Compare
Choose a tag to compare
  • Updated NiceHash detectstratum, now correctly guesses the full URL. No need for URLs or ports when detectstratum=true.
  • Removed WestHash completely, as the NiceHash entry will detect (even with detectstratum=false) if you're using Westhash and grab the balance info from WH.
  • Removed YAAMP, but made it easy to add YAAMPclones
  • Removed Hamsterpool.
  • Added visual representation of the history. Doubleclick on the chart to get all history, but it might take some time to load after several days of mining non-stop.

MinerControl 1.6.4 (KBomba Mod)

04 Mar 21:32
Compare
Choose a tag to compare
  • Added "delay" under general in .conf, time in seconds between a stop and a start of the miner to avoid quick switching. Some miners don't like that.
  • Added "exittime" under general to shutdown Miner Control after X minutes.
  • Added "minprice" under general, a minimum price before it even starts mining. Can be set in BTC or fiat prices.
  • Added "detectstratum" under Nicehash/Westhash that will auto-detect if either Nicehash or Westhash is the best frontend for you.
  • Added history collection
  • Added "minebyaverage" and "ignoreoutliers" under general, more info in the readme.
  • General bugfixes.

MinerControl 1.6.3 (KBomba Mod)

14 Feb 20:48
Compare
Choose a tag to compare

Changes since last release 1.6.1 by StuffOfInterest:

  • Doubleclick a pool to ban it, until doubleclicked again or restart of Miner Control
  • Added "dynamicswitching" under general settings that changes the set "switchtime" according to the price difference between currently running pool and the best one:
Dynamic switchtime = ("switchtime" / ((best entry price / currently running price) ^ "dynamicswitchpower")) + "dynamicswitchingoffset"
Where "dynamicswitchingoffset" defaults to:  "switchtime" - ("switchtime" * (1/"dynamicswitchingpivot") ^ "dynamicswitchpower)).

Set "dynamicswitching":true. "dynamicswitchingoffset" and "dynamicswitchingpivot" can be set too, where the offset value has priority over pivot value.

  • Added "balancemode" under YAAMP. Value 0 defaults to previous behavior, showing total unpaid in the balance screen for YAAMP. Other values here: 35822ae#diff-11d5cbdac379777f1ee1deca1a1c51a5L98
  • Now adds 1.5% to the YAAMP fee when converting to BTC, as is their fee actually.
  • Added "priority" and "affinity" under "algorithms" which will set the miners process priority and affinity.
  • Added "minprofit" under general and each service. Setting it to 1.05 means the miner will stay pending until the best has climbed over its minprofit (105%) in comparison to currently running.
  • Added Reload button in the Action box. This will reload all the settings and resume the task it was doing. Handy if you made changes to your .conf and want to reload without closing and opening Miner Control.
  • Loads MinerControl2.conf if it's the 2nd MinerControl instance (if it exists at all), MinerControl3.conf for 3th instance, etc...

More changelog-info: