Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.
/ PiMiner Public archive

Python scripts for retrieving live cgminer stats and displaying them on an Adafruit 16x2 LCD + Keypad Kit for Raspberry Pi

License

Notifications You must be signed in to change notification settings

adafruit/PiMiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE - this project is for historical reference only. The bitcoin mining process has changed considerably since this guide written and project code will need to be overhauled before use.

PiMiner v1.1

Python scripts for interfacing cgminer with the Adafruit 16x2 LCD + Keypad Kit for Raspberry Pi.

Project tutorial: http://learn.adafruit.com/piminer-raspberry-pi-bitcoin-miner

In progress!

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Written by Collin Cunningham for Adafruit Industries. BSD license, all text above must be included in any redistribution

To download, log into your Pi with Internet accessibility and type: git clone https://github.com/adafruit/PiMiner.git

Changes

Version 1.1.1 (forked by denmojo)

  • Added support for bitstamp exchange rates (less price deviation than mtgox) in screen selection 3.
  • Retained compatibility with mtgox.

Version 1.1

  • Added mining auto-start after boot (see tutorial)
  • Time format changed to dd:hh:mm
  • Abbreviated large share count; ex. "1k2"
  • Revised error % calculation: 100 * HW / (diff1shares + HW)
  • Added MtGox last, high, & low price ("currency" var can be set in script)
  • Misc. tutorial revisions

Version 1.0

  • Initial release

About

Python scripts for retrieving live cgminer stats and displaying them on an Adafruit 16x2 LCD + Keypad Kit for Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages