HomePhabricator

Add "bitcoin-tx" command line utility and supporting modules.
cbe39a38526aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

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.

Details

Provenance
Jeff Garzik <jgarzik@bitpay.com>Authored on Jul 29 2014, 15:12
deadalnixPushed on May 14 2017, 22:04
Parents
rABC3ce7e669e3f9: bitcoin-cli, rpcrawtransaction: harmonize "{" styling
Branches
Unknown
Tags
Unknown

Event Timeline

Jeff Garzik <jgarzik@bitpay.com> committed rABCcbe39a38526a: Add "bitcoin-tx" command line utility and supporting modules. (authored by Jeff Garzik <jgarzik@bitpay.com>).Jul 29 2014, 15:13