Commit Graph

114 Commits

Author SHA1 Message Date
Ian Coleman 93c3ef4757 Use correct prefixes for xprv/xpub with segwit 2017-10-31 11:44:42 +11:00
Ian Coleman fe8f2d140d Allow BitPay address format for bitcoin cash 2017-10-31 10:35:52 +11:00
alkley 8dd28f2cff Add nubits 2017-10-09 15:34:39 +02:00
motty 6e67990522 add Fujicoin 2017-09-26 11:54:56 +09:00
Ian Coleman ee0981f1ec Detect and warn of filtered entropy 2017-09-20 11:25:21 +10:00
Ian Coleman 88311463c7 Allow P2WPKH nested in P2SH addresses on BIP32 tab 2017-09-01 12:28:27 +10:00
Ian Coleman cd7c8327b1 Validate root key correctly for alternate networks 2017-09-01 12:27:03 +10:00
Ian Coleman 0cda44d5f6 Rename bip49 to p2wpkhNestedInP2sh where suitable 2017-09-01 12:25:45 +10:00
Ian Coleman 3abab9b087 Add a checkbox to switch litecoin key prefixes 2017-08-28 09:45:38 +10:00
Ian Coleman b18eb97ae3 Show error when using xpub with hardened addresses 2017-08-24 09:37:21 +10:00
iancoleman e40acc3ab0 Merge pull request #92 from jonspock/master
Add maza coin, update PIVX in bip39-standalone.html
2017-08-23 09:30:43 +10:00
Jon Spock 56ad960105 Add maza coin 2017-08-21 17:13:44 -07:00
Ian Coleman 0eda54f5a7 Improve showing feedback for pending calculations 2017-08-16 11:04:13 +10:00
Ian Coleman ed6d9d3905 Clear old seed when mnemonic is changed 2017-08-16 10:43:09 +10:00
alkley c0df01895d Added PIVX 2017-08-11 15:08:53 +02:00
Ian Coleman 7ebdf61c99 Order networks alphabetically 2017-08-07 18:57:41 +10:00
Ian Coleman daab55dc61 Add BCH - Bitcoin Cash network 2017-08-07 18:54:12 +10:00
Ian Coleman 7b742f87d3 Default coin selection is BTC - Bitcoin 2017-08-07 18:54:12 +10:00
alkley adedbf9169 Added myriad to selectbox 2017-08-06 17:45:22 +02:00
Ian Coleman 6c08f364b3 Add BIP49 tab 2017-08-02 17:28:39 +10:00
Ian Coleman fa2e4e936e Refactor clearKey to better named clearKeys 2017-08-02 17:12:21 +10:00
Ian Coleman 684624b522 Change BIP44 purpose and coin fields to readonly 2017-08-02 17:12:13 +10:00
Ian Coleman a0091a40c4 Upgrade bitcoinjs from v1.5.7 to v3.1.1 2017-08-02 17:11:39 +10:00
mikeyb 534481b628 standardize dropdown naming scheme 2017-07-02 09:44:54 -07:00
mikeyb 0921f37077 Add CRW - Crown 2017-07-01 15:38:46 -07:00
Ian Coleman 20f459ce8f Change entropy Strength to Time To Crack
See issue 78
2017-06-20 10:58:31 +10:00
Karol Rychlicki c0386f3b78 add dash testnet 2017-06-16 19:30:15 +02:00
Ian Coleman d0239db48c Add hex prefix to ethereum keys 2017-06-14 12:30:04 +10:00
iancoleman 81ee6e8932 Merge pull request #70 from LedgerHQ/master
Add support for Ripple
2017-06-05 13:55:44 +10:00
amougel 64a7d2aad4 Added support for Ripple
Signed-off-by: amougel <alix.mougel@gmail.com>
2017-06-01 15:51:44 +02:00
Graham Higgins 7a5a87a0b9 Add Slimcoin 2017-05-26 15:14:12 +01:00
mikeyb f88fab206f Add GAME support 2017-04-23 13:53:25 -07:00
Ian Coleman 52d589ea8d Network order is alphabetical.
Closes #56
2017-02-21 12:38:32 +11:00
Ian Coleman 6ee4fb7da1 Multibit on BIP32 tab has own section 2017-02-19 11:54:03 +11:00
Ian Coleman 29bf60f53b Client select has 'custom derivation path' option
* Specific clients cause derivation path input to be readonly
* Rename ambiguous variable client-phrase to bip32-client
2017-02-19 11:49:51 +11:00
iancoleman 5de5781ad7 Merge pull request #55 from galeksandrp/patch-1
Add client select
2017-02-19 11:23:41 +11:00
Ian Coleman 49b21f122a Ethereum addresses include checksum 2017-02-15 19:45:03 +11:00
Ian Coleman 0edac945e5 Ethereum address table is populated 2017-02-10 20:25:47 +11:00
Alexander Georgievskiy b4fd763ceb Add client select 2017-02-07 22:51:24 +00:00
Ian Coleman 53aaab270d Entropy is left-padded to 256 bits
Closes #49
2017-01-12 13:47:09 +11:00
Ian Coleman 40892aba50 Generation process stopped when table rows cleared
Closes #44
2017-01-04 11:31:45 +11:00
Ian Coleman 6ea15134a4 Test suggested word for first four letters of word
See https://github.com/iancoleman/bip39/pull/48
2017-01-04 10:59:21 +11:00
Chris Rico 3725abb540 When completing a mnemonic word, return immediately if one is found in the wordlist that starts with the given word 2017-01-01 18:07:13 -06:00
Ian Coleman 0a1f0259d1 Root key validity is checked before deriving 2016-12-19 14:17:36 +11:00
Ian Coleman ba3cb9ecae xpub key can be used as bip32 root key 2016-12-19 13:55:21 +11:00
Ian Coleman 8a93952c1e QR code is hidden by default 2016-12-15 11:41:45 +11:00
Ian Coleman 97811c294c QR code warns for scanners that keep history 2016-12-15 11:39:44 +11:00
Ian Coleman c554e6ff5c BIP44 Account xprv and xpub keys are shown
which are used for import / export in most BIP44 wallets.
2016-12-12 11:04:41 +11:00
Ian Coleman 32fab2c395 bip44TabSelected and bip32TabSelected functions
This is more descriptive than a blob of jquery, and simplifies reuse in
the near future.
2016-12-12 10:51:37 +11:00
Ian Coleman 5eaa6877bc Extended Key calculation does not use global var 2016-12-12 10:50:09 +11:00