Bitcoin

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Other links and references)
(Software)
Line 20: Line 20:
 
* [http://sourceforge.net/projects/bitcoin/ Bitcoin software on Sourceforge]
 
* [http://sourceforge.net/projects/bitcoin/ Bitcoin software on Sourceforge]
 
* [https://en.bitcoin.it/wiki/Bitcoin-Qt Bitcoin-Qt client]
 
* [https://en.bitcoin.it/wiki/Bitcoin-Qt Bitcoin-Qt client]
 +
* [http://www.programmableweb.com/api/bitcoinaverage BitcoinAverage API]
 +
* [http://www.programmableweb.com/api/bitcoinmonitor BitcoinMonitor API]
  
 
== Sample files ==
 
== Sample files ==

Revision as of 18:17, 3 November 2013

File Format
Name Bitcoin
Ontology
Released 2009

Bitcoin is an "alternative currency" that is generated electronically with no central authority, with a loosely-connected set of network nodes engaged in "minting" coins by solving difficult mathematical computations, validating such newly-created "coins", and storing transactions involving them. This is all accomplished algorithmically.

A bitcoin, and its associated transactions, can be represented in various ways, even including actual physical metal coins if you can believe the picture in the Wikipedia article. A binary format is defined in the Bitcoin technical specs, but archived Bitcoin blocks in the "Block Explorer" site are displayed in a JSON-based format (served as text/plain).

Contents

Data format info

Other specs and definitions

Software

Sample files

Other links and references

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox