Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runningcode/coinmachine
A USD Coin to BTC converter.
https://github.com/runningcode/coinmachine
Last synced: 26 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-11T23:03:56.000Z (over 10 years ago)
- Last Synced: 2024-05-02T01:20:36.781Z (6 months 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/597Code 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.