Scavenger - PoCC's reference Miner for Linux/Unix/Windows/MacOs/Android (32&64bit).
It offers:
- SSE2, AVX, AVX2, AVX512F and NEON support
- OpenCL GPU support
- DirectIO
changelog:
- nonce submission has been revised. An retry mechanism with exponential back-off has been added.
- improved for BurstNeon Pool
Assets
9
JohnnyFFM
released this
Scavenger - PoCC's reference Miner for Linux/Unix/Windows/MacOs/Android (32&64bit).
It offers:
- SSE2, AVX, AVX2, AVX512F and NEON support
- OpenCL GPU support
- DirectIO
changelog:
- some shabal code has been ported to rust
- http component has been replaced, no more https warnings
- fixed a bug causing scavenger in gpu mode to crash after an hdd failure
Assets
8
JohnnyFFM
released this
Scavenger - PoCC's reference Miner for Linux/Unix/Windows/MacOs/Android (32&64bit).
It offers:
- SSE2, AVX, AVX2, AVX512F and NEON support
- OpenCL GPU support
- DirectIO
changelog:
- fixed a timeout bug when getting mining info
- url handling improved, supports trailing slash now as well as path
- server communication refactored
- no more warnings when using https
- enforce server target dl
- support custom html headers (hpool support)
- error messages improved in case of an outage
- fixed a bug for 32bit versions where a wrong capacity has been reported
JohnnyFFM
released this
Scavenger - PoCC's reference Miner for Linux/Unix/Windows/MacOs/Android (32&64bit).
It offers:
- SSE2, AVX, AVX2, AVX512F and NEON support
- OpenCL GPU support
- DirectIO
changelog:
- fixed a bug for SSE, AVX & NEON causing only half the capacity being scanned
Assets
9
JohnnyFFM
released this
Scavenger - PoCC's Burstcoin reference Miner for Linux/Unix/Windows/MacOs/Android (32&64bit).
It offers:
- SSE2, AVX, AVX2, AVX512F and NEON support
- OpenCL GPU support
- DirectIO
changelog:
- back to rust stable toolchain for most platforms (use 'rustup default stable' to change your toolchain when compiling). Arm version only builds on nightly.
- updated all dependencies
- fixed a race condition for fast blocks
- added GPU async mode (transfer data to GPU and hash async)
- optimized thread handling: reduced the number of threads, CPU tasks now spawn on a threadpool. GPU threads can be reduced to a minimum. Recommendation: integrated GPU: 1 thread, dedicated GPU 2-4 threads. GPU mining needs less GPU Ram and startup time is faster.
- Run "scavenger - o" to hint the ideal gpu_nonce_per_cache multiplier for maximum occupancy.
- NB for dedicated GPU's: The speed of you GPU mainly depends on your PCIe speed. The GPU mining bottleneck is not computation but data transfer. Make sure your card is set for PCIe-16x and expect speeds around 10GB/s (1050 TI and higher).
- removed multi-chain switch
Assets
9
JohnnyFFM
released this
Scavenger - PoCC's Burstcoin reference Miner for Linux/Unix/Windows/MacOs/Android (32&64bit).
It offers:
- SSE2, AVX, AVX2, AVX512F and NEON support
- OpenCL GPU support
- DirectIO
changelog:
- back to rust stable toolchain (use 'rustup default stable' to change your toolchain when compiling)
- multi-chain switch
Scavenger - PoCC's Burstcoin reference Miner for Linux/Unix/Windows/MacOs/Android (32&64bit).
It offers:
- SSE2, AVX, AVX2, AVX512F and NEON support
- OpenCL GPU support
- DirectIO
changelog:
- fixed the handling of forks
- optionally define a target dl per numeric_id
Assets
11
JohnnyFFM
released this
Scavenger - PoCC's Burstcoin reference Miner for Linux/Unix/Windows/MacOs/Android (32&64bit).
It offers:
- SSE2, AVX, AVX2, AVX512F and NEON support
- OpenCL GPU support
- DirectIO
changelog:
- a bug has been fixed that was preventing scavenger to run on Odroid XU4 with OpenCL on Mali
NB: If you don't run an Odroid XU4 or alike, you can continue to use v.1.6.0
JohnnyFFM
released this
Scavenger - PoCC's Burstcoin reference Miner for Linux/Unix/Windows/MacOs/Android (32&64bit).
It offers:
- SSE2, AVX, AVX2, AVX512F and NEON support
- OpenCL GPU support
- DirectIO
changelog:
- performance issue with AVX512f have been fixed
NB: If you don't run a AVX512f cpu, you can continue to use v.1.6.0
Assets
9
JohnnyFFM
released this
Scavenger - PoCC's Burstcoin reference Miner for Linux/Unix/Windows/MacOs/Android (32&64bit).
It offers:
- SSE2, AVX, AVX2, AVX512F and NEON support
- OpenCL GPU support
- DirectIO
changelog:
- support for 32bit and 64bit cpus
- support for raspberry pi, odroid and modern android phones
- arm neon support
- hot plug fix (recover after reconnecting a HDD)
- improved mem usage when disabling direct io in windows
- some more shabal optimisations (2-3% speed increase)
- bugfix: sector size determination in unix
- bugfix: cpu core affinity unix