ThomasV
|
919ec8e837
|
fix: missing import
|
11 years ago |
ThomasV
|
8f025db800
|
add missing Network methods to NetworkProxy
|
11 years ago |
ThomasV
|
b4bed1ccaa
|
remove blockchain object from verifier
|
11 years ago |
ThomasV
|
6e30894af6
|
daemon; initial commit
|
11 years ago |
ThomasV
|
6ecb977461
|
add password to sign hook
|
11 years ago |
Michael Wozniak
|
820328781a
|
print statement should be debug only
comment print statement of seed
|
11 years ago |
Michael Wozniak
|
f5fb6ed194
|
display locktime for transaction
display locktime for transactions if it is greater than 0. Majority of
transactions will not display any value because default is 0.
|
11 years ago |
CodingAnarchy
|
b9bf3a2ee8
|
change estimated_fee to include 34 bytes per output instead of hard-coded 80 (issue #520)
|
11 years ago |
ThomasV
|
cef7bbf294
|
add get_public_key method to EC_KEY class
|
11 years ago |
ThomasV
|
12e9f49042
|
fix: network.height() is a function
|
11 years ago |
ThomasV
|
da6f292dd5
|
encrypt/decrypt messages in gui
|
11 years ago |
ThomasV
|
9d5f39c235
|
fix createrawtransaction (issue #574)
|
11 years ago |
ThomasV
|
9bebc05149
|
fix bug in chunk validation
|
11 years ago |
ThomasV
|
f37b23b2a7
|
rename command: getutxoaddress
|
11 years ago |
ThomasV
|
a5629539e4
|
add timeout to daemon, update getaddressbalance
|
11 years ago |
ThomasV
|
e955ee69a8
|
restore from master public key (qt and command line)
|
11 years ago |
ThomasV
|
638526712b
|
rebrand this branch as 1.9.8
|
11 years ago |
ThomasV
|
79309c9625
|
strip whitespaces from seed
|
11 years ago |
ThomasV
|
22408c1316
|
fix: do not create old_wallet if seed is empty because user typed gibberish
|
11 years ago |
dabura667
|
c49a97ef14
|
Is_valid assert wasn't displaying anything.
Fixed it with a message.
|
11 years ago |
ThomasV
|
bb859c244b
|
strip whitespaces from seed
|
11 years ago |
ThomasV
|
0fc37dc400
|
version 1.9.8
|
11 years ago |
ThomasV
|
cf8c4aa491
|
fix: do not create wallet if seed is empty because user typed gibberish
|
11 years ago |
ThomasV
|
3c4fa06c10
|
parse_servers
|
11 years ago |
CodingAnarchy
|
cbb99e6585
|
update estimated_fee to round up and use proper base of 1000 as calculation per issue #527
|
11 years ago |
ThomasV
|
fc9d2b6ee9
|
remove redundant function
|
11 years ago |
ThomasV
|
4693727659
|
1of1 is default account type
|
11 years ago |
ThomasV
|
70bace9b1e
|
use separata class for old wallets; decide with WalletFactory
|
11 years ago |
ThomasV
|
c90bc6aa26
|
bip39
|
11 years ago |
ThomasV
|
98ae202d80
|
fixes for master keys
|
11 years ago |
ThomasV
|
b6be8e6a31
|
new command: getunspentaddress
|
11 years ago |
ThomasV
|
ae43837a7b
|
use standard format for private key passed to decrypt
|
11 years ago |
ThomasV
|
631c967df9
|
new commands: encrypt and decrypt messages
|
11 years ago |
ThomasV
|
ae3cb372c8
|
add ECDSA asymmetric encryption
|
11 years ago |
ThomasV
|
9218175301
|
enable bip32
|
11 years ago |
ThomasV
|
1c35e15de7
|
get_proof command
|
11 years ago |
ThomasV
|
268a099f87
|
sync_get
|
11 years ago |
ThomasV
|
d15c4f1046
|
store merkle roots and utxo roots
|
11 years ago |
ThomasV
|
7c6bc72cb4
|
daemon
|
11 years ago |
ThomasV
|
d4fbe85d7d
|
json rpc daemon
|
11 years ago |
ThomasV
|
5b5234cfad
|
store merkle roots and utxo roots
|
11 years ago |
ThomasV
|
3941743c72
|
daemon
|
11 years ago |
ThomasV
|
be506af246
|
json rpc daemon
|
11 years ago |
dmcdad
|
292ab39553
|
Update interface.py
Fix timeout problem under Python 2.7.1 where a socket.error 60 is thrown instead of socket.timeout exception.
|
11 years ago |
ThomasV
|
969c4c2194
|
fix for getrawtransaction
|
11 years ago |
ThomasV
|
7963f22a80
|
parse_url: parse exponents
|
11 years ago |
ThomasV
|
e9862e0b71
|
version 1.9.7
|
11 years ago |
ortutay
|
4edfc6d82e
|
Coinbase BuyBack plugin
|
11 years ago |
bitcoindaddy
|
637ad52907
|
Add OpenBSD support to util.py
Recognize OpenBSD platform
|
11 years ago |
William Yager
|
4e1d6da805
|
Cleaned up/commented BIP 0032 key derivation.
|
11 years ago |