thomasv
|
d2aefb387b
|
show the balance of each account
|
12 years ago |
thomasv
|
08a9de688a
|
fix: save master public key on wallet creation
|
12 years ago |
thomasv
|
97e03cb738
|
replace wallet.all_addresses() with wallet.addresses(True)
|
12 years ago |
thomasv
|
e84d087a64
|
accounts
|
12 years ago |
thomasv
|
f72c8ee5d2
|
move is_valid from wallet class to bitcoin.py
|
12 years ago |
thomasv
|
5ed63be948
|
fix: seed, password
|
12 years ago |
thomasv
|
253e0bc58e
|
move method signrawtransaction to wallet class
|
12 years ago |
thomasv
|
d5ba4398ee
|
update tx label in gui
|
12 years ago |
thomasv
|
e4dc3f3752
|
use history to determine if the wallet has been used
|
12 years ago |
thomasv
|
96d459ab88
|
use dumpprivkeys to efficiently dump private keys
|
12 years ago |
thomasv
|
42a10164ea
|
make most commands available in the console
|
12 years ago |
thomasv
|
fd8687ce18
|
fix
|
12 years ago |
thomasv
|
8f090e1d01
|
fix
|
12 years ago |
thomasv
|
1bba3ffbd7
|
fix: addressbook
|
12 years ago |
thomasv
|
41a2fa427f
|
fix: send_tx
|
12 years ago |
thomasv
|
8b8e2fd67b
|
rename inpust_info -> input_info
|
12 years ago |
ThomasV
|
b8a71ff00c
|
offline wallets sign transactions using KeyID
|
12 years ago |
thomasv
|
64ad3fc28c
|
use serialized format in signtx
|
12 years ago |
thomasv
|
5da3cab24b
|
move seed generation function to bitcoin.py
|
12 years ago |
thomasv
|
bd717897e0
|
fix: set tx_height when it is not None
|
12 years ago |
thomasv
|
0c5f42cc29
|
fix history sorting function
|
12 years ago |
thomasv
|
2642fa0f7d
|
fix listunspent, add method wallet.get_unspent_coins
|
12 years ago |
thomasv
|
780c5d01d5
|
fix get_tx_details
|
12 years ago |
thomasv
|
9cfb73365b
|
fix: use deserialized tx outputs in choose_tx_inputs
|
12 years ago |
thomasv
|
03d36d91e2
|
remove unused method
|
12 years ago |
thomasv
|
03e2160503
|
create separate class for deterministic key generation. add pubkeys to validateaddress
|
12 years ago |
ThomasV
|
75cb5ddf2f
|
fix: import print_msg
|
12 years ago |
thomasv
|
f0b255acba
|
store transactions in serialized form
|
12 years ago |
thomasv
|
67283f0b1b
|
fix verify_message calls
|
12 years ago |
thomasv
|
76439beec5
|
simplify get_private_key, use base58
|
12 years ago |
thomasv
|
5d6496f1f9
|
move crypto from wallet class to bitcoin.py
|
12 years ago |
thomasv
|
40b397dc0f
|
signrawtransaction: parse redeemScript
|
12 years ago |
thomasv
|
0863f09a06
|
add dumpprivkey command; finalize private_keys parameter for signrawtransaction
|
12 years ago |
thomasv
|
ea7718fc59
|
create Transaction class
|
12 years ago |
ThomasV
|
712e0a6c4a
|
fix bug when timestamp is None
|
12 years ago |
ThomasV
|
7ae46aa413
|
raise exception if the method is used to overwrite the existing seed
|
12 years ago |
ThomasV
|
043d6addff
|
init_seed method. save seed and master public key separately
|
12 years ago |
thomasv
|
50305e1f57
|
menu option to show private key
|
12 years ago |
ThomasV
|
c3a0c9dd36
|
transform the wall into a python console
|
12 years ago |
thomasv
|
e1504ba80b
|
basic functions and tests for multisig transactions and bip 32
|
12 years ago |
thomasv
|
2f6d919afc
|
more robust synchronization method
|
12 years ago |
thomasv
|
c638af7803
|
fix check_new_hist: transaction might not be in wallet
|
12 years ago |
ThomasV
|
02f40be0d7
|
remove donation address
|
12 years ago |
Neil Booth
|
d6eb9fb153
|
Place the change output in a random position
|
12 years ago |
ThomasV
|
3e8099b619
|
check decoded seed with master public key instead of an address
|
12 years ago |
ThomasV
|
04322b7cc9
|
fix bug with undetected incorrect password that can damage wallet
|
12 years ago |
ThomasV
|
bc9e6f88e6
|
test password before importing key
|
12 years ago |
ThomasV
|
279b85e3fe
|
use the same syntax as bitcoind for key import
|
12 years ago |
thomasv
|
e7e169888d
|
support for compressed keys
|
12 years ago |
ThomasV
|
d29aeb890f
|
populate contacts with donation address
|
12 years ago |