Converter: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(Add entry for Preev converter.)
(Remove defunct services, replace with imgtext-based one)
Line 9: Line 9:
==External Links==
==External Links==


* [http://sanescreen.org/converter Bitcoin Javascript Converter]
* [http://www.preev.com Preev] Bitcoin converter with live exchange rate
* [http://www.preev.com Preev] Bitcoin converter with live exchange rate
* [http://bitcoin.1t2l.net/widget Bitcoin converter] web widget (no longer active)
* [http://ansrv.com/png/?s=http://betwithbtc.com/lastprice.php&size=5 imgtext]


[[Category:ECommerce]]
[[Category:ECommerce]]

Revision as of 01:49, 16 April 2012

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