Releases: JohnnyFFM/miner-burst
v.1.170911
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
-fixed an issue with the SSE build
v.1.170900
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
-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