Difference between revisions of "Converter"

From Bitcoin Wiki
Jump to: navigation, search
(Create article for Bitcoin Javascript Converter.)
 
m
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
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.
 
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==
 +
 +
* [[BTConvert]] Windows currency conversion app
 +
* [[Biticker]] Chrome extension with currency converter
 +
* [[BTCRate.com]]
  
 
==External Links==
 
==External Links==
  
* [http://sanescreen.org/converter Bitcoin Javascript Converter]
+
* [http://www.preev.com Preev] Simple Bitcoin Converter with live exchange rate
 +
* [https://gobitcoin.io/en/ GoBitcoin.io] Bitcoin Converter and Information
 +
* [http://ansrv.com/png/?s=https://blockchain.info/fr/q/24hrprice&size=5 imgtext] PNG of 24 hour weighted price (from Blockchain.info)
 +
* [http://bitsusd.com/ BitsUsd] Bitcoin units converter
 +
 
 +
[[Category:ECommerce]]

Latest revision as of 16:08, 18 June 2015

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

  • Preev Simple Bitcoin Converter with live exchange rate
  • GoBitcoin.io Bitcoin Converter and Information
  • imgtext PNG of 24 hour weighted price (from Blockchain.info)
  • BitsUsd Bitcoin units converter