Difference between revisions of "Bitcoin Core"

From Bitcoin Wiki
Jump to: navigation, search
(Features: fixed 'uBTC' technicality. now correctly shows 'µBTC' instead.)
m (Removed implication that someday Bitcoin-Qt will support non-decimal bitcoin units.)
Line 11: Line 11:
 
* Languages: Dutch, English, German
 
* Languages: Dutch, English, German
 
* Sendmany support in UI (send to multiple recipients in one transaction)
 
* Sendmany support in UI (send to multiple recipients in one transaction)
* Multiple [[Units|unit]] support, can show subdivided bitcoins (mBTC, µBTC) for users that like large numbers (currently only decimal units)
+
* Multiple [[Units|unit]] support, can show subdivided bitcoins (mBTC, µBTC) for users that like large numbers
 
* Splash screen that details progress
 
* Splash screen that details progress
  

Revision as of 16:59, 9 July 2012

Bitcoin-Qt is an MIT-licenced Qt4 GUI for the original Bitcoin codebase. Initially designed by John Smith, it is now maintained by the developers of the original Bitcoin client., which it has been bundled in since version 0.5.

Features

  • Compatibility with Linux (both GNOME and KDE), Mac OS X and Windows
  • All functionality of the original wxWidgets client
  • User friendly, tabbed interface
  • 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
  • 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
  • Splash screen that details progress

Current version

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

External Links

See also