Difference between revisions of "Bitcoin-Qt"

From Free Software Directory
Jump to: navigation, search
m (try to markup categories and license)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Bitcoin is a network and a currency establishing a PKI for electronic cash transactions which is distributed P2P, the client was published 2009 also called bitcoin for GUI and as bitcoind for CLI only.
+
{{Entry
This original Client for the currency and network was renamed to Bitcoin-Qt to reference the use of the multiplatform GUI-Lib.
+
|Name=Bitcoin-Qt
The bitcoind still exists and enables developers to interact with a wallet file (essentially the keychain) using the API with JSON or on CLI.
+
|Short description=Bitcoin client and wallet
The project is still stated as experimental by the developers but already the economy around it is global.
+
|Full description=Bitcoin-Qt is a multiplatform bitcoin client and wallet. Bitcoin is a network and a currency establishing a PKI for electronic cash transactions which is distributed P2P. To quote the developers, "Bitcoin is a decentralized P2P electronic cash system without a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of the network to check for double-spending."
 
+
|Homepage URL=http://bitcoin.org/
To quote the developers:
+
|User level=none
"Bitcoin is a decentralized P2P electronic cash system without a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of the network to check for double-spending."
+
|VCS checkout command=git clone git://github.com/bitcoin/bitcoin.git
 
+
|Computer languages=C++
Download
+
|Documentation note=* [http://www.weusecoins.com/ WeUseCoins.com]
* Binaries: [http://sourceforge.net/projects/bitcoin/?source=directory on Sourceforge]
+
* [https://en.bitcoin.it/wiki/Main_Page Bitcoin Wiki]
* Source: [https://github.com/bitcoin/bitcoin on github]
 
 
 
Documentation
 
 
* [http://bitcoin.org/bitcoin.pdf the bitcoin paper], a brief description in 9 pages, published 2009
 
* [http://bitcoin.org/bitcoin.pdf the bitcoin paper], a brief description in 9 pages, published 2009
* [http://bitcoin.it the bitcoin-wiki]
+
* [http://bitcoinmagazine.com/ Bitcoin magazine]
* [http://bitcoinmagazine.com/ The physical available magazine]
 
 
 
License: © Bitcoin Project 2009–2013, Released under the [http://creativecommons.org/licenses/MIT/ MIT-License]
 
  
Related Projects:
+
See [https://github.com/bitcoin/QA/ QA page] for how to create a test plan.
* [http://www.bitcoin.org Official Website]
+
|IRC general=irc://irc.gnu.org/bitcoin
* [http://bitcoinfoundation.org The Bitcoin Foundation]
+
|IRC development=irc://irc.gnu.org/bitcoin-dev
* [http://bitcointalk.org Official Forum]
+
|Keywords=Bitcoin, P2P
* [http://bitcoinarmory.com/ Armory] Client working on top of Bitcoin-Qt
+
|Version identifier=0.8.0
* [http://multibit.org/ Multibit] a bitcoin client written in Java
+
|Version date=2013/02/19
* [http://blockexplorer.com online block-explorer for the blockchain]
+
|Version status=developmental
* [http://blockchain.info blockchain information] and additional Services such as a encrypted online wallet written in JavaScript
+
|Version download=http://sourceforge.net/projects/bitcoin/files/latest/download?source=files
* ... many websites using the currency or network ...
+
|Version comment=[http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.0/ Other platforms].
 
+
|Last review by=Jgay
{{Software category
+
|Last review date=2013/03/08
|Interface=frontend
+
|Submitted by=W01f
|Interface=console
+
|Submitted date=2013/02/28
|Interface=daemon
+
|Status=
|Live-communications=payment
+
|Is GNU=No
|Use=live-communications
 
|Use=Internet-application
 
 
}}
 
}}
 
 
{{Project license
 
{{Project license
|License=MIT
+
|License=Expat
 +
|License verified by=Jgay
 +
|License verified date=2013/03/08
 +
|License note=Copyright (c) 2009-2013 Bitcoin Developers
 +
}}
 +
{{Person
 +
|Real name=Satoshi Nakamoto
 +
|Role=Developer
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Gavin Andresen
 +
|Role=Developer
 +
|Email=gavinandresen@gmail.com
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Pieter Wuille
 +
|Role=Developer
 +
|Email=pieter.wuille@gmail.com
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Nils Schneider
 +
|Role=Developer
 +
|Email=nils.schneider@gmail.com
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Jeff Garzik
 +
|Role=Developer
 +
|Email=jgarzik@exmulti.com
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Wladimir J. van der Laan
 +
|Role=Developer
 +
|Email=laanwj@gmail.com
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Gregory Maxwell
 +
|Role=Developer
 +
|Email=gmaxwell@gmail.com
 +
|Resource URL=
 +
}}
 +
{{Resource
 +
|Resource kind=Forum
 +
|Resource URL=http://bitcoin.stackexchange.com/
 +
}}
 +
{{Resource
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://github.com/bitcoin/bitcoin/issues
 +
}}
 +
{{Resource
 +
|Resource audience=Press mailing list
 +
|Resource kind=Mailing List
 +
|Resource URL=bitcoin-press@lists.sourceforge.net
 +
}}
 +
{{Resource
 +
|Resource kind=Developer Subscribe
 +
|Resource URL=http://lists.sourceforge.net/mailman/listinfo/bitcoin-development
 +
}}
 +
{{Resource
 +
|Resource kind=General Subscribe
 +
|Resource URL=http://lists.sourceforge.net/mailman/listinfo/bitcoin-list
 +
}}
 +
{{Resource
 +
|Resource audience=Test
 +
|Resource kind=Mailing List Subscribe
 +
|Resource URL=http://lists.sourceforge.net/mailman/listinfo/bitcoin-test
 +
}}
 +
{{Software category
 +
|Interface=console, daemon, frontend
 +
|Use=internet-application, live-communications
 +
|Works-with=bitcoin
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 16:41, 26 July 2013


Overview

Bitcoin-Qt

http://bitcoin.org/
Bitcoin client and wallet

Bitcoin-Qt is a multiplatform bitcoin client and wallet. Bitcoin is a network and a currency establishing a PKI for electronic cash transactions which is distributed P2P. To quote the developers, "Bitcoin is a decentralized P2P electronic cash system without a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of the network to check for double-spending."





Details

Licensing

License

Verified by

Verified on

Notes

License

Expat

Verified by

Jgay

Verified on

8 March 2013

Notes

Copyright (c) 2009-2013 Bitcoin Developers




Leaders and contributors

Contact(s)Role
Wladimir J. van der Laan Developer
Gregory Maxwell Developer
Jeff Garzik Developer
Pieter Wuille Developer
Satoshi Nakamoto Developer
Gavin Andresen Developer
Nils Schneider Developer


Resources and communication

AudienceResource typeURI
Developer Subscribehttp://lists.sourceforge.net/mailman/listinfo/bitcoin-development
Bug Trackinghttps://github.com/bitcoin/bitcoin/issues
Press mailing listMailing Listbitcoin-press@lists.sourceforge.net
Forumhttp://bitcoin.stackexchange.com/
TestMailing List Subscribehttp://lists.sourceforge.net/mailman/listinfo/bitcoin-test
General Subscribehttp://lists.sourceforge.net/mailman/listinfo/bitcoin-list


Software prerequisites

About this entry



<headertabs />


Entry
































"Press mailing list" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






"Test" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.