Skip to content

Releases: anadventureisu/cast-xmr-ui

Beta 0.9.4

13 Apr 20:18
Compare
Choose a tag to compare
Beta 0.9.4 Pre-release
Pre-release

Fixes in this release:

  • Removed driver restart settings since that doesn't work yet.
  • Added generic options field to allow users to specify options not covered in the GUI (fixes #8)
  • Refactored application to have explicit state machine for more predictable state transitions (fixes #7 #5). If you see the application crash, please open an issue with the error message, it should say something like State {0} cannot transition on event {1}. I've run the miner for a couple days, but it's possible I missed some corner-case state transition. (e.g. #9 )

Note that Windows Defender may flag this as win32/fuery.a!cl since it executes a known miner. For the paranoid you can compile from this source zip. I'll try to get a batch file set up eventually so you can double-click compile from source.

Beta 0.9.3

22 Feb 03:13
Compare
Choose a tag to compare
Beta 0.9.3 Pre-release
Pre-release

Beta release to fix #5.

  1. If web service call fails for any reason, log a zero sample to force hashrate down to restart miner.
  2. If we see 20 hashrate samples that are exactly the same, restart miner since it's likely hung up.

Note that Windows Defender just started flagging this as win32/fuery.a!cl since it forks a known miner. Never seen a 4kB miner myself, but for the paranoid you can compile from this source zip. I'll try to get a batch file set up eventually so you can double-click compile from source.

Beta 0.9.2

14 Feb 05:18
Compare
Choose a tag to compare
Beta 0.9.2 Pre-release
Pre-release

New release to push out a few much-needed features:

  • Start when app starts
  • Force compute mode

Note that the force driver restart doesn't work yet, so please don't use it :)

Beta 0.9.1

03 Jan 03:49
a8fdc01
Compare
Choose a tag to compare
Beta 0.9.1 Pre-release
Pre-release

Updated version with new UI to break out individual GPU stats and to show global information.

Beta 0.9

29 Dec 04:33
a954fbc
Compare
Choose a tag to compare
Beta 0.9 Pre-release
Pre-release

Beta release for testing. Supports miner restarts on hashrate drops and prompting for basic parameters. If you test it out, please file issues!