Giter VIP home page Giter VIP logo

arduino-bitcoin-candy's Introduction

Description

This repository hosts the software bits of a candy dispenser build with Arduino and utilizing Bitcoin as the payment mechanism. It uses code from the this project: https://github.com/javgh/greenaddress-pos-tools/ .

Getting started

  • install dependencies: python-qrencode, python-qt4
  • add "server=1" (but not daemon=1) to bitcoin.conf and configure rpcuser & rpcpassword
  • create the file $HOME/.arduino-bitcoin-candyrc with this contents:
{
    "arduino_port": "/dev/ttyUSB0", 
    "candy_currency": "USD", 
    "candy_price": 2.0, 
    "exchange_rate_ticker": {
        "field": "last", 
        "interval": 5, 
        "source": "MtGox.com", 
        "url": "https://mtgox.com/api/0/data/ticker.php"
    }, 
    "green_addresses": {
        "1CDysWzQ5Z4hMLhsj4AKAEFwrgXRC8DqRN": "Verified by Instawallet."
    }, 
    "rpc_url": "http://rpcuser:[email protected]:8332"
}
  • upload the sketch arduino/trigger_via_serial/trigger_via_serial.ino to your Arduino
  • run: python pos-tool.py

You should see two windows popping up: The merchant back end and the customer display. Clicking on "Init demo" will display a new Bitcoin address and associated QR code. The tool then listens for transactions to the Bitcoin address and as soon as it receives something, it changes the display to read "Payment received" and sends a signal to the Arduino.

Not yet implemented

  • looping the demo
  • checking for correct amount and dealing with cases where not enough or too much was payed
  • any kind of double-spend detection/prevention mechanism (besides green addresses)

arduino-bitcoin-candy's People

Contributors

javgh avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.