thomasv
|
c9a7c58323
|
print created address in terminal, as in previous versions
|
12 years ago |
ecdsa
|
12d65f5e52
|
better synchronize method
|
12 years ago |
ecdsa
|
5e7e002bd8
|
remove internal check that was too strong
|
12 years ago |
ecdsa
|
0569cc283a
|
fix exception
|
12 years ago |
thomasv
|
10bfcb918b
|
replace 'ElectrumKeyID' with more general 'KeyID' field in transactions
|
12 years ago |
thomasv
|
8b08eb541a
|
do not request banner twice
|
12 years ago |
ecdsa
|
32db2aecc2
|
check if the wallet has a seed before signing transaction
|
12 years ago |
ecdsa
|
3382354442
|
fix: restore wallet from master public key
|
12 years ago |
ecdsa
|
e06e511e39
|
revert own commit
|
12 years ago |
ecdsa
|
811f1ee848
|
do not run synchronize on deseeded wallets
|
12 years ago |
ecdsa
|
df3187d9a9
|
fix
|
12 years ago |
ecdsa
|
4019102264
|
rename sequence, fix bip32
|
12 years ago |
ecdsa
|
f97fe02e3a
|
fix: tx outputs
|
12 years ago |
thomasv
|
383a84161e
|
fix
|
12 years ago |
thomasv
|
190f733de2
|
restrict plugins to the gui
|
12 years ago |
thomasv
|
cd9f366735
|
move point of sale mode into plugins
|
12 years ago |
thomasv
|
60cefeafca
|
method get_private_keys for sequence
|
12 years ago |
thomasv
|
27b8b21f9e
|
mangle (for_change, index) everywhere
|
12 years ago |
ecdsa
|
8df60928ea
|
mktx fix: add address for imported keys
|
12 years ago |
ecdsa
|
b95911e2d7
|
check if address is imported before index lookup
|
12 years ago |
ecdsa
|
736e1253f2
|
add class BIP32Sequence
|
12 years ago |
thomasv
|
ada36b2554
|
plugin handler
|
12 years ago |
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 |