Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Releases: JohnnyFFM/miner-burst

v.1.170911

09 Jun 10:53
Compare
Choose a tag to compare

Mhh… what is the successor of a 901? Of Course the 911!

  • Reading and hashing now performed in parallel
  • Made the PoC shuffling indicator less prominent
  • on-the-fly conversion now performing better

NB: the codebase for this release has moved to a new location. It's now in JohnnyFFM/blagominer.

v.1.170901

31 May 05:35
75509c6
Compare
Choose a tag to compare

-fixed an issue with the SSE build

v.1.170900

28 May 15:57
Compare
Choose a tag to compare

Blagominer modded for POC2 by Quibus & Johnny.

Features:
-automatically switch from POC1 to POC2 depending on block height
-added new config item "POC2StartBlock":502000
-added a second cache parameter as on-the-fly POC conversion needs more cache to perform
-added new config item "CacheSize2" : 500000
-added ability to scan POC2 filenames (no stagger in filename)
-ability to run the miner on mixed POC1 & POC2 files
-abbility to read POC2 files in a POC1 world & POC1 files in a POC2 world

v.1.170820_POC2

27 May 06:44
Compare
Choose a tag to compare
v.1.170820_POC2 Pre-release
Pre-release

-automatically switch from POC1 to POC2 depending on block height
-added config item "POC2StartBlock":502000 (block height to be confirmed)
-added second cache parameter as shuffling needs more cache to perform (less seeks)
-added config item "CacheSize2" : 500000
-added ability to include POC2 filenames (no stagger in filename)
-ability to run the miner on mixed POC1 & POC2 files
-abbility to run POC2 files in a POC1 world & vice versa
-fixed a mem leak
-reduced hdd seek operations by a factor of 2