Bitcoin Core: Difference between revisions
Jump to navigation
Jump to search
Bring things up to date |
lead expansion, remove author, add creator |
||
Line 1: | Line 1: | ||
GUI for the original [[Bitcoin]] codebase | '''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 [[bitcoind|original Bitcoin client]]., which it has been bundled in since version 0.5. | ||
==Features== | ==Features== |
Revision as of 22:21, 14 November 2011
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 (uBTC, mBTC) for users that like large numbers (currently only decimal units)
- 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
- Forum thread (includes screenshots)
- Bitcoin-Qt development GitHub repository
- Original Bitcoin codebase GitHub repository