Releases: anadventureisu/cast-xmr-ui
Beta 0.9.4
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
Beta release to fix #5.
- If web service call fails for any reason, log a zero sample to force hashrate down to restart miner.
- 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
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
Updated version with new UI to break out individual GPU stats and to show global information.
Beta 0.9
Beta release for testing. Supports miner restarts on hashrate drops and prompting for basic parameters. If you test it out, please file issues!