Skip to content

pongit/scavenger

Repository files navigation

Build Status

Scavenger - Burstminer in Rust

Features

  • direct io
  • avx2, avx, sse
  • 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

# build debug (unoptimized)
cargo build

# build release (optimized)
cargo build --release

# test
cargo test

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
    • implementation
  • JohnnyDeluxe: BURST-S338-R6VC-LTFA-2GC6G
    • shabal optimizations
    • direct io
    • windows support
    • countless ideas and optimization strategies

About

A fast Burstcoin miner written in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 89.7%
  • C 9.3%
  • Other 1.0%