{"id":21948094,"url":"https://github.com/poc-consortium/scavenger","last_synced_at":"2025-04-05T19:12:27.537Z","repository":{"id":32925439,"uuid":"143446583","full_name":"PoC-Consortium/scavenger","owner":"PoC-Consortium","description":"A fast Burstcoin miner written in Rust","archived":false,"fork":false,"pushed_at":"2023-01-20T23:11:54.000Z","size":2789,"stargazers_count":106,"open_issues_count":5,"forks_count":66,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-29T18:06:56.182Z","etag":null,"topics":["bhd","bitcoinhd","burst","burstcoin","crypto","cryptocurrency","miner","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PoC-Consortium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-03T15:53:10.000Z","updated_at":"2024-11-09T16:29:54.000Z","dependencies_parsed_at":"2023-02-12T06:31:57.158Z","dependency_job_id":null,"html_url":"https://github.com/PoC-Consortium/scavenger","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoC-Consortium%2Fscavenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoC-Consortium%2Fscavenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoC-Consortium%2Fscavenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoC-Consortium%2Fscavenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PoC-Consortium","download_url":"https://codeload.github.com/PoC-Consortium/scavenger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247386265,"owners_count":20930619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bhd","bitcoinhd","burst","burstcoin","crypto","cryptocurrency","miner","rust"],"created_at":"2024-11-29T05:11:57.023Z","updated_at":"2025-04-05T19:12:27.520Z","avatar_url":"https://github.com/PoC-Consortium.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":" \u003cimg align=\"right\" src=\"https://i.imgur.com/LG63EqK.png\" height=\"200\"\u003e\n \n [![Build Status](https://travis-ci.org/PoC-Consortium/scavenger.svg?branch=master)](https://travis-ci.org/PoC-Consortium/scavenger) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n# Scavenger - PoC miner in Rust\n\n### Features\n- windows, linux, macOS, android \u0026 more\n- x86 32 \u0026 64bit, arm, aarch64 \n- direct io\n- avx512f, avx2, avx, sse, neon\n- opencl\n- fastest PoC miner there is\n\n### Documentation/Wiki\n\nhttps://github.com/PoC-Consortium/scavenger/wiki\n\n### Binary + source code releases\n\nhttps://github.com/PoC-Consortium/scavenger/releases\n\nScavenger can also be installed directly via cargo:\n\n``` shell\ncargo install scavenger\n```\n\n### Development Requirements\n- new version of rust, stable toolchain\n\n### Compile, test, ...\n\nBinaries are in **target/debug** or **target/release** depending on optimization.\n\n``` shell\n# decide on features to run/build:\nsimd: support for SSE2, AVX, AVX2 and AVX512F (x86_cpu)\nneon: support for Arm NEON (arm_cpu)\nopencl: support for OpenCL (gpu)\n\n# build debug und run directly\ne.g. cargo run --features=simd    #for a cpu version with SIMD support\n\n# build debug (unoptimized)\ne.g cargo build --features=neon   #for a arm cpu version with NEON support\n\n# build release (optimized)\ne.g. cargo build --release --features=opencl,simd    #for a cpu/gpu version\n\n# test\ncargo test  [--features={opencl,simd,neon}]\n```\n\n### Run\n\n```shell\nscavenger --help\n```\n\n### Config\n\nThe miner needs a **config.yaml** file with the following structure:\n\nhttps://github.com/PoC-Consortium/scavenger/blob/master/config.yaml\n\n### Docker\n\nA docker image based on alpine linux is built automatically on every commit to master: `pocconsortium/scavenger`\nThis image will use only your cpu.\n\nTo run it on the fly use something like this:\n```\ndocker run \\\n--rm \\\n--name scavenger \\\n--volume /path/to/your/config.yaml:/data/config.yaml \\\n--volume /path/to/your/disks:/disks \\\npocconsortium/scavenger\n```\n\nAlternatively a docker compose file could look like this:\n```\nversion: '2'\nservices:\n  scavenger:\n    image: pocconsortium/scavenger\n    restart: always\n    volumes:\n      - /path/to/your/disks:/disks\n      - /path/to/your/config.yaml:/data/config.yaml\n```\n\n### Donate \n* bold: BURST-8V9Y-58B4-RVWP-8HQAV\n  - architecture\n  - linux support\n* JohnnyDeluxe: BURST-S338-R6VC-LTFA-2GC6G\n  - open cl\n  - direct io\n  - shabal optimizations\n  - windows support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoc-consortium%2Fscavenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoc-consortium%2Fscavenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoc-consortium%2Fscavenger/lists"}