diff options
| author | Jeff Garzik <[email protected]> | 2014-07-29 11:12:44 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-07-29 11:13:27 -0400 |
| commit | cbe39a38526a6c17619d02cc697b80ebfd57203b (patch) | |
| tree | 41ee0470ef9b6f3c87a4bb509c5b25ddba84c3a5 /.gitignore | |
| parent | bitcoin-cli, rpcrawtransaction: harmonize "{" styling (diff) | |
| download | discoin-cbe39a38526a6c17619d02cc697b80ebfd57203b.tar.xz discoin-cbe39a38526a6c17619d02cc697b80ebfd57203b.zip | |
Add "bitcoin-tx" command line utility and supporting modules.
This is a simple utility that provides command line manipulation of
a hex-encoded TX. The utility takes a hex string on the command line
as input, performs zero or more mutations, and outputs a hex string
to standard output.
This utility is also an intentional exercise of the "bitcoin library"
concept. It is designed to require minimal libraries, and works
entirely without need for any RPC or P2P communication.
See "bitcoin-tx --help" for command and options summary.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4169a2d96..e21ea9255 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ src/bitcoin src/bitcoind src/bitcoin-cli +src/bitcoin-tx src/test/test_bitcoin src/qt/test/test_bitcoin-qt |