Difference between revisions of "Converter"

From Bitcoin Wiki
Jump to: navigation, search
(External Links: Add entry for BTCTicker.)
Line 14: Line 14:
 
* [http://btcticker.appspot.com BTCTicker]
 
* [http://btcticker.appspot.com BTCTicker]
 
* [http://ansrv.com/png/?s=http://betwithbtc.com/lastprice.php&size=5 imgtext]
 
* [http://ansrv.com/png/?s=http://betwithbtc.com/lastprice.php&size=5 imgtext]
 +
* [http://bitsusd.com/ BitsUsd] Bitcoin units converter
  
 
[[Category:ECommerce]]
 
[[Category:ECommerce]]

Revision as of 16:42, 26 December 2014

A script that converts USD prices to BTC dynamically, based on a weighted average of the recent Mt.Gox trades. The weighted average is updated every 5 minutes.

The way this works is the script, hosted on the sanescreen.org server, references a separate javascript file which holds the the exchange rate hard-coded as a variable assignment. The separate javascript file is what gets updated frequently to reflect the current rate.

See Also

External Links