ThomasV
b39b3e3485
add 'sync' command
9 years ago
ThomasV
94dbfe6791
fix #1728
9 years ago
ThomasV
753a28b452
set timeout to 30s for synchronous operations
9 years ago
ThomasV
0e3c3b59c8
fix bug #1715
9 years ago
ThomasV
9659e8542d
fix transaction parsing from command line
9 years ago
ThomasV
a4903fbf90
remove while loop in getservers
9 years ago
ThomasV
40281a3193
restore 'help' command for the python console
9 years ago
ThomasV
76bf8085fd
fix #1688
9 years ago
ThomasV
9cd4acafcc
update broadcast command, with timeout
9 years ago
ThomasV
305843999e
Relicensing
9 years ago
ThomasV
c2db006c86
addrequest: do not set expiration date by default
9 years ago
ThomasV
8b68a742d1
follow up to 2a507b91c1
9 years ago
ThomasV
eb36884c66
move estimate_fee back to wallet
9 years ago
ThomasV
d200b236ae
replace tx.input, tx.output by methods, so that deserialize calls are encapsulated
9 years ago
ThomasV
0d52911561
define constants for tx output types
9 years ago
ThomasV
0464a1a6b0
remove gtk gui
9 years ago
ThomasV
fb8f9e55ef
Cleanup main script, with semantic changes:
The --offline flag applies only to GUI.
Commands must use the daemon if a daemon is running, otherwise they are run offline.
Commands that only require the wallet do not have the require_network flag.
9 years ago
ThomasV
acbe67fd1f
separation between RPC and non-RPC commands.
9 years ago
ThomasV
3bed2e3106
don't wait for wallet sync in rpc commands; instead, show wallet status in status command
9 years ago
ThomasV
026f9312a7
fix more type errors caused by jsonrpc (parsing floats and transactions)
9 years ago
ThomasV
679efe2a66
don't use floats because of rounding errors
9 years ago
ThomasV
95393656aa
rename command: notify
9 years ago
ThomasV
9b5b9849d7
add watchaddress command
9 years ago
Neil Booth
90dee43998
Move estimated_fee to Transaction class
It's not a function of the wallet but of the transaction
so it more naturally belongs there.
9 years ago
ThomasV
5bbffb0cbf
remove --deserialized option, redundant with deserialize command
9 years ago
ThomasV
369d5d8812
fix #1525
9 years ago
ThomasV
bb7b0884e3
Various fixes for command line. Make 'payto' command require network ( fixes #1525 )
9 years ago
ThomasV
53273b7d40
fix #1523 : prevent side-effect of _format_request
9 years ago
ThomasV
511b23fee6
add release notes
9 years ago
ThomasV
142b5532ec
revert to previous restore method, without daemon
9 years ago
ThomasV
5b96d5166e
fix restore messages
9 years ago
ThomasV
052d8b236e
fix #1494
9 years ago
ThomasV
94ac0db91f
command line: Require 'text' argument for 'restore'. Replace 'concealed' option with ':' magic word
9 years ago
ThomasV
26682491b2
generic restore from command line
9 years ago
ThomasV
fbb65416d3
remove --broadcast option for payto, and parse transactions from json 'hex' field
9 years ago
ThomasV
f3bd1662f7
fix web request server. fixes #1455
9 years ago
ThomasV
849cc0200b
better help message
9 years ago
ThomasV
458b62f5de
commands: add kwargs to wrapper
9 years ago
ThomasV
f90ca2684e
change paytomany syntax: accept json data instead of csv file
9 years ago
ThomasV
d986570c2e
fix: func.__doc__ might be None on android
9 years ago
ThomasV
04b9d8fffa
Update kivy GUI in order to merge with master
9 years ago
Neil Booth
768adfb337
Fix "restore" further by accepting --mpk
9 years ago
Neil Booth
2d05e7d891
Merge the network and network_proxy
9 years ago
Neil Booth
4d6a0f29ee
Fix 'restore' command line to take -C.
9 years ago
ThomasV
92e0744470
Refactoring of daemon:
* gui and daemon are in the same process
* commands that require network are sent to the daemon
* open only one gui window per wallet
9 years ago
ThomasV
37034bdf7f
listunspent: convert value to float
10 years ago
ThomasV
6bbfef5198
add timestamp to history command output, convert value to float
10 years ago
ThomasV
fa9ce51685
deprecate dumpprivkeys
10 years ago
ThomasV
02e81a3655
read command line arguments from stdin if '-' is passed
10 years ago
ThomasV
e9b346ed29
add command for master private key
10 years ago