Skip to content
This repository was 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

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

Choose a tag to compare

Introducing mid-state caching.

0.1.8: Free memory

18 Aug 17:53

Choose a tag to compare

Improve memory usage.

0.1.7: Performance update

18 Aug 15:43

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

Choose a tag to compare

Remove hiatus to make miner recover faster.

0.1.5

18 Aug 03:57

Choose a tag to compare

Enable assembly support for SHA-1.

0.1.4

17 Aug 18:04

Choose a tag to compare

Add "overriding auto fetch pool" option.

Fourth release: 0.1.3

17 Aug 14:04

Choose a tag to compare

Add auto-selecting pools.

Third Release: 0.1.2

13 Aug 06:59

Choose a tag to compare

Some minor improvements on automation tools.

Second release: 0.1.1

12 Aug 05:30

Choose a tag to compare

Added logging.