4187 Commits (6491421930728d218f935e48e162026d48842e5e)

Author SHA1 Message Date
thomasv 967abcb359 simplify dumpprivkeys 12 years ago
thomasv f4ac478369 more json formatting 12 years ago
thomasv 2e9c2c1f96 return python objects from commands, and display them as json 12 years ago
thomasv ea2d8f2491 move commands list to commands.py 12 years ago
thomasv 999adc80af move 'addresses' command 12 years ago
thomasv 96d459ab88 use dumpprivkeys to efficiently dump private keys 12 years ago
thomasv 42a10164ea make most commands available in the console 12 years ago
ThomasV 1f3f6b19e2 launch verifier before synchronizer 12 years ago
ThomasV f0eb5e1316 sendtx -> sendrawtransaction 12 years ago
thomasv 8225028dd1 change the deseed command, remove reseed 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 811d05a1c2 move methods into Transaction class 12 years ago
ThomasV 961b81ba4a rm unneeded address 12 years ago
thomasv bd8dbbf79b check if multisig transaction is complete, add is_complete to json output 12 years ago
thomasv 2642fa0f7d fix listunspent, add method wallet.get_unspent_coins 12 years ago
thomasv 03e2160503 create separate class for deterministic key generation. add pubkeys to validateaddress 12 years ago
thomasv 76439beec5 simplify get_private_key, use base58 12 years ago
thomasv 5d6496f1f9 move crypto from wallet class to bitcoin.py 12 years ago
thomasv a1a5886e57 add listunspent 12 years ago
thomasv 40b397dc0f signrawtransaction: parse redeemScript 12 years ago
thomasv 299f30944f import ast at the beginning 12 years ago
thomasv 0863f09a06 add dumpprivkey command; finalize private_keys parameter for signrawtransaction 12 years ago
thomasv ea7718fc59 create Transaction class 12 years ago
Andrej A Antonov a498ed979b fixed bug: failed command ``history`` if ``wallet.get_tx_history()`` is empty 12 years ago
thomasv 972ba397d1 support for multisig functions 12 years ago
Maran 1b2a319f18 Added migration to APPDATA from LOCALAPPDATA for windows based Electrum installations 12 years ago
Maran a30f154a9e Added migration to APPDATA from LOCALAPPDATA for windows based Electrum installations 12 years ago
ThomasV 043d6addff init_seed method. save seed and master public key separately 12 years ago
ThomasV e0cf89a794 update help for importprivkey 12 years ago
ThomasV ec11dac3af restore from mpk (text) 12 years ago
thomasv 8b9d14e303 export seed in gui/restore from seed 12 years ago
slush cf5661046b Import WalletFactory instead of Wallet 12 years ago
ThomasV 088ed3d2dd fix: unencrypted seed 12 years ago
ThomasV 04322b7cc9 fix bug with undetected incorrect password that can damage wallet 12 years ago
ThomasV 279b85e3fe use the same syntax as bitcoind for key import 12 years ago
ThomasV 512a812872 try http if tcp fails. 12 years ago
thomasv 1f71e5e225 call set_language only if gui is used. 12 years ago
thomasv 66fa7b610b option to set gui language from command line 12 years ago
thomasv accbf7ea82 fix: exit if no password is provided when needed 12 years ago
thomasv 72b4ac97d0 use portable flag on android instead of explicit path for headers file. use urllib.retrieve() 12 years ago
thomasv 6bd57d4829 change headers path for android 12 years ago
thomasv bd96815eb3 command line option for portable wallets 12 years ago
thomasv 4e070bda57 new command: signtx (offline transaction signing) 12 years ago
thomasv c763445734 allow multiple-outputs transactions with mktx() 12 years ago
thomasv 108dfb6140 revert to daemon threads because some clients do not seem to close their sockets cleanly 12 years ago
ThomasV 36ef16cfb2 fix path for android 12 years ago
ThomasV c68bf5a1d7 print_error -> print_msg 12 years ago