thomasv
|
f64c59f66f
|
fix: set auto-cycle to None only during wallet creation
|
13 years ago |
ecdsa
|
b2c23f9ac8
|
deprecate wallet.save() and 'eval' command
|
13 years ago |
ecdsa
|
86fd728a47
|
move network dialog in a new class; simplify interface.get_servers
|
13 years ago |
Julian Tosh
|
63f33b64d0
|
Slightly modifying help output for clarity
|
13 years ago |
ecdsa
|
de21e2297e
|
os path join
|
13 years ago |
thomasv
|
921d60468c
|
better help text for offline restore
|
13 years ago |
thomasv
|
8fcd782ff4
|
offline restore
|
13 years ago |
ecdsa
|
076b949039
|
fix create and restore from command line
|
13 years ago |
Maran
|
6938636ba2
|
Changed the way the portable flag uses without supplying a -w argument
|
13 years ago |
thomasv
|
d09d4e4055
|
call save_seed only in main script
|
13 years ago |
thomasv
|
f32f85fb78
|
better seed dialog + fix bug with restore
|
13 years ago |
thomasv
|
98f7d36313
|
ask users to enter their seed on create
|
13 years ago |
thomasv
|
e89331d138
|
handle multiple accounts with separation
|
13 years ago |
thomasv
|
a5168cc09f
|
more accurate computation of transaction fees.
|
13 years ago |
thomasv
|
45c0880195
|
global switch use_local_modules
|
13 years ago |
thomasv
|
e3677eb0a0
|
simplification
|
13 years ago |
ecdsa
|
1d3be5fb0b
|
fix: number of arguments
|
13 years ago |
thomasv
|
1f1693d29b
|
bug fix: init_seed
|
13 years ago |
thomasv
|
a4f977190e
|
do not call exit() in the interface module
|
13 years ago |
ecdsa
|
a1be16105b
|
start verifier right after initialization
|
13 years ago |
thomasv
|
f0c81abafb
|
always enable auto_cycle for android
|
13 years ago |
thomasv
|
b1a727ef49
|
updates fro android
|
13 years ago |
ecdsa
|
837150132d
|
optional wait parameter for interface
|
13 years ago |
ecdsa
|
49a4c6c92a
|
do not wait for interface when launching gui
|
13 years ago |
ecdsa
|
22ce3def72
|
similar fix for text mode
|
13 years ago |
ecdsa
|
3382354442
|
fix: restore wallet from master public key
|
13 years ago |
ecdsa
|
e16451556e
|
make help() available in console
|
13 years ago |
thomasv
|
190f733de2
|
restrict plugins to the gui
|
13 years ago |
ecdsa
|
8f7f511d19
|
rename gui package
|
13 years ago |
ThomasV
|
89a8f3ce11
|
import gui using any name
|
13 years ago |
thomasv
|
ada36b2554
|
plugin handler
|
13 years ago |
thomasv
|
a563091f30
|
separate core and gui in different modules
|
13 years ago |
thomasv
|
e84d087a64
|
accounts
|
13 years ago |
thomasv
|
c871a79582
|
use imp to detect and load the local electrum module
|
13 years ago |
thomasv
|
f72c8ee5d2
|
move is_valid from wallet class to bitcoin.py
|
13 years ago |
thomasv
|
f3cc234c87
|
missing arguments and types conversions
|
13 years ago |
thomasv
|
454f67e89d
|
fix command names: setconfig, setconfig
|
13 years ago |
thomasv
|
19d104f023
|
register commands, check for their arguments
|
13 years ago |
thomasv
|
4f5023e31b
|
rename 'balance' command as 'getbalance', per bitcoind
|
13 years ago |
thomasv
|
95dc97b39b
|
rename 'addresses' command as 'listadresses'. use json syntax.
|
13 years ago |
thomasv
|
3eb746db5c
|
terminate after create or restore
|
13 years ago |
thomasv
|
ea96b79997
|
use json format
|
13 years ago |
thomasv
|
75d2fbcd74
|
fix: deseed
|
13 years ago |
thomasv
|
967abcb359
|
simplify dumpprivkeys
|
13 years ago |
thomasv
|
f4ac478369
|
more json formatting
|
13 years ago |
thomasv
|
2e9c2c1f96
|
return python objects from commands, and display them as json
|
13 years ago |
thomasv
|
ea2d8f2491
|
move commands list to commands.py
|
13 years ago |
thomasv
|
999adc80af
|
move 'addresses' command
|
13 years ago |
thomasv
|
96d459ab88
|
use dumpprivkeys to efficiently dump private keys
|
13 years ago |
thomasv
|
42a10164ea
|
make most commands available in the console
|
13 years ago |