Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Releases: soyflourbread/duino-miner

0.1.10: Ditch async

28 Aug 14:40
Compare
Choose a tag to compare

Asynchronous programming does not work if your workload is CPU-intensive.
Spawning threads manually provides predictable latency.

0.1.9: Faster hashing

19 Aug 03:11
Compare
Choose a tag to compare

Introducing mid-state caching.

0.1.8: Free memory

18 Aug 17:53
Compare
Choose a tag to compare

Improve memory usage.

0.1.7: Performance update

18 Aug 15:43
Compare
Choose a tag to compare

Added a shared hasher to make hashing with multiple workers faster.
Also, less CPU utilization.

0.1.6

18 Aug 05:30
Compare
Choose a tag to compare

Remove hiatus to make miner recover faster.

0.1.5

18 Aug 03:57
Compare
Choose a tag to compare

Enable assembly support for SHA-1.

0.1.4

17 Aug 18:04
Compare
Choose a tag to compare

Add "overriding auto fetch pool" option.

Fourth release: 0.1.3

17 Aug 14:04
Compare
Choose a tag to compare

Add auto-selecting pools.

Third Release: 0.1.2

13 Aug 06:59
Compare
Choose a tag to compare

Some minor improvements on automation tools.

Second release: 0.1.1

12 Aug 05:30
Compare
Choose a tag to compare

Added logging.