Code Monkey home page Code Monkey logo

miner's Introduction

Build Status

miner quickstart

Miner for helium blockchain

Build

$ make

Typecheck

$ make typecheck

Test

$ make test

docker

Build a miner-test image locally:

docker build -t helium:miner-test -f .buildkite/scripts/Dockerfile-xxxNN .

Note that Miner for AMD64 requires AVX support on the processor due to the erasure library.

It is possible to build ARM64 images from an AMD64 machine. Install the following:

sudo apt-get install qemu binfmt-support qemu-user-static # Install the qemu packages

Installing Miner from Source

AMD64 (AMD/Intel)

You need a processor with avx extensions. You can check this exists by running the following- if it is empty, your processor doesn't support AVX.

grep avx /proc/cpuinfo

Next, install git and build dependencies.

apt install -y git erlang libdbus-1-dev autoconf automake libtool flex libgmp-dev cmake libsodium-dev libssl-dev bison libsnappy-dev libclang-dev doxygen vim build-essential cargo parallel

Clone the git repository:

git clone https://github.com/helium/miner.git

And build:

cd miner/
make release

ARM (Raspbian) Install

Miner has been tested against Erlang OTP 22 and 23. Follow this PR for progress on Erlang OTP 24 support.

To install OTP 21.1.6 in Raspian, we'll first acquire the Erlang package from Erlang Solutions:

wget https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_22.1.6-1~raspbian~buster_armhf.deb

Now we'll install various other dependencies and then install Erlang itself. You'll see some errors after running dpkg, you can ignore them:

sudo apt-get install libdbus-1-dev autoconf automake libtool flex libgmp-dev cmake libsodium-dev libssl-dev bison libsnappy-dev libclang-dev doxygen make
sudo dpkg -i esl-erlang_22.1.6-1~raspbian~buster_armhf.deb
sudo apt-get install -f

Clone the git repository:

git clone https://github.com/helium/miner.git

Now it's time to build the miner. This will take a while:

cd miner
make release

miner's People

Contributors

evanmcc avatar vagabond avatar vihu avatar madninja avatar andymck avatar fvasquez avatar jadeallenx avatar lthiery avatar xandkar avatar ke6jjj avatar macpie avatar amirhaleem avatar jaykickliter avatar abhay avatar paulvmo avatar andrewboudreau avatar jeffgrunewald avatar shawaj avatar benoitduffez avatar ccrisan avatar kent-williams avatar michaeldjeffrey avatar philltran avatar tedder avatar w0ts0n avatar mbthiery avatar maco2035 avatar joecryptotoo avatar timcooijmans avatar robputt avatar

Watchers

James Cloos 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.