V1.6.6 - Added support for algo/coin switching protocol BETA (pool must support it)
- "restart_devices_on_startup" and "restart_devices_on_startup_script" is now replaced with --resetvega and --startupscript
- Fixed "reboot_script" parameter, which should be triggered by hashrate watchdog
- Kernel 2 should be now automatically selected for R9 200 series
- Auto setup for RX 4XX and 5XX series should be now a little bit better
- Fixed a bug which could occur when receiving jobs too rarely
- Added miner version to API
- DevFee mining is not displayed anymore
+ At the moment the only pool that supports algo switching is
Monero Ocean.
To enable this mode put --usealgoswitching in your .bat
How much is algo switching profitable that's something for the user to decide. The tool for that is here, so you can use it.
Fee for using the miner in algo switching mode is
~0.91% / 24hr. The miner is tracking when was the fee mined last time, so it's not mining it every time when it switches algo. This is only working if you are using the native way of algo switching.
You can see on the first page how to set it up, or on
THIS LINKOne bad news is that the switching is done by restarting the miner, at the moment.
+ Removed "restart_devices_on_startup" and "restart_devices_on_startup_script", and replaced them with --resetvega and --startupscript
If you want to reset your Vega's before mining just append --resetvega in your .bat
To start a custom batch script before the miner starts, use the --startupscript filename in .bat
I had to go this way (and not the config way) because this is run before the miner initialises stuff
+ DevFee mining is not displayed anymore to the user. The first devfee isn't mined in the first 5 minutes, so if you want to kill / restart the miner, set your scripts to do it before 5 minutes.
Also if using a custom algo switching software (that restarts the miner) , you are using the miner in normal mode (not algo switching mode), so the devfee is not tracked across switches.