Converter: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(→‎See Also: Add entry for BTCRate.com)
(Added biticker. Would it be better to link to the list of currency converters instead of individual programs?)
Line 6: Line 6:


* [[BTConvert]] Windows currency conversion app
* [[BTConvert]] Windows currency conversion app
* [[Biticker]] Chrome extension with currency converter
* [[BTCRate.com]]
* [[BTCRate.com]]



Revision as of 23:56, 30 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