Skip to content

Commit

Permalink
Split bitcoin-tx into its own package
Browse files Browse the repository at this point in the history
Reverts the change putting it in the bitcoind deb.
  • Loading branch information
zw authored and luke-jr committed Nov 5, 2015
1 parent dfe0d4d commit 43c2789
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions contrib/debian/bitcoin-tx.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/local/bin/bitcoin-tx usr/bin
1 change: 0 additions & 1 deletion contrib/debian/bitcoind.install
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
usr/local/bin/bitcoind usr/bin
usr/local/bin/bitcoin-cli usr/bin
usr/local/bin/bitcoin-tx usr/bin
15 changes: 15 additions & 0 deletions contrib/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,18 @@ Description: peer-to-peer network based digital currency - Qt GUI
requires 20+ GB of space, slowly growing.
.
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.

Package: bitcoin-tx
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer digital currency - standalone transaction tool
Bitcoin is a free open source peer-to-peer electronic cash system that
is completely decentralized, without the need for 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 a P2P network to
check for double-spending.
.
This package provides bitcoin-tx, a command-line transaction creation
tool with minimal dependencies which can be used without a bitcoin
daemon. Some means of exchanging minimal transaction data with peers
is still required.

0 comments on commit 43c2789

Please sign in to comment.