ThomasV
19b6a091e0
fixes
13 years ago
Ovidiu Constantin
05e2b01691
* CLI: read gap limit on create/restore wallet.
13 years ago
thomasv
cd1a016b9a
changing default to qt
13 years ago
thomasv
aa1671e038
set_url
13 years ago
thomasv
bf303ef50c
use resource file; change default ui
13 years ago
ThomasV
7f30573027
wallet recovery: use static methods
13 years ago
thomasv
215f75ecdc
fix
13 years ago
thomasv
9829253ecf
first sketch of qt gui
13 years ago
DiThi
6525189fe0
When using --from_addr:
- change is sent to itself as stated in help text (feature was removed in ThomasV's last commit).
- if the wallet is encrypted it doesn't ask for the password.
13 years ago
DiThi
845143e720
Fixed last fix.
13 years ago
thomasv
8757adac40
rewrite from_addr, allow to select addr from wallet
13 years ago
thomasv
96e2a3d7e1
servers thread
13 years ago
thomasv
008a5974e6
documentation
13 years ago
thomasv
ee396a0633
move update thread into the interface
13 years ago
DiThi
a00b1e73a2
Changed the new commands to be options, as suggested by ThomasV
13 years ago
DiThi
def4de8184
Added two cli commands: payfromto and paytoch.
payfromto makes a payment from a keypair given as argument without saving the keypair in the wallet or using any other address in it.
paytoch is the same as payto but specifying a custom change address (useful for imported keys).
13 years ago
thomasv
d7132e5e9a
interactive flag for get_alias
13 years ago
thomasv
9156d5aafe
rename 'list' as 'eval'
13 years ago
ThomasV
69ab0aeb32
use decimals in text mode
13 years ago
ThomasV
7ae9752ba2
message != label
13 years ago
thomasv
90cd03e093
receipts. 'list' command to list variables.
13 years ago
thomasv
25e3993a53
perform get_alias in a thread
13 years ago
thomasv
a041b48f4d
minor
13 years ago
thomasv
ac9d9048dd
simplify signatures
13 years ago
ThomasV
382abc54a8
aliases
13 years ago
thomasv
662501b68f
add payto identity field to gui
13 years ago
thomasv
9d722db1f4
s/signer/identity
13 years ago
thomasv
85c16d10d7
error handling
13 years ago
thomasv
46d5f7dd6e
sig warning + lookup from default url
13 years ago
ThomasV
e1ccfe1b13
no session for sign/verify message
13 years ago
thomasv
4788c6e31b
new commands: signmessage and verifymessage.
13 years ago
thomasv
58d73c66e0
bugfix + verifymessage
13 years ago
thomasv
30e6b044cf
move urldecode to the executable file
13 years ago
thomasv
5e3f92b83f
rename
13 years ago
thomasv
128d39d52e
separate files for wallet and interface
13 years ago
ThomasV
901d8db9c2
fix: this is called during the status bar update, do not run socket calls here
13 years ago
thomasv
1c75dae159
print unused parameters in URI
13 years ago
Ovidiu Constantin
857c40bf9a
* Expand the 'balance' command line argument to support individual address balances, including not owned (watched) addresses (addresses for which the private key is not known)
13 years ago
ThomasV
68bfce07c1
fix is_valid
13 years ago
ThomasV
6b5a2b98d2
fix URI parsing
13 years ago
ThomasV
775bbcc316
read URI scheme
13 years ago
ThomasV
754fdcfa50
do not create change addresses in this thread; synchronize() should be sufficient
13 years ago
thomasv
9c4fa26e31
provide the full server list on wallet creation
13 years ago
thomasv
ce16fe224d
rm deprecated message
13 years ago
thomasv
8a61d288c5
fix
13 years ago
thomasv
cbf5ada66e
cleanup:separate network and recovery dialogs
13 years ago
thomasv
1f0d52dd52
cosmetic change
13 years ago
thomasv
d87756ebd1
minor fix
13 years ago
thomasv
bcd0e08dbc
generic handler
13 years ago
thomasv
98f606a25e
minor fix
13 years ago