ThomasV
|
7c6bc72cb4
|
daemon
|
11 years ago |
ThomasV
|
d4fbe85d7d
|
json rpc daemon
|
11 years ago |
ThomasV
|
3941743c72
|
daemon
|
11 years ago |
ThomasV
|
be506af246
|
json rpc daemon
|
11 years ago |
ThomasV
|
969c4c2194
|
fix for getrawtransaction
|
11 years ago |
Michael Pearce
|
0a896a6616
|
Update commands.py
Fixed command example for getaddressbalance.
|
11 years ago |
ThomasV
|
48a739f714
|
fix gerversion
|
11 years ago |
ThomasV
|
5f8775cd3a
|
fix sendrawtransaction
|
11 years ago |
flatfly
|
4d085f111c
|
fix for getversion
i had pasted the wrong definition, sorry
|
11 years ago |
flatfly
|
6751d23c79
|
added getversion command
|
11 years ago |
ThomasV
|
9b22372c43
|
remove prioritize altogether.
|
11 years ago |
Bryan Stitt
|
91061752cf
|
stop using eval
|
11 years ago |
Bryan Stitt
|
225d8b83a3
|
don't use bare except
|
11 years ago |
Bryan Stitt
|
f0eb0eccde
|
replace BaseException with Exception
|
11 years ago |
ThomasV
|
6197b8b8dc
|
fix validateaddress
|
11 years ago |
ThomasV
|
536c898b59
|
restore from master public key with seed v4
|
11 years ago |
ThomasV
|
31aaae8ed2
|
seed v6
|
11 years ago |
ThomasV
|
8b1c6fba68
|
remove -b option for listaddresses (fix issue #343)
|
11 years ago |
AdamISZ
|
399f901479
|
import Transaction object for multisig to work
|
11 years ago |
ThomasV
|
554d8dd3b7
|
fix typo in help
|
11 years ago |
ThomasV
|
f14d055ad8
|
choose_tx_from account, and use deterministic signatures (issue #323)
|
11 years ago |
ThomasV
|
6f2471b69b
|
getpubkeys command
|
11 years ago |
ThomasV
|
2f66cdf908
|
new flag for commands: requires_wallet
|
11 years ago |
ThomasV
|
7a5016ec42
|
move synchronous_get to network.py, fix get_balance script
|
11 years ago |
ThomasV
|
2a7f46ce55
|
new command: getservers (fix for issue #306)
|
11 years ago |
thomasv
|
30f7d23297
|
do not show pubkeu in validateaddress if the key is imported
|
11 years ago |
thomasv
|
d6af11a8fe
|
getrawtransaction: first check if tx is in wallet
|
11 years ago |
thomasv
|
b75f8d795a
|
new command: getrawtransaction
|
11 years ago |
ThomasV
|
f957837e21
|
custom json encoder for transactions
|
11 years ago |
ThomasV
|
d51a8d0f25
|
create a class for transaction dialog
|
11 years ago |
Fredrick
|
048caf7a99
|
Fix dumpprivkeys
|
11 years ago |
ThomasV
|
b3e880b587
|
fix: typo, set_label
|
11 years ago |
ThomasV
|
cd6832df2e
|
set_label
|
11 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
|
0424d5eb85
|
update signrawtransaction
|
12 years ago |
ecdsa
|
b2c23f9ac8
|
deprecate wallet.save() and 'eval' command
|
12 years ago |
ecdsa
|
97e849a248
|
move verify_message to wallet
|
12 years ago |
Julian Tosh
|
63f33b64d0
|
Slightly modifying help output for clarity
|
12 years ago |
thomasv
|
b0f993e7cf
|
getaddressbalance needs 1 argument
|
12 years ago |
thomasv
|
dcd73df929
|
add getaddressbalance command, and use getbalance only for accounts
|
12 years ago |
nelisky
|
4bd4549fc0
|
implementing paytomany (untested)
Just like mktx/payto, this is only submitting the tx created in mksendmanytx
|
12 years ago |
nelisky
|
8afb03e45a
|
implementing mksendmanytx
A simple argument parsing change from mktx to allow passing multiple recipients
|
12 years ago |
thomasv
|
e89331d138
|
handle multiple accounts with separation
|
12 years ago |
thomasv
|
c3dc2d5284
|
fix: command line with no password
|
12 years ago |
nelisky
|
c504ccd61a
|
Lack of self was a little more widespread
|
12 years ago |
nelisky
|
a38e789099
|
Typo in importprivkey, missing self
|
12 years ago |
ecdsa
|
e16451556e
|
make help() available in console
|
12 years ago |
thomasv
|
d8361b2a97
|
fix: mktx amounts
|
12 years ago |
thomasv
|
97e03cb738
|
replace wallet.all_addresses() with wallet.addresses(True)
|
12 years ago |