Commit Graph

311 Commits

Author SHA1 Message Date
ThomasV dc22ba4d5e print warning in stderr, not stdout 2014-04-30 15:27:50 +02:00
ThomasV 63769c84d1 fix: add_seed 2014-04-27 13:24:31 +02:00
ThomasV 5d9b9492e1 abstract and improve seed and key methods 2014-04-21 22:09:15 +02:00
ThomasV 913ef26dd9 fix: create accounts 2014-04-13 18:41:10 +02:00
ThomasV e0ad81acdd save cold seed 2014-04-09 08:00:49 +02:00
ThomasV 102bc204d5 hooks and workflow for 2of3 wallets 2014-04-06 21:38:53 +02:00
ThomasV 5a43b633d6 update bip32 accounts and wallet 2014-04-01 11:25:12 +02:00
ThomasV 7dd296273f move daemon spawning code into NetworkProxy class 2014-03-16 12:00:08 +01:00
ThomasV 8395bfe67f disable bip32 option before release 2014-03-15 11:10:06 +01:00
ThomasV 0c786be46f remove print statement 2014-03-11 08:37:58 +01:00
ThomasV 489413d358 move start_daemon code to main script 2014-03-11 08:33:58 +01:00
ThomasV e6bbf22003 add server to daemon print statement 2014-03-11 07:18:50 +01:00
ThomasV 6e30894af6 daemon; initial commit 2014-03-10 16:16:27 +01:00
ThomasV 271dfeb245 eval arg passed to setconfig, to avoid storing boolean as string 2014-03-03 12:29:10 +01:00
ThomasV 2070672ac7 improve help messages for options 2014-03-02 19:23:54 +01:00
ThomasV a5629539e4 add timeout to daemon, update getaddressbalance 2014-03-02 10:31:34 +01:00
ThomasV e955ee69a8 restore from master public key (qt and command line) 2014-02-28 15:43:06 +01:00
ThomasV 9ddd9c7c65 start network daemon automatically when needed 2014-02-28 14:33:56 +01:00
ThomasV 638526712b rebrand this branch as 1.9.8 2014-02-27 10:21:41 +01:00
ThomasV 70bace9b1e use separata class for old wallets; decide with WalletFactory 2014-02-03 06:26:03 +01:00
ThomasV 7c6bc72cb4 daemon 2014-01-27 10:37:39 +01:00
ThomasV d4fbe85d7d json rpc daemon 2014-01-27 10:37:39 +01:00
xHire eb6d383da7 Fix generating encrypted wallet from command line 2014-01-10 21:10:48 +01:00
thomasv 2a9c62c9b8 replace exit with sys.exit 2013-12-13 17:53:13 +01:00
thomasv f045490597 During wallet creation, do not write seed on disk before it is encrypted 2013-12-13 17:30:34 +01:00
ThomasV 6975642227 fix #492 2013-12-13 06:29:51 +01:00
shunyata 419bdc54f3 Remove an obsolete parameter.
This was straight-up crashing before. Need more automated tests, I think. :/
2013-12-12 17:23:40 -05:00
Bryan Stitt 4174924f45 flake8 cleanup of ./electrum 2013-11-12 19:19:32 -08:00
ThomasV c89223ded9 revert WyseNynja's commit (breaks things) 2013-11-12 23:55:15 +01:00
Bryan Stitt 91061752cf stop using eval 2013-11-11 22:03:20 -08:00
ThomasV 588f8fd110 wallet: call create_accounts in save_seed 2013-11-11 17:41:46 +01:00
Bryan Stitt 6cd4ed486a fix more bare excepts 2013-11-10 12:30:57 -08:00
ThomasV ff647c79fd Merge pull request #374 from nolith/master
allow to connect to one server only
2013-11-10 02:55:33 -08:00
Bryan Stitt f0eb0eccde replace BaseException with Exception 2013-11-09 20:21:02 -08:00
Andy Weidenbaum ef1c2c7760 concealed flag for restore sequence 2013-11-08 03:31:18 -08:00
Alessio Caiazza 423ed77305 allow to connect to one server only
This changeset allow to disable block headers retrieval from multiple
servers.
2013-11-06 18:02:37 +01:00
ThomasV f340f08a6e fix for portable version: use its own directory 2013-11-05 23:02:51 +01:00
ThomasV b1472ba1a7 fix regression: offline mode 2013-11-05 18:55:53 +01:00
ThomasV 536c898b59 restore from master public key with seed v4 2013-11-03 14:14:35 +01:00
ThomasV 4f3497027d fix deseed 2013-11-01 12:40:53 +01:00
thomasv b9eb909554 fixes: get_seed 2013-10-31 15:27:15 +01:00
ThomasV 31aaae8ed2 seed v6 2013-10-26 16:40:05 +02:00
ThomasV 8b1c6fba68 remove -b option for listaddresses (fix issue #343) 2013-10-24 09:45:41 +02:00
ThomasV d50ad3c301 send connection msg to stderr 2013-10-18 12:25:57 +02:00
ThomasV a0d9a5efe4 set verbosity after options 2013-10-08 13:10:13 +02:00
Zomnut d9c595fca8 Fix for the built-in raw_input not redirectin properly without readlin loaded on Unix systems (http://bugs.python.org/issue1927) 2013-10-07 16:12:35 -04:00
thomasv b00175d00d update android interface 2013-10-07 20:11:41 +02:00
thomasv 1741d1cbd0 move readline 2013-10-07 19:53:42 +02:00
ThomasV 66f224eab4 update a few scripts 2013-10-06 12:28:45 +02:00
Zomnut bd59f6a835 Fix redirect error
Python bug (http://bugs.python.org/issue1927) causes raw_input to be redirected improperly between stdin/stderr on Unix systems if readline is not initialised first.
2013-10-04 11:35:28 -04:00