https://github.com/runningcode/coinmachine
A USD Coin to BTC converter.
https://github.com/runningcode/coinmachine
Last synced: about 2 months ago
JSON representation
A USD Coin to BTC converter.
- Host: GitHub
- URL: https://github.com/runningcode/coinmachine
- Owner: runningcode
- Created: 2014-03-12T18:49:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-11T23:03:56.000Z (about 12 years ago)
- Last Synced: 2025-02-25T08:15:22.626Z (over 1 year ago)
- Language: Python
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CoinMachine
===========
A USD Coin to BTC converter.
Hardware Components
===================
* Coin Acceptor: http://www.adafruit.com/products/787
* Thermal Printer: http://www.adafruit.com/products/597
Code Components:
================
* GUI: Used to display current price and confirm transaction with user.
* Coin Acceptor: Serial connection to coin accepter to recognize pennies, nickels, and quarters.
* Receipt Rendering: Print out a QR code, public key, private key, and the balance.
* BTC Transfer code: Send money to wallet from local wallet or Coinbase API.