Skip to content

Releases: nwoolls/MultiMiner

v2.2.0

10 Dec 18:51
Compare
Choose a tag to compare
  • Clicking the Daily Income column will now toggle between USD and virtual currency
  • Added the ability to customize the visible columns in the main screen (right-click the headers to get started)
  • Added support for the HashBuster Micro (hashbuster.com)
  • Added the option to start the application minimized
  • Fan speed is now displayed for GPUs that report it
  • The latest coin prices are now fetched when the user invokes the Restart action (so that the action may be used as a way to manually re-check strategies)
  • Displaying API error notifications is now optional
  • API credentials entered into Settings are now trimmed (to assist users who copy & paste)
  • MultiMiner will now wait longer (four minutes instead of two) before relaunching an "under-performing" miner (to allow time for stand-alone miners - e.g. Rpi - to spin up)
  • Display the coin symbol along with the name when adding a new coin configuration
  • The selection in the main device list is no longer hidden (to aid in discoverability)
  • Fixed a null reference error with perks enabled with APIs (Coinbase) are unavailable
  • Fixed inconsistencies in the income values displayed after changing coins without saving
  • System tray icon was still using the v1 icon

v2.1.2

07 Dec 01:43
Compare
Choose a tag to compare
  • Additional handling for when the Coinbase API is unavailable

v2.1.1

06 Dec 18:57
Compare
Choose a tag to compare
  • Shortened timeouts for API calls (CoinChoose, CoinWarz, Coinbase)
  • Added error handling for the Coinbase API
  • Added additional donation pools

v2.1.0

06 Dec 05:06
Compare
Choose a tag to compare
  • Introducing "Perks": enable a 1% donation to the software author to enable bonus features
  • Exchange Rate Perk: shows USD rates for all coins within the application
  • Estimated Income Perk: shows estimated coin income both per-device and total, along with a USD total (if the Exchange Rate Perk is also enabled)
  • The Driver column is now hidden by default to make room for new information
  • Fixed occasions where the Start button would remain disabled after using the Quick Switch feature

v2.0.4

05 Dec 21:17
Compare
Choose a tag to compare
  • Fixed a crash if the user has multiple devices reporting the same serial number
  • Fixed Stratum port for proxy always using 3333 (ignoring setting)
  • Fixed error parsing CoinWarz API reported as a CoinChoose API error
  • Fixed strategy checks every 15 minutes when the user specifies 2 hours
  • Fixed coin information not refreshing after saving

v2.0.3

04 Dec 22:36
Compare
Choose a tag to compare
  • Fixed Scrypt coins being recognized as SHA-256 when using the CoinWarz API
  • Do not stop mining when a pool is down and automatic mining is disabled (now MultiMiner will continue mining with a non-obtrusive notification regardless of auto-mining strategies)
  • Do not restart GPU miners for "subpar hashrate" when Dynamic Intensity is enabled
  • Fixed lock up on first run under OS X
  • Fixed crash under Linux
  • Fixed device count not showing in some cases
  • Fixed constant wait cursor under Linux
  • Updated app icon under OS X
  • Removed cgminer specific timings and delays
  • Additional handling for "No servers could be used"

v2.0.2

30 Nov 04:17
Compare
Choose a tag to compare
  • Both Hardware Errors and Rejected Shares are now shown as a percentage
  • Notifications are logged as JSON to %appdata%
  • Current coin is now shown checked in the device context menu
  • Application no longer automatically downloads -Debug releases
  • Application now uses azurewebsites.net when communicating with MobileMiner
  • Fixed an error scanning hardware after a device is removed and re-added
  • Fixed cross-thread operation errors after MobileMiner credential warnings
  • Fixed inconsistencies between the pools shown in the UI and the pools currently being used to mine
  • Fixed errors deleting pools while mining
  • Fixed orphaned devices / configurations not being re-paired
  • Fixed the Block Found notification being triggered by the wrong data point
  • Fixed wrongly formatted dates in the History window for some cultures
  • Fixed links to CoinChoose.com when CoinWarz.com is set as the Coin API

v2.0.1

28 Nov 06:58
Compare
Choose a tag to compare
  • Show temperature for ASICs that report it
  • Changed wording to "Scan Hardware" to remain consistent with bfgminer (--scan)
  • Various bug fixes

v2.0.0

27 Nov 17:21
Compare
Choose a tag to compare
  • Support for cgminer has been removed
  • Support for bfgminer 3.7 has been added (and is the minimum supported version)
  • It is now possible to to mine several different coins across several different USB devices (previously this was troublesome as USB devices may be in use)
  • It is now possible to mine with both Block Erupters and Blue / Red Fury simultaneously
  • Added the ability to expand and collapse the amount of detail shown on the main screen
  • Devices are now grouped by kind (GPU, CPU, USB, Proxy)
  • Added the ability to view mining devices in a list, tile, icons, or details
  • A Restart button has been (re)introduced when mining
  • Mining is no longer automatically restarted by MultiMiner due to configuration changes (use the Restart button instead)
  • Newly discovered devices default to Bitcoin
  • Separate processes are used for mining GPU & CPU versus USB & Proxy (for stability)
  • Added support for CPU mining (if it is enabled in bfgminer)
  • Improvements to the Getting Started wizard
  • Previous mining history is loaded on startup
  • It is now possible to select multiple devices
  • Per-device settings now do a better job of "sticking" when devices are added or removed
  • Improved device descriptions
  • MultiMiner will no longer prompt to automatically upgrade to major new releases (e.g. from 1.0 to 2.0)
  • Migrated to Semantic Versioning (major.minor.patch.build)

v1.4.0

27 Nov 17:15
Compare
Choose a tag to compare

Version 1.4 is a Public release that rolls up the changes found in the previous 1.3 Pre-releases, including:

  • BFL ASICs officially supported
  • Official support for BF1 devices (Blue / Red Fury)
  • Added support for using the CoinWarz API for coin information
  • Fixed errors checking for cgminer updates (due to their new 3.6.6-1 versioning pattern)
  • Fixed errors with cgminer 3.8+ (due to their no longer shipping cgminer-nogpu)
  • Don't attempt to pass --intensity arguments to cgminer 3.8+
  • The option to Disable GPU mining was not working in bfgminer 3.3+
  • Fixed compatibility issues with bfgminer 3.3.0
  • Will not prompt to upgrade to bfgminer 3.7 (3.7 will be a breaking change)
  • An optional notification is now displayed when a block is found
  • Added support for specifying a stratum port (in addition to the existing getwork port) for the built in Stratum Proxy (under advanced miner settings)
  • Bug fixes