2013-07-01 23:16:43 +02:00
|
|
|
bitcoin (P2P electronic cash system)
|
|
|
|
|
2012-12-02 19:19:30 +01:00
|
|
|
Bitcoin is a free open source peer-to-peer electronic cash system
|
|
|
|
that is completely decentralized, without the need for a central
|
2012-12-24 00:38:32 +01:00
|
|
|
server or trusted parties. Users hold the crypto keys to their
|
|
|
|
own money and transact directly with each other, with the help
|
|
|
|
of a P2P network to check for double-spending.
|
2012-12-02 19:19:30 +01:00
|
|
|
|
2015-02-20 04:12:09 +01:00
|
|
|
This Bitcoin client builds the backbone of the bitcoin network.
|
|
|
|
It downloads, verifies and distributes the blockchain to other
|
2016-08-23 23:50:02 +02:00
|
|
|
peers in the network. It uses lots of diskspace and bandwidth.
|
2015-02-20 04:12:09 +01:00
|
|
|
If you just want to send and receive Bitcoins you should look at
|
|
|
|
a light client like Electrum.
|
|
|
|
|
2016-10-29 06:42:36 +02:00
|
|
|
Please make sure to read the release notes first before upgrading:
|
|
|
|
https://github.com/bitcoin/bitcoin/blob/0.13/doc/release-notes/release-notes-0.13.1.md
|
|
|
|
|
|
|
|
This is a new minor version release, including activation parameters
|
|
|
|
for the segwit softfork, various bugfixes and performance improvements.
|
|
|
|
Please also read this if you want to know more about segregated witness:
|
|
|
|
https://bitcoincore.org/en/2016/01/26/segwit-benefits/
|
|
|
|
https://bitcoincore.org/en/2016/10/28/segwit-costs/
|
2015-02-20 04:12:09 +01:00
|
|
|
|
2013-07-01 23:16:43 +02:00
|
|
|
qrencode is an optional but strongly recommended dependency.
|