1879 Commits (8a14679530fd144c9aefde6e61216c16a28297f5)
 

Author SHA1 Message Date
thomasv 8a14679530 dumpprivkeys is offline 12 years ago
thomasv ea2d8f2491 move commands list to commands.py 12 years ago
thomasv 31e265b11d more efficient method for exporting private keys 12 years ago
thomasv 999adc80af move 'addresses' command 12 years ago
thomasv 96d459ab88 use dumpprivkeys to efficiently dump private keys 12 years ago
thomasv f58e541384 convert satoshis to btc in listunspent 12 years ago
thomasv 89958cc687 fix: parameters 12 years ago
thomasv 131654c147 helper function for mktx, payto 12 years ago
thomasv 28640f82f8 do not add password to the command parameters, put it in a field, to allow optional parameters 12 years ago
thomasv 1cca1f2526 rm unneeded import 12 years ago
thomasv 42a10164ea make most commands available in the console 12 years ago
ThomasV dc466142d3 console: catch help() 12 years ago
ThomasV 1f3f6b19e2 launch verifier before synchronizer 12 years ago
ThomasV f0eb5e1316 sendtx -> sendrawtransaction 12 years ago
ThomasV 8682608813 indent unsigned tx 12 years ago
ThomasV f549e15a12 fix: unsigned transactions in gui 12 years ago
thomasv fd8687ce18 fix 12 years ago
thomasv 8f090e1d01 fix 12 years ago
thomasv 1bba3ffbd7 fix: addressbook 12 years ago
thomasv 41a2fa427f fix: send_tx 12 years ago
thomasv 8225028dd1 change the deseed command, remove reseed 12 years ago
thomasv 4916aefe98 documentation for offline wallets, release notes 12 years ago
thomasv 8b8e2fd67b rename inpust_info -> input_info 12 years ago
ThomasV b8a71ff00c offline wallets sign transactions using KeyID 12 years ago
ThomasV c4f7ce6bae remove signtx command (replaced by signrawtransaction). 12 years ago
thomasv 64ad3fc28c use serialized format in signtx 12 years ago
thomasv 5da3cab24b move seed generation function to bitcoin.py 12 years ago
thomasv bd717897e0 fix: set tx_height when it is not None 12 years ago
ThomasV 1b19382887 disable https because the server requests a client certificate 12 years ago
ThomasV 135f208cf4 method to run custom script 12 years ago
ThomasV 9ae12c43e4 word per word completions 12 years ago
ThomasV 166db1e16f add flush method for stdoutProxy, for compatibility 12 years ago
ThomasV d4f2c4855f don't show prefixes in completions 12 years ago
ThomasV 6b72d815c5 show tab completions in console 12 years ago
ThomasV 6be6738fac completions 12 years ago
ThomasV a0455725bd fix is_complete: count number of valid signatures 12 years ago
ThomasV 30b6d9b64e minor fix: unneeded 12 years ago
ThomasV 8cf97fdb52 minor fix 12 years ago
ThomasV 811d05a1c2 move methods into Transaction class 12 years ago
ThomasV 961b81ba4a rm unneeded address 12 years ago
ThomasV 641177404d remove p2sh test; not needed anymore 12 years ago
ThomasV e9dfe94a0e update RELEASE_NOTES: add multisig, shorten gui export keys 12 years ago
ThomasV bbb7d6be92 Merge branch 'master' of git://github.com/spesmilo/electrum 12 years ago
thomasv 04a5739979 simplification: tx_for_sig 12 years ago
thomasv bd8dbbf79b check if multisig transaction is complete, add is_complete to json output 12 years ago
thomasv a56220f050 multisig: raise exception if no signature can be added 12 years ago
thomasv 6766990931 fix deserialize: OP_0 is not OP_PUSHDATA 12 years ago
thomasv 0c5f42cc29 fix history sorting function 12 years ago
thomasv 2642fa0f7d fix listunspent, add method wallet.get_unspent_coins 12 years ago
thomasv 780c5d01d5 fix get_tx_details 12 years ago