Skip to content

Instantly share code, notes, and snippets.

@Linw00d93
Linw00d93 / README.md
Created April 27, 2020 14:48 — forked from alexanderjsingleton/README.md
Bitcoin mining with Raspberry Pi and Slushpool

After spinning-up your Raspberry Pi and registering an account at slushpool:

  1. sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++ git
  2. git clone https://github.com/tpruvot/cpuminer-multi
  3. cd cpuminer-multi
  4. ./autogen.sh
  5. ./build.sh
  6. Check out the commands: ./cpuminer --help
  7. ./cpuminer -u slashpool_user_name.slashpool_worker -p pass -a sha256d -o stratum+tcp://stratum.slushpool.com:3333 -t cputhreads
  8. Order MOAR Raspberry Pi's and Antminers then buy more Bitcoin.

Installing elastic beats on Raspberry Pi

At time of writing elastic.co does not provide ARM builds for raspberry. This tutorial describes how to compile e.g. filebeat and run in on Raspberry Pi3.

Prerequisites

You'll need Git, Go (>1.8) and Python with virtualenv.

Go 1.8+ (currently 1.11)