Skip to content

Instantly share code, notes, and snippets.

@Linw00d93
Forked from alexanderjsingleton/README.md
Created April 27, 2020 14:48
Show Gist options
  • Save Linw00d93/98f80094cda3499e3a8009413de683f6 to your computer and use it in GitHub Desktop.
Save Linw00d93/98f80094cda3499e3a8009413de683f6 to your computer and use it in GitHub Desktop.
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment