2015-02-02 23:08:55 -06:00
2015-02-02 22:37:03 -06:00
2015-02-02 22:37:03 -06:00
2015-02-02 22:37:03 -06:00

#Overview

This script checks the price of USD/BTC from Bitstamp by API every three seconds. The user can input selected amounts of BTC and USD, and a chosen multiplier. The program then multiplies the selected amounts according to:

Multiplied USD = BTC input * last USD/BTC * chosen multiplier Multiplied BTC = USD input / (last USD/BTC * chosen multiplier)

Description
Gets BTC/USD price from Bitstamp and multiplies by selected amounts by chosen factor
Readme 38 KiB
Languages
Python 54.7%
kvlang 45.3%