Difference between revisions of "Bitcoin Core"

From Bitcoin Wiki
Jump to: navigation, search
m
(see also QBitcoin)
Line 12: Line 12:
 
* Progress bar on initial block download
 
* Progress bar on initial block download
 
* Languages: Dutch, English, German
 
* Languages: Dutch, English, German
 +
* Sendmany support in UI (send to multiple recipients in one transaction)
  
 
==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/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.
 +
  
 
==External Links==
 
==External Links==
Line 20: Line 22:
 
* [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 Github repository]
 +
 +
==See also==
 +
 +
* [[QBitcoin]]
  
 
[[Category:User Interfaces]]
 
[[Category:User Interfaces]]

Revision as of 05:40, 18 July 2011

Alternative GUI for the original Bitcoin client based on Qt4, which will be merged into mainline eventually (0.4.x).

Author: witchspace

Features

  • Compatibility with Linux (both GNOME and KDE), MacOSX and Windows
  • All functionality of the original 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)

Current version

Source code (and build instructions for supported platforms) can be found at the Github page. There is currently (2011-07-07) no installer or binary build as the project is still changing too fast to warrant releases.


External Links

See also