46 Commits (e9340db4091a50266fb69cc14a91acbefd943ed1)

Author SHA1 Message Date
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) 12 years ago
nelisky bf173e1c45 implementing mksendmanytx 12 years ago
ThomasV 0424d5eb85 update signrawtransaction 11 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) 12 years ago
nelisky 8afb03e45a implementing mksendmanytx 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
thomasv f72c8ee5d2 move is_valid from wallet class to bitcoin.py 12 years ago
thomasv f3cc234c87 missing arguments and types conversions 12 years ago
thomasv c5e3d7fc80 prioritize 12 years ago
thomasv fecccec53f alphabetical order 12 years ago
thomasv 19d104f023 register commands, check for their arguments 12 years ago
thomasv 4f5023e31b rename 'balance' command as 'getbalance', per bitcoind 12 years ago
thomasv c263a92351 don't use underscore in commands. 12 years ago
thomasv 95dc97b39b rename 'addresses' command as 'listadresses'. use json syntax. 12 years ago
thomasv 3960f383e0 default parameter for addresses() command 12 years ago
ThomasV 7bf1a6248e use Decimal in listunspent 12 years ago
thomasv 5ed63be948 fix: seed, password 12 years ago
thomasv 253e0bc58e move method signrawtransaction to wallet class 12 years ago
thomasv 58be7c73c5 callback -> _callback 12 years ago
thomasv 967abcb359 simplify dumpprivkeys 12 years ago
thomasv f4ac478369 more json formatting 12 years ago
thomasv 2cb5b14b9b deep copy output to prevent side-effect 12 years ago
thomasv 963d542ac8 return python objects 12 years ago
thomasv 2e9c2c1f96 return python objects from commands, and display them as json 12 years ago
thomasv 8a14679530 dumpprivkeys is offline 12 years ago
thomasv ea2d8f2491 move commands list to commands.py 12 years ago
thomasv 999adc80af move 'addresses' command 12 years ago
thomasv 96d459ab88 use dumpprivkeys to efficiently dump private keys 12 years ago
thomasv f58e541384 convert satoshis to btc in listunspent 12 years ago
thomasv 89958cc687 fix: parameters 12 years ago
thomasv 131654c147 helper function for mktx, payto 12 years ago
thomasv 28640f82f8 do not add password to the command parameters, put it in a field, to allow optional parameters 12 years ago
thomasv 1cca1f2526 rm unneeded import 12 years ago
thomasv 42a10164ea make most commands available in the console 12 years ago