Title: A couple of python script to use Trusted.com API Post by: gabridome on May 02, 2014, 03:30:58 PM I have written a couple of python script to use api.trustedcoin.com API without bitcoind but with pybitcointools.
Feel free to improve it. The scripts are: Createmultisig.py in which you can create a multisig address with one of the two policies and set up the delay in seconds Send.py which sends the bitcoins from the p2sh address specified. Warning: private keys are not encrypted on disk so use only "Sloppy" wallets. Let me know what you think. https://github.com/gabridome/trustedcoin |