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