Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.
/ Pi-Miner Public archive

A configuration interface for Raspberry Pi based Zeus/Gaw Scrypt miners

Notifications You must be signed in to change notification settings

rhondle/Pi-Miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi-Miner

A simple, guided configuration tool for a Raspberry Pi based Zeus/Gaw Scrypt miner

Supports

  • Zeus & Gaw Scrypt miners
  • Fury/Blizzard*
  • Black Widow*
  • Falcon
  • War Machine

(*) Tested

Requirements:

  • Raspberry Pi + Rasbian
  • build environment
  • cgminer or bfgminer (compiled with Zeus support)
  • screen
  • whiptail (installed by default)

Installation Instructions:

  1. Download and install Raspbian to an SD card
  2. Update (sudo apt-get update && apt-get upgrade)
  3. 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
  1. 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
  1. Copy miner-setup and start-miner.sh to /usr/local/bin/
  2. Add an entry to root's crontab (see crontab.txt) if you want the miner to automatically start on boot.
  3. Connect a supported miner and run sudo miner-setup to configure.
  4. Reboot, then run sudo screen -r to confirm the miner(s) are running properly. (http://bit.ly/1xTZdVk for instructions on using screen)

About

A configuration interface for Raspberry Pi based Zeus/Gaw Scrypt miners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages