Skip to content

Releases: cryptoprofitswitcher/CryptoProfitSwitcher

V.7.3.0: NimiqX Api support

20 Jul 21:27
5915e5b
Compare
Choose a tag to compare

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

23 Feb 15:44
82ef4cf
Compare
Choose a tag to compare

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

13 Jan 22:20
e227183
Compare
Choose a tag to compare

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

12 Dec 21:34
5e5f824
Compare
Choose a tag to compare

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

24 Oct 21:29
9f79438
Compare
Choose a tag to compare

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

17 Oct 16:12
6362fa1
Compare
Choose a tag to compare

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

16 Oct 12:23
8d2a5b5
Compare
Choose a tag to compare

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:

  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
  • 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

17 Aug 19:35
e68149f
Compare
Choose a tag to compare

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

19 Jul 22:38
6b544dd
Compare
Choose a tag to compare

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

20 Jun 20:26
3e42e6f
Compare
Choose a tag to compare

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.