Bitcoin Forum

Bitcoin => Project Development => Topic started by: nvK on November 25, 2014, 04:43:32 PM



Title: [Open Source] Python Code for Offline Transaction Signing (P2SH, M-of-15)
Post by: nvK on November 25, 2014, 04:43:32 PM



More info here  (http://blog.coinkite.com/post/103555747636/python-code-for-offline-transaction-signing-p2sh)

Github repo here  (http://coinkite.github.io/offline-multisig-python/)



Code:
Usage: olsign.py [OPTIONS]

Options:
  -i, --proposal FILENAME  JSON file downloaded from CK already
  -u, --url URL            coinkite com/co-sign/json/...
  --html / --no-html       Show details of proposed transaction?
  -k, --key FILENAME       Extended private key (base58)  [required]
  --upload / --no-upload   Auto upload signed results file to CK?
  -o, --output FILENAME    Write signed response to this file
  --help                   Show this message and exit.