Best simple linux cmd tool for offline transaction creation and signing?

5

0

I tried to use sx, but it no longer works since bip62 (malleability fix). Nodes don't accept generated transactions, saying "high S signature".

What offline command-line tool would be the best?

user37851

Posted 2016-06-19T13:08:36.970

Reputation: 51

1Please don't use the "edit" function to vandalize your own post. There is a "delete" button; use that instead if you really want to. But three people have found your question useful, so you might consider leaving it. If you wanted to delete the question because you found the answer, consider adding your own answer, so that it can be of use to others.Nate Eldredge 2016-06-19T17:26:03.040

Answers

2

There are many command line tools for creating and signing raw transactions offline, most of them written in Python: pycoin, python-bitcoinlib, pybitcointools and others.

If you use Electrum wallet, it has command line tools for offline transaction creation and signing:

$ ./electrum help createrawtx
$ ./electrum help signtransaction

venzen

Posted 2016-06-19T13:08:36.970

Reputation: 559