Releases: cryptoprofitswitcher/CryptoProfitSwitcher
V.7.3.0: NimiqX Api support
Changelog:
- Added NimiqX Api as a profit provider
- Added KAWPOW and Nimiq to default config
Why is the app so large?
This is a self contained .Net Core 3.0 app in a single executable. That means you don't have to install any dependencies because the complete .Net Core runtime is embedded in the file.
V.7.2.0: Bugfix and improvements
Changelog:
- Fix bug in profit switching
- Better threading
- Better logging
Why is the app so large?
This is a self contained .Net Core 3.0 app in a single executable. That means you don't have to install any dependencies because the complete .Net Core runtime is embedded in the file.
V.7.1.0: Add support for Claymore Eth Miner
Changelog:
- Added support for Claymore's Dual Ethereum
- Small improvements and fixes
Why is the app so large?
This is a self contained .Net Core 3.0 app in a single executable. That means you don't have to install any dependencies because the complete .Net Core runtime is embedded in the file.
Release of CryptoProfitSwitcher
This a complete rework of the old CryptonightProfitSwitcher. The app has a new and better code base and configuration system. It now supports more algorithms and has native support for multi GPU systems as well as CPU mining with for example RandomX.
Why is the app so large?
This is a self contained .Net Core 3.0 app in a single executable. That means you don't have to install any dependencies because the complete .Net Core runtime is embedded in the file.
V.6.0.0: Added HeroMiners API and more
Changelog:
- Added new profit provider HeroMiners API
- Updated profit providers
- Added BLOC.money, Conceal and Lethean
- Enable/Disable watchdog on the fly "w"
- New setting: With "ProfitSorting" you can sort the profit table
- Fixed bugs
How to update?
Safe way
Delete old version and extract new version.
Reconfigurate everything.
Easy way
Keep your Settings.json and the JSON files in the Coins and NicehashAlgorithms folder and replace the other files. By using this method you don't need to reconfigurate anything but you may miss some changed documentation or new options in the JSON files.
Note:
All releases should be backwards compatible with your configuration.
V.5.5.1: Bugfix and NiceHash CryptonightV8 algorithm
Changelog:
- Add CryptonightV8 NiceHash algorithm
- Update JCE Miner
- Fix SRBMiner Api
How to update?
Safe way
Delete old version and extract new version.
Reconfigurate everything.
Easy way
Keep your Settings.json and the JSON files in the Coins and NicehashAlgorithms folder and replace the other files. By using this method you don't need to reconfigurate anything but you may miss some changed documentation or new options in the JSON files.
Note:
All releases should be backwards compatible with your configuration.
V.5.5.0: CryptonightV8 support and more
Changelog:
CryptonightV8 support
Set the algorithm in the coin settings to CryptonightV8 to mine using the new algorithm.
If you want wo to switch automatically to the new algorithm when the fork of Monero happens:
- Leave the algorithm as CryptonightV7
- 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
- Updated all miners
- Better logging
- Fixed Ubuntu build
How to update?
Safe way
Delete old version and extract new version.
Reconfigurate everything.
Easy way
Keep your Settings.json and the JSON files in the Coins and NicehashAlgorithms folder and replace the other files. By using this method you don't need to reconfigurate anything but you may miss some changed documentation or new options in the JSON files.
Note:
All releases should be backwards compatible with your configuration.
V5.0.0: JCE Miner & CryptUnit API support
Changelog:
Added new miner: JCE Miner
You now can use the new JCE Miner with CPU + GPU support.
New profit provider: CryptUnit API
The app now can get live and daily profit data for all coins on CryptUnit from its API.
Other changes
- Updated all miners + profit providers
- Added logging support, use EnableLogging setting
- Added profit switch threshold, use ProfitSwitchThreshold setting
- Fixed bugs
How to update?
Safe way
Delete old version and extract new version.
Reconfigurate everything.
Easy way
Keep your Settings.json and the JSON files in the Coins and NicehashAlgorithms folder and replace the other files. By using this method you don't need to reconfigurate anything but you may miss some changed documentation or new options in the JSON files.
Note:
All releases should be backwards compatible with your configuration.
V4.5.0: Updated miners and fixes
Changelog:
- Updated Xmr-Stak, Cast XMR and SRBMiner
- Fixes for Masari and BitTube
- Added BitTube profit data from miner.rocks
- Support for extra arguments when using SRBMiner
- Removed Electroneum
- Fixes for Linux version
- Faster profit data
- Fixed bugs
- New logo (Thanks @batarian71)
How to update?
Safe way
Delete old version and extract new version.
Reconfigurate everything.
Easy way
Keep your Settings.json and the JSON files in the Coins and NicehashAlgorithms folder and replace the other files. By using this method you don't need to reconfigurate anything but you may miss some changed documentation or new options in the JSON files.
Note:
All releases should be backwards compatible with your configuration.
V4.0.0: Manual mode & cryptoknight.cc support
Changelog:
Manual mode
You can switch between automatic mode and manual mode where you select the coin / NiceHash algorithm yourself.
New profit provider: cryptoknight.cc
The app now can get live and daily profit data for all coins on cryptoknight.cc from its API. It is disabled by default because the API is slow.
Linux support
- Added a compiled Xmr-Stak binary for Linux/Ubuntu.
- Tested the app on Ubuntu and fixed problems
- Removed unnecessary miners from the Linux release
- Fixed settings of included coins and NiceHash algorithms
Other changes
- Potentially fixed bugs
- Updated Cast XMR miner
- Show cooldown and profit switching strategy in the status
- Changed status layout for better readability
How to update?
Safe way
Delete old version and extract new version.
Reconfigurate everything.
Easy way
Keep your Settings.json and the JSON files in the Coins and NicehashAlgorithms folder and replace the other files. By using this method you don't need to reconfigurate anything but you may miss some changed documentation or new options in the JSON files.
Note:
All releases should be backwards compatible with your configuration.