Ryan X. Charles
|
a11e308aee
|
fix example
An address is actually the hash of a public key, not the public key.
|
11 years ago |
Ryan X. Charles
|
261a94d806
|
add ECIES example
|
11 years ago |
Gabe
|
a374b58271
|
fix bad test, bytes!=bits
|
11 years ago |
dthorpe
|
04d6366c11
|
Change Address.forKey() to Address.fromKey()
|
11 years ago |
Ryan X. Charles
|
c038abc8e7
|
rename BIP32 -> HierarchicalKey, deprecate BIP32
Sounds better.
|
11 years ago |
olalonde
|
7800128b9b
|
Armory: from master public key
|
11 years ago |
olalonde
|
b26dd77911
|
Armory: added to bitcore.js, build.js and browser example
|
11 years ago |
olalonde
|
da71cdf62d
|
Armory: added descriptive log in examples/Armory.js
|
11 years ago |
olalonde
|
fa211f98bb
|
Armory: cleaned up example
|
11 years ago |
olalonde
|
468ebddc1e
|
Implemented Armory initializing from seed
|
11 years ago |
olalonde
|
0e1948b8f3
|
Implemented Armory style key derivation from chain code and public key (WIP)
|
11 years ago |
Simon Schoeters
|
8c8e41bf29
|
Script is not used in this example
|
11 years ago |
Manuel Araoz
|
a1a844c1e6
|
add Address.forKey convenience method and example vanity address generator
|
11 years ago |
Matias Alejo Garcia
|
64b5623d54
|
removes buffertools dependencies in browsers Key.js
|
11 years ago |
Ryan X. Charles
|
75d2d0d390
|
fix issues with ConnectionTor example and Connection class
|
11 years ago |
olalonde
|
8e30c05e3e
|
Electrum: removed dead code
|
11 years ago |
olalonde
|
c818b549c6
|
Added Electrum.js which allows Electrum style key derivation
|
11 years ago |
Gordon Hall
|
9934b29eff
|
update example, added log statements to status check in peer manager for showing how many good peers there are
|
11 years ago |
Gordon Hall
|
def036b79f
|
setup connection pool and auto handling of bad seeds
|
11 years ago |
Gordon Hall
|
8b17591661
|
fix example
|
11 years ago |
Gordon Hall
|
e82867007e
|
simplified example for peer discovery, added some debug output to discoverPeers(), made Peer reference the connection created from createConnection()
|
11 years ago |
Gordon Hall
|
ba8542de62
|
add support for peer discovery to PeerManager and example of usage to examples/
|
11 years ago |
Ryan X. Charles
|
026ebe38aa
|
update tor example to have better error messages
|
11 years ago |
Manuel Araoz
|
fc1dcbd9d0
|
fix and improve SendTx example
|
11 years ago |
Manuel Araoz
|
84ec7bae4c
|
fix PeerManager example
|
11 years ago |
Manuel Araoz
|
d5153850ad
|
make PeerManager and Connection instances configurable
|
11 years ago |
Eric Martindale
|
a2d616da5b
|
Project reorganization.
|
11 years ago |
Gordon Hall
|
a5ba457787
|
update example to discover a peer instead of hardcoding arbitrary IP
|
11 years ago |
xubo zhang
|
7a88c31164
|
change remainderAddress to remainderOut
should use remainderOut in TransactionBuilder’s opts;
|
11 years ago |
Matias Alejo Garcia
|
a8f5f9fcb8
|
remove unused params in example
|
11 years ago |
olalonde
|
8349e537d9
|
Added PayToScriptHashAddress example
|
11 years ago |
Manuel Araoz
|
71353426f6
|
network refactors
|
11 years ago |
olalonde
|
4b4066a5e2
|
Added instructions for runnign the browser examples
|
11 years ago |
olalonde
|
c6bfb5a701
|
Fixed browser examples. Added SimpleP2Pmonitor example.
|
11 years ago |
Gordon Hall
|
78edb3200e
|
change example to log actual error
|
11 years ago |
Gordon Hall
|
b23f3c8088
|
add support for connecting over tor, remove seedlist class (for now)
|
11 years ago |
Ryan X. Charles
|
009949735e
|
correct typo: "knowan" -> "known"
|
11 years ago |
Ryan X. Charles
|
edab2d18a1
|
add BIP32 example
...and also update BIP32.seed to default to mainnet/livenet.
|
11 years ago |
Matias Alejo Garcia
|
f6f7a01efc
|
add p2sh support and test
|
11 years ago |
Matias Alejo Garcia
|
d8f49e87ae
|
different keys p2script example, add new examples in tets
|
11 years ago |
Matias Alejo Garcia
|
4edab2429a
|
PayToScriptHash support (WIP)
|
11 years ago |
Matias Alejo Garcia
|
4fe8dffe4a
|
fix error msgs
|
11 years ago |
Matias Alejo Garcia
|
8acf093339
|
multisign test for signing twice with same sig
|
11 years ago |
Matias Alejo Garcia
|
2af6ab7650
|
TX_MULTISIG support
|
11 years ago |
Matias Alejo Garcia
|
5dd945f2b7
|
add CreateScript Example
|
11 years ago |
Matias Alejo Garcia
|
9fc2493a6d
|
remove .init(), move it to constructor
|
11 years ago |
Matias Alejo Garcia
|
7504637d92
|
fix example.html (keymodule)
|
11 years ago |
Matias Alejo Garcia
|
26b7f89f39
|
update examples and readme
|
11 years ago |
Gordon Hall
|
ebec07c050
|
added a seedlist class and example for connecting over tor
|
11 years ago |
Matias Alejo Garcia
|
aab52ad229
|
updated interfase to create: create and createAndSign
|
11 years ago |