Andy Weidenbaum
ef1c2c7760
concealed flag for restore sequence
11 years ago
Alessio Caiazza
423ed77305
allow to connect to one server only
This changeset allow to disable block headers retrieval from multiple
servers.
11 years ago
ThomasV
f340f08a6e
fix for portable version: use its own directory
11 years ago
ThomasV
b1472ba1a7
fix regression: offline mode
11 years ago
ThomasV
536c898b59
restore from master public key with seed v4
11 years ago
ThomasV
4f3497027d
fix deseed
11 years ago
thomasv
b9eb909554
fixes: get_seed
11 years ago
ThomasV
31aaae8ed2
seed v6
11 years ago
ThomasV
8b1c6fba68
remove -b option for listaddresses (fix issue #343 )
11 years ago
ThomasV
d50ad3c301
send connection msg to stderr
11 years ago
ThomasV
a0d9a5efe4
set verbosity after options
11 years ago
Zomnut
d9c595fca8
Fix for the built-in raw_input not redirectin properly without readlin loaded on Unix systems ( http://bugs.python.org/issue1927 )
11 years ago
thomasv
b00175d00d
update android interface
11 years ago
thomasv
1741d1cbd0
move readline
11 years ago
ThomasV
66f224eab4
update a few scripts
11 years ago
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.
11 years ago
ThomasV
1be0ea1494
remove check_windows_wallet_migration
11 years ago
ThomasV
b4cef1b981
print connected to message synchronously
11 years ago
ThomasV
6f2471b69b
getpubkeys command
11 years ago
ThomasV
2f66cdf908
new flag for commands: requires_wallet
11 years ago
ThomasV
ecfe5e2590
common wallet.restore() method for GUIs
11 years ago
ThomasV
2c0814f0d3
simplify gui names
11 years ago
rofl0r
4226e9cc45
update help text for --server with available protocols
closes #303
11 years ago
rofl0r
56ebc02cad
advertise new text gui in the help screen
11 years ago
rofl0r
bcca6e25ab
make it possible to create wallet non-interactively
add a --password option,
respect --server,--fee,--gap as passed on the command line,
and do not ask for them if they were specified.
so if all of them are passed, there are no interactive questions
asked and one can create wallets automatically via scripts.
closes #308
additionally it fixes the bug that the default fee and gap limit
were not stored in the new wallet, if entered manually.
additionally it fixes the bug that the wallet path was not displayed
correctly if a custom wallet path was used.
11 years ago
rofl0r
fd1458aa23
restore 'electrum help command' usage
11 years ago
rofl0r
7d1c6c7980
fix help text when invoked with --help
the built-in optparser help text did not show the available commands
closes #304
11 years ago
ThomasV
01349f6528
fix restore threads
11 years ago
thomasv
7fb406cc05
fallback to classic for old preferences
12 years ago
thomasv
b75f8d795a
new command: getrawtransaction
12 years ago
thomasv
ee08b2bfa6
don't show gap limit in GUI
12 years ago
thomasv
e9340db409
fix create and restore (command line)
12 years ago
thomasv
047e4b3478
move callbacks to the network class
12 years ago
ThomasV
328315f94b
separate blockchain and network
12 years ago
thomasv
48efc62b2d
simplify directories: electrum_dir
12 years ago
ThomasV
1ba3008b49
minor fixes
12 years ago
ThomasV
046ec58d24
start wallet threads from wallet class
12 years ago
ThomasV
d47892b690
separate blockchain verifier from transaction verifier
12 years ago
ThomasV
d99a381d83
separation between wallet storage and config
12 years ago
ThomasV
1637197419
separate gui init() and load_wallet()
12 years ago
ThomasV
084ed6776b
structural change: wrap wallet instanciation inside the gui class
12 years ago
nelisky
1b0db8414b
implementing paytomany (untested)
Just like mktx/payto, this is only submitting the tx created in mksendmanytx
12 years ago
nelisky
bf173e1c45
implementing mksendmanytx
A simple argument parsing change from mktx to allow passing multiple recipients
12 years ago
ThomasV
81b84fd5ef
fixes for signrawtransaction
12 years ago
thomasv
f64c59f66f
fix: set auto-cycle to None only during wallet creation
12 years ago
ecdsa
b2c23f9ac8
deprecate wallet.save() and 'eval' command
12 years ago
ecdsa
86fd728a47
move network dialog in a new class; simplify interface.get_servers
12 years ago
Julian Tosh
63f33b64d0
Slightly modifying help output for clarity
12 years ago
ecdsa
de21e2297e
os path join
12 years ago
thomasv
921d60468c
better help text for offline restore
12 years ago