Bitcoin Core: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
m (moved Bitcoin-qt to Bitcoin-Qt: Proper capitalization)
(Bring things up to date)
Line 1: Line 1:
Alternative GUI for the original [[Bitcoin]] client based on Qt4, which will be merged into mainline eventually (0.4.x).
GUI for the original [[Bitcoin]] codebase based on Qt4.


Author: [[User:witchspace|witchspace]]
Author: [[User:witchspace|witchspace]]


==Features==
==Features==
* Compatibility with Linux (both GNOME and KDE), MacOSX and Windows
* Compatibility with Linux (both GNOME and KDE), Mac OS X and Windows
* All functionality of the original client
* All functionality of the original wxWidgets client
* User friendly, tabbed interface
* User friendly, tabbed interface
* Asks for confirmation before sending coins
* Asks for confirmation before sending coins
Line 13: Line 13:
* 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 (uBTC, mBTC) for users that like large numbers
* Multiple [[Units|unit]] support, can show subdivided bitcoins (uBTC, mBTC) for users that like large numbers (currently only decimal units)
* Splash screen that details progress
* Splash screen that details progress
* Accepts "bitcoin:" URIs from browsers through drag and drop


==Current version==
==Current version==
Source code (and build instructions for supported platforms) can be found at the [https://github.com/laanwj/bitcoin-qt Github page]. There is currently (2011-07-07) no installer or binary build as the project is still changing too fast to warrant releases.
Source code (and build instructions for supported platforms) can be found at the [https://github.com/bitcoin/bitcoin Bitcoin GitHub page].
 


==External Links==
==External Links==


* [https://forum.bitcoin.org/index.php?topic=15276.0 Forum thread] (includes screenshots)
* [https://forum.bitcoin.org/index.php?topic=15276.0 Forum thread] (includes screenshots)
* [https://github.com/laanwj/bitcoin-qt Github repository]
* [https://github.com/laanwj/bitcoin-qt Bitcoin-Qt development GitHub repository]
* [https://github.com/bitcoin/bitcoin Original Bitcoin codebase GitHub repository]


==See also==
==See also==


* [[QBitcoin]]
* [[QBitcoin]]
* [[bitcoind]]


[[Category:User Interfaces]]
[[Category:User Interfaces]]

Revision as of 15:20, 9 November 2011

GUI for the original Bitcoin codebase based on Qt4.

Author: witchspace

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

See also