@@ -31,14 +31,11 @@ Package: bitcoind
31
31
Architecture: any
32
32
Depends: ${shlibs:Depends}, ${misc:Depends}
33
33
Description: peer-to-peer network based digital currency - daemon
34
- Bitcoin is a free open source peer-to-peer electronic cash system that
35
- is completely decentralized, without the need for a central server or
36
- trusted parties. Users hold the crypto keys to their own money and
37
- transact directly with each other, with the help of a P2P network to
38
- check for double-spending.
39
- .
40
- Full transaction history is stored locally at each client. This
41
- requires 20+ GB of space, slowly growing.
34
+ Bitcoin is an experimental new digital currency that enables instant
35
+ payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
36
+ technology to operate with no central authority: managing transactions
37
+ and issuing money are carried out collectively by the network. Bitcoin Core
38
+ is the name of the open source software which enables the use of this currency.
42
39
.
43
40
This package provides the daemon, bitcoind, and the CLI tool
44
41
bitcoin-cli to interact with the daemon.
@@ -47,26 +44,23 @@ Package: bitcoin-qt
47
44
Architecture: any
48
45
Depends: ${shlibs:Depends}, ${misc:Depends}
49
46
Description: peer-to-peer network based digital currency - Qt GUI
50
- Bitcoin is a free open source peer-to-peer electronic cash system that
51
- is completely decentralized, without the need for a central server or
52
- trusted parties. Users hold the crypto keys to their own money and
53
- transact directly with each other, with the help of a P2P network to
54
- check for double-spending.
55
- .
56
- Full transaction history is stored locally at each client. This
57
- requires 20+ GB of space, slowly growing.
47
+ Bitcoin is an experimental new digital currency that enables instant
48
+ payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
49
+ technology to operate with no central authority: managing transactions
50
+ and issuing money are carried out collectively by the network. Bitcoin Core
51
+ is the name of the open source software which enables the use of this currency.
58
52
.
59
53
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
60
54
61
55
Package: bitcoin-tx
62
56
Architecture: any
63
57
Depends: ${shlibs:Depends}, ${misc:Depends}
64
58
Description: peer-to-peer digital currency - standalone transaction tool
65
- Bitcoin is a free open source peer-to-peer electronic cash system that
66
- is completely decentralized, without the need for a central server or
67
- trusted parties. Users hold the crypto keys to their own money and
68
- transact directly with each other, with the help of a P2P network to
69
- check for double-spending .
59
+ Bitcoin is an experimental new digital currency that enables instant
60
+ payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
61
+ technology to operate with no central authority: managing transactions
62
+ and issuing money are carried out collectively by the network. Bitcoin Core
63
+ is the name of the open source software which enables the use of this currency .
70
64
.
71
65
This package provides bitcoin-tx, a command-line transaction creation
72
66
tool which can be used without a bitcoin daemon. Some means of
0 commit comments