58 Commits (cf67b032c1fe34c12cd624816c64e8e343e8f377)

Author SHA1 Message Date
ThomasV 904b3d17dd add import for pyinstaller 8 years ago
ThomasV 411832c4ce cleanup storage and fix tracvis test 8 years ago
ThomasV 5d83bcba14 don't expose default servers and ports in __init__ 8 years ago
ThomasV f9d5a5d326 fix import 8 years ago
ThomasV c313c3c340 remove forgotten imports and print statements 8 years ago
Neil Booth 11d135b32d Better install wizard 9 years ago
Neil Booth 75b3ecee49 Add coin chooser to try and minimize loss of privacy. 9 years ago
ThomasV bb7b0884e3 Various fixes for command line. Make 'payto' command require network (fixes #1525) 9 years ago
Neil Booth 2a1b717a21 Fix scripts/peers 9 years ago
Neil Booth 2d05e7d891 Merge the network and network_proxy 9 years ago
ThomasV 92e0744470 Refactoring of daemon: 9 years ago
Neil Booth 01491dd1d0 Have network_proxy use ThreadJob framework 9 years ago
ThomasV 56b3c98332 generic m of n multisig 9 years ago
ThomasV 5b8588ee90 rename spv class, use own print_error 10 years ago
ThomasV 4dcdcbc068 move mnemonic to separate class and use slush's wordlist. new commands: make_seed and check_seed 10 years ago
ThomasV 9ee0614edb make daemon usable with the GUI 10 years ago
ThomasV c07c1c58ed access to global configuration using set_config and get_config 10 years ago
ThomasV 4ec31b9fe9 prevent collision on daemon port. Add Imported_Wallet (bolkin) 11 years ago
ThomasV 5d68ce4f22 wizard: option to create multisig wallet manually 11 years ago
ThomasV 102bc204d5 hooks and workflow for 2of3 wallets 11 years ago
ThomasV 489413d358 move start_daemon code to main script 11 years ago
ThomasV 6e30894af6 daemon; initial commit 11 years ago
ThomasV 638526712b rebrand this branch as 1.9.8 11 years ago
Zomnut 632c22d3f6 Fix command line create/restore 11 years ago
ThomasV 45b111e14c enable changes of protocol, proxy at runtime 11 years ago
ThomasV 2f66cdf908 new flag for commands: requires_wallet 11 years ago
rofl0r 854802122c fix error to create a wallet due to missing pick_random_server decl 11 years ago
ThomasV d51a8d0f25 create a class for transaction dialog 11 years ago
ThomasV 907dca6eb9 simplify interface: use callbacks 11 years ago
ThomasV 004aa4b640 separate directories for GUIs 11 years ago
ThomasV 328315f94b separate blockchain and network 11 years ago
thomasv afac84e231 move transaction code and fix issue #280 11 years ago
ThomasV d47892b690 separate blockchain verifier from transaction verifier 11 years ago
ThomasV d99a381d83 separation between wallet storage and config 11 years ago
thomasv 630bf5d5f7 add account module 11 years ago
thomasv de03fbbb12 add account module 11 years ago
thomasv b526abdc40 add account module 11 years ago
thomasv a563091f30 separate core and gui in different modules 12 years ago
thomasv ea2d8f2491 move commands list to commands.py 12 years ago
thomasv 42a10164ea make most commands available in the console 12 years ago
thomasv 5d6496f1f9 move crypto from wallet class to bitcoin.py 12 years ago
thomasv ea7718fc59 create Transaction class 12 years ago
thomasv 972ba397d1 support for multisig functions 12 years ago
slush cf5661046b Import WalletFactory instead of Wallet 12 years ago
thomasv 66fa7b610b option to set gui language from command line 12 years ago
ThomasV d6edf45eb7 use adhoc print function 12 years ago
ThomasV d55aa43cf6 add version to android path 12 years ago
ThomasV 5bb441ce37 add mnemonic functions to module 12 years ago
thomasv 5e28ccd09d Improve text gui. Disable print_error when text gui is used. 12 years ago
ThomasV b018e0ae53 simple payment verification: check targets, use block headers file. 12 years ago