GithubHelp home page GithubHelp logo

gittrekt / signum-miner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from signum-network/signum-miner

0.0 0.0 0.0 2.69 MB

The official signum-network miner

License: GNU General Public License v3.0

Shell 0.74% C 9.25% Rust 89.91% Makefile 0.09%

signum-miner's Introduction

signum-miner

Features

  • windows, linux, macOS, android & more
  • x86 32 & 64bit, arm, aarch64
  • direct io
  • avx512f, avx2, avx, sse, neon
  • opencl

Binary files and source code releases

https://github.com/signum-network/signum-miner/releases

Running the binaries

Config

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

https://github.com/signum-network/signum-miner/blob/master/config.yaml

Running

Be sure to have the config file on the same folder of your binary.

For windows, double click on the executable file. If it refuses to run, start the executable from a command prompt to check for error messages.

For Linux run it with the folliwing command:

./signum-miner

Build from Sources

# decide on features to run/build:
simd: support for SSE2, AVX, AVX2 and AVX512F (x86_cpu)
neon: support for Arm NEON (arm_cpu)
opencl: support for OpenCL (gpu)

# for a cpu version with SIMD support:
cargo build --release --features=simd

# for a gpu/cpu version with SIMD support:
cargo build --release --features=opencl,simd

# for a arm cpu version with NEON support:
cargo build --release --features=neon

# for a debug version, just avoid the --release argument:
cargo build

Forked from

This is a code fork from https://github.com/PoC-Consortium/scavenger

signum-miner's People

Contributors

aprock avatar cohsrt avatar felixbrucker avatar guywhoknowstheguy avatar jjos2372 avatar johnnyffm avatar llybin avatar mmullis avatar revolution2020lv avatar spebern avatar tzdybal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.