Skip to content

0xEapp/scavenger

 
 

Repository files navigation

Build Status

Scavenger - Burstminer in Rust

Features

  • direct io
  • avx512f, avx2, avx, sse
  • opencl
  • fastest burstminer there is

Requirements

  • new version of rust

Compile, test, ...

Binaries are in target/debug or target/release depending on optimazation.

# build debug und run directly
cargo run [--features opencl]

# build debug (unoptimized)
cargo build [--features opencl]

# build release (optimized)
cargo build --release [--features opencl]

# test
cargo test  [--features opencl]

Run

scavenger --help

Config

The miner needs a config.yaml file with the following structure:

https://github.com/PoC-Consortium/scavenger/blob/master/config.yaml

Donate

  • bold: BURST-8V9Y-58B4-RVWP-8HQAV
    • architecture
    • linux support
  • JohnnyDeluxe: BURST-S338-R6VC-LTFA-2GC6G
    • open cl
    • direct io
    • shabal optimizations
    • windows support

About

A fast Burstcoin miner written in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 81.4%
  • C 17.1%
  • Shell 1.4%
  • Makefile 0.1%