Difference between revisions of "Bitcoin Core"

From Bitcoin Wiki
Jump to: navigation, search
(Added interwiki link to new Spanish article)
(updated)
Line 1: Line 1:
'''Bitcoin-Qt''' is an MIT-licenced Qt4 Bitcoin client written and maintained by Wladimir J. van der Laan, and has been distributed together with [[bitcoind]] since version 0.5.
+
'''Bitcoin-Qt''' is the first [[Bitcoin]] client, developed by [[Satoshi Nakamoto]] under its original name Bitcoind.<ref name="Bitcoin Client Software">{{cite web|title=Bitcoin Client Software|url=http://bitcoin.org/clients.html|publisher=Bitcoin.org|accessdate=21 October 2012|quote=The original software written by Satoshi Nakamoto, the project's founder.}}</ref><ref>http://gavintech.blogspot.co.uk/2012/03/full-disclosure-bitcoin-qt-on-windows.html, Full disclosure: Bitcoin-Qt on Windows vulnerability, 21st October 2012</ref><ref>http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-4682, Vulnerability Summary for CVE-2012-4682, 21st October 2012</ref>
 +
 
 +
The Bitcoin-Qt [[GUI]] was initially designed by Wladimir J. van der Laan. It is now maintained by the contributing [[developers]] of Bitcoind, which it has been bundled in since version 0.5.<ref name="Bitcoin-Qt/Bitcoind Releases">{{cite web|title=Bitcoin-Qt/Bitcoind Releases|url=http://bitcoin.org/news.html|publisher=Bitcoin.org|accessdate=21 October 2012}}</ref>
 +
 
 +
==History==
 +
 
 +
Historically, Bitcoin-Qt supported the mining of the Bitcoin currency; however, this feature has been since redacted due to increased computing requirements and the obsolence of regular CPU power.
 +
 
 +
Currently, Bitcoin-Qt can used as a desktop client for regular payments or as a server utility for merchants and other payment services.
 +
 
 +
===Current version===
 +
Source code (and build instructions for supported platforms) can be found at the [https://github.com/bitcoin/bitcoin Bitcoin GitHub page].
  
 
==Features==
 
==Features==
 
* Compatibility with Linux (both GNOME and KDE), Mac OS X and Windows
 
* Compatibility with Linux (both GNOME and KDE), Mac OS X and Windows
 
* All functionality of the original wxWidgets client
 
* All functionality of the original wxWidgets client
* User friendly, tabbed interface
 
 
* Asks for confirmation before sending coins
 
* Asks for confirmation before sending coins
 
* CSV export of transactions
 
* CSV export of transactions
Line 14: Line 24:
 
* Splash screen that details progress
 
* Splash screen that details progress
  
==Current version==
+
==Criticism==
Source code (and build instructions for supported platforms) can be found at the [https://github.com/bitcoin/bitcoin Bitcoin GitHub page].
+
Bitcoin-Qt is often criticized for being slow in downloading and verifying the Bitcoin transaction database (often called the Blockchain).  
  
 
==External Links==
 
==External Links==

Revision as of 00:57, 11 December 2012

Bitcoin-Qt is the first Bitcoin client, developed by Satoshi Nakamoto under its original name Bitcoind.[1][2][3]

The Bitcoin-Qt GUI was initially designed by Wladimir J. van der Laan. It is now maintained by the contributing developers of Bitcoind, which it has been bundled in since version 0.5.[4]

History

Historically, Bitcoin-Qt supported the mining of the Bitcoin currency; however, this feature has been since redacted due to increased computing requirements and the obsolence of regular CPU power.

Currently, Bitcoin-Qt can used as a desktop client for regular payments or as a server utility for merchants and other payment services.

Current version

Source code (and build instructions for supported platforms) can be found at the Bitcoin GitHub page.

Features

  • Compatibility with Linux (both GNOME and KDE), Mac OS X and Windows
  • All functionality of the original wxWidgets client
  • Asks for confirmation before sending coins
  • CSV export of transactions
  • Clearer transaction list with status icons and real-time filtering
  • Progress bar on initial block download
  • Languages: Dutch, English, German, many more
  • Sendmany support in UI (send to multiple recipients in one transaction)
  • Multiple unit support, can show subdivided bitcoins (mBTC, µBTC) for users that like large numbers (only decimal units)
  • Splash screen that details progress

Criticism

Bitcoin-Qt is often criticized for being slow in downloading and verifying the Bitcoin transaction database (often called the Blockchain).

External Links

See also

  • "Bitcoin Client Software". Bitcoin.org. http://bitcoin.org/clients.html. Retrieved 21 October 2012. "The original software written by Satoshi Nakamoto, the project's founder."
  • http://gavintech.blogspot.co.uk/2012/03/full-disclosure-bitcoin-qt-on-windows.html, Full disclosure: Bitcoin-Qt on Windows vulnerability, 21st October 2012
  • http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-4682, Vulnerability Summary for CVE-2012-4682, 21st October 2012
  • "Bitcoin-Qt/Bitcoind Releases". Bitcoin.org. http://bitcoin.org/news.html. Retrieved 21 October 2012.
  • Retrieved from "https://en.bitcoin.it/w/index.php?title=Bitcoin_Core&oldid=33573"