Skip to content

Instantly share code, notes, and snippets.

@alexanderjsingleton
Last active December 6, 2023 23:49
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save alexanderjsingleton/fd2a4eda9eaefd162c79498d98b1d08f to your computer and use it in GitHub Desktop.
Save alexanderjsingleton/fd2a4eda9eaefd162c79498d98b1d08f 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.
@alexanderjsingleton
Copy link
Author

alexanderjsingleton commented Oct 22, 2017

For the Litecoin: ./cpuminer -u slashpool_username.slashpool_worker -p pass -a scrypt -o stratum+tcp://stratum.slushpool.com:3333 -t cputhreads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment