- Zeus & Gaw Scrypt miners
- Fury/Blizzard*
- Black Widow*
- Falcon
- War Machine
(*) Tested
- Raspberry Pi + Rasbian
- build environment
- cgminer or bfgminer (compiled with Zeus support)
- screen
- whiptail (installed by default)
- Download and install Raspbian to an SD card
- Update (
sudo apt-get update && apt-get upgrade) - Install build environment
sudo apt-get install screen autoconf autogen libtool uthash-dev libjansson-dev libcurl4-openssl-dev libusb-dev libncurses-dev git git-core vim -y
- Download source and compile cgminer or bfgminer with zeus support
- cgminer:
--enable-scrypt --enable-zeus - bfgminer:
--enable-scrypt --disable-other-drivers --enable-icarus --enable-zeusminer
- Copy
miner-setupandstart-miner.shto/usr/local/bin/ - Add an entry to root's crontab (see
crontab.txt) if you want the miner to automatically start on boot. - Connect a supported miner and run
sudo miner-setupto configure. - Reboot, then run
sudo screen -rto confirm the miner(s) are running properly. (http://bit.ly/1xTZdVk for instructions on using screen)