-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Blagominer | ||
I've modded Blagominer by modding a modded version from Quibus :-) | ||
Added a couple of thing to Blagominer: | ||
-automatically switch from POC1 to POC2 depending on block height | ||
-added config item "POC2StartBlock":502000 | ||
-added second cache parameter as shuffling needs more cache to perform (less seeks) | ||
-added config item "CacheSize2" : 262144 | ||
-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 | ||
-reading in hashing now performed in parallel | ||
I've modded Blagominer by modding a modded version from Quibus :-)<br> | ||
Added a couple of thing to Blagominer:<br> | ||
-automatically switch from POC1 to POC2 depending on block height<br> | ||
-added config item "POC2StartBlock":502000 <br> | ||
-added second cache parameter as shuffling needs more cache to perform (less seeks)<br> | ||
-added config item "CacheSize2" : 262144<br> | ||
-added ability to include POC2 filenames (no stagger in filename)<br> | ||
-ability to run the miner on mixed POC1 & POC2 files<br> | ||
-abbility to run POC2 files in a POC1 world & vice versa<br> | ||
-reading in hashing now performed in parallel<br> |