CryptonightV8 support
Set the algorithm in the coin settings to CryptonightV8 to mine using the new algorithm.
If you want to switch automatically to the new algorithm when the fork of Monero happens:
1. Leave the algorithm as CryptonightV7
2. The auto switch will only work with XmrStak or CastXMR. For XmrStak no actions are required, for CastXMR add the argument --algo=-1 to CastXmrExtraArguments in Monero.json or MoneroOcean.json
Other changes
- Support for custom ports (@LeGoose)
- Updated all miners
- Better logging
- Fixed Ubuntu build
Future plans:
GUI Configurator
Easier configuration with a GUI.
Latest release: https://github.com/cryptoprofitswitcher/CryptonightProfitSwitcher/releases/latest
Hi cryptoprofitswitcher, the app v5.0 run well with miner SRBMiner. But in v5.5, I got an error that makes the app resets after 10 consecutive overshots like as follow:
Could not get data from http://127.0.0.1:21555.
Error message: One or more errors occured. (An error occurs while sending the request)
Couldn't get current hashrate: Sequence contains no element.
Mining: Bloc Money at 0/Hs Cooldown ready to switch
Switching: WeightcoinsPrices
Watchdog: 10 concecutive overshot(s) out of 10 allowed.
NB: In every coin, there has line: "SRBMinerApiPort": 21555, and in config file "api_enabled" : true,
"api_port" : 21555,. So where's the fault?
Plz help to fix it. Thanks a lot.