Skip to content

Commit ef4945f

Browse files
committed
Merge pull request #6600
b0beae8 Drop "with minimal dependencies" from description (Zak Wilcox) 5e5e00b Split bitcoin-tx into its own package (Zak Wilcox) 05179f7 Include bitcoin-tx binary on Debian/Ubuntu (Zak Wilcox)
2 parents 82d2aef + b0beae8 commit ef4945f

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

contrib/debian/bitcoin-tx.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/local/bin/bitcoin-tx usr/bin

contrib/debian/control

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,17 @@ Description: peer-to-peer network based digital currency - Qt GUI
5656
requires 20+ GB of space, slowly growing.
5757
.
5858
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
59+
60+
Package: bitcoin-tx
61+
Architecture: any
62+
Depends: ${shlibs:Depends}, ${misc:Depends}
63+
Description: peer-to-peer digital currency - standalone transaction tool
64+
Bitcoin is a free open source peer-to-peer electronic cash system that
65+
is completely decentralized, without the need for a central server or
66+
trusted parties. Users hold the crypto keys to their own money and
67+
transact directly with each other, with the help of a P2P network to
68+
check for double-spending.
69+
.
70+
This package provides bitcoin-tx, a command-line transaction creation
71+
tool which can be used without a bitcoin daemon. Some means of
72+
exchanging minimal transaction data with peers is still required.

0 commit comments

Comments
 (0)