Skip to content

BlagoMiner v1.170997 Release

Compare
Choose a tag to compare
@JohnnyFFM JohnnyFFM released this 22 Jul 18:52
· 11 commits to master since this release

BlagoMiner v1.170997 Release

  • Shabal optimizations for maximum hashing performance. Up to 50% faster - a true 997!

  • SSE compile now properly using SIMD extension (250% faster).

  • Burstcoin File System (BFS) support:
    Hdd's with BFS can be added like this: "Paths":["\\\\.\\PHYSICALDRIVE4"].
    New optional config-item: bfsTOCOffset (default value = 5). Location of the BFS table of contents, 4k addressing.
    Also supports mixed BFS and non-BFS systems.

  • Fixed passphrase.txt error message in case file is missing for solo mining

  • Added optional config-item hddWakeUpTimer (default = 180). Time in seconds before HDD wakeup is issued.

  • Added optional config-item ReadChunkParameter (default = CacheSize) for performance tuning.

  • Slightly changed the way disks are being red. in a mixed PoC1 & PoC2 setup PoC2 files will now have a higher priority. ReadChunkSize defines the maximum size to be red in one go. Sometimes a ReadChunkSize lower than CacheSize improves performance. It can't be set higher than CacheSize though.

  • Code refactoring