Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.