1529 Commits (e9e0d604323c010518ffc34e5975c052b1fd50fe)

Author SHA1 Message Date
ThomasV bd6f21232d fix restore from mpk command line 11 years ago
ThomasV 65a155401b remove 2of3 option in cmd line 11 years ago
ThomasV e9f4ed0474 remove deprecated usb option 11 years ago
ThomasV 79588eb4da init plugins before gui. register wallet types in plugin constructor 11 years ago
ThomasV c7f667e2ed separate add_seed from create_master_keys 11 years ago
ThomasV 4d71707be8 add portuguese wordlist, and adapt wordlist parsing 11 years ago
ThomasV 4dcdcbc068 move mnemonic to separate class and use slush's wordlist. new commands: make_seed and check_seed 11 years ago
ThomasV f4b390a79f bip44 11 years ago
ThomasV 13a01b11d2 daemon messages 11 years ago
ThomasV 2c6608493f move sys.path addition before imp 11 years ago
ThomasV 58c817f81a close interfaces on shutdown 11 years ago
ThomasV 087490a197 spawn daemon using daemon.py 11 years ago
ThomasV 035ecbc7cd redo inter-thread communication using pipes 11 years ago
ThomasV 37ad7d8b0b gui should always use daemon if it is running 11 years ago
ThomasV af3fd62fd4 send server height and server lag with daemon 11 years ago
ThomasV 96070246b7 proper start and stop commands for daemon 11 years ago
ThomasV d60dc94e16 daemon status info 11 years ago
ThomasV 2120b1a573 command line: wait until daemon is connected 11 years ago
ThomasV 3e6f903da3 daemon: use Popen with close_fds=True 11 years ago
ThomasV 9ee0614edb make daemon usable with the GUI 11 years ago
ThomasV 1e91c0f254 fix #744 11 years ago
ThomasV f635c5110c try pyasn1-modules as well 11 years ago
pooler 4ffd117640 Fix usage summary 11 years ago
Chris Glass 8997c760a2 Do not use mutables as default values! 11 years ago
ThomasV 0636ef8b32 compact serialized format for unsigned and partially signed transactions. 11 years ago
ThomasV 2b2a8d17df bundle dependencies in 'packages' dir. use qrcode instead of pyqrnative 11 years ago
ThomasV bf969c14ff option to start hidden. fixes #720 11 years ago
ThomasV 52d4437d50 fix bug #717 11 years ago
ThomasV fd2228feab replace import * 11 years ago
ThomasV 31226b8a34 add pbkdf2 dependency 11 years ago
bolkin 52ba16da3d fix console importprivkey error 11 years ago
ThomasV a18d21d946 fix cmd line wallet creation. fixes #684 11 years ago
Andy Weidenbaum 8985f2d73a empty seed error msg 11 years ago
ThomasV dc22ba4d5e print warning in stderr, not stdout 11 years ago
ThomasV 63769c84d1 fix: add_seed 11 years ago
ThomasV 5d9b9492e1 abstract and improve seed and key methods 11 years ago
ThomasV 913ef26dd9 fix: create accounts 11 years ago
ThomasV e0ad81acdd save cold seed 11 years ago
ThomasV 102bc204d5 hooks and workflow for 2of3 wallets 11 years ago
ThomasV 5a43b633d6 update bip32 accounts and wallet 11 years ago
ThomasV 7dd296273f move daemon spawning code into NetworkProxy class 11 years ago
ThomasV 8395bfe67f disable bip32 option before release 11 years ago
ThomasV 0c786be46f remove print statement 11 years ago
ThomasV 489413d358 move start_daemon code to main script 11 years ago
ThomasV e6bbf22003 add server to daemon print statement 11 years ago
ThomasV 6e30894af6 daemon; initial commit 11 years ago
ThomasV 271dfeb245 eval arg passed to setconfig, to avoid storing boolean as string 11 years ago
ThomasV 2070672ac7 improve help messages for options 11 years ago
ThomasV a5629539e4 add timeout to daemon, update getaddressbalance 11 years ago
ThomasV e955ee69a8 restore from master public key (qt and command line) 11 years ago