aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typoDimitris Tsapakidis2018-03-131-1/+1
| | | "each key will take take several minutes" -> "each key will take several minutes'
* Release v0.3.4Ian Coleman2018-03-121-1/+1
|
* Add Korean languageIan Coleman2018-03-121-0/+2
|
* Warn that entropy values should exclude checksumIan Coleman2018-03-121-0/+3
|
* Show the checksum value in the entropy detailsIan Coleman2018-03-121-0/+2
|
* Release v0.3.3Ian Coleman2018-02-061-1/+1
|
* Add BIP38 interface elementsIan Coleman2018-02-061-0/+10
|
* Add bitcoinjs-bip38-2.0.2 libraryIan Coleman2018-02-061-0/+1
| | | | | | | | | Created using browserify: git clone https://github.com/bitcoinjs/bip38.git git checkout v2.0.2 npm install npm run unit browserify index.js --standalone bitcoinjs-bip38 > bitcoinjs-bip38-2.0.2.js
* Release v0.3.2Ian Coleman2018-01-031-1/+1
|
* Add csv display of addressesIan Coleman2018-01-031-36/+53
|
* Add BIP84 tabIan Coleman2018-01-031-0/+83
|
* Release v0.3.1Ian Coleman2017-11-291-1/+1
|
* Replace jquery.qrcode with kjua for QR codesIan Coleman2017-11-291-1/+1
| | | | This handles UTF-8 content correctly
* Move css specific to the app into own fileIan Coleman2017-11-291-100/+1
|
* Update bootstrap from minified 3.2.0 to 3.3.7Ian Coleman2017-11-291-2/+2
|
* Update jquery from minified 2.1.1 to 3.2.1Ian Coleman2017-11-291-1/+1
|
* Fixed typosDimitris Tsapakidis2017-11-241-2/+2
| | | | addreses -> addresses steet -> street
* Show entropy from PRNG and word indexesIan Coleman2017-11-221-1/+3
| | | | see issue #132
* Release v0.3.0Ian Coleman2017-11-221-1/+1
|
* Add BIP141 tab for full segwit compatibilityIan Coleman2017-11-221-0/+41
|
* Remove segwit from bip32 tabIan Coleman2017-11-221-7/+0
| | | | This option will be added in the future to a bip141 tab
* Use ltub for litecoin by default instead of xprvIan Coleman2017-11-221-1/+1
| | | | Introduced when upgrading from bitcoinjs-lib v3.3.0
* Update bitcoinjs from v3.1.1 to v3.3.0Ian Coleman2017-11-221-1/+1
|
* Release v0.2.9Ian Coleman2017-11-211-1/+1
|
* Allow more rows to be generated at a custom indexIan Coleman2017-11-211-2/+5
|
* Release v0.2.8Ian Coleman2017-10-311-1/+1
|
* Allow BitPay address format for bitcoin cashIan Coleman2017-10-311-0/+10
|
* Release v0.2.7Ian Coleman2017-10-021-1/+1
|
* Remove hand-rolled translation libraryIan Coleman2017-10-021-130/+128
|
* List alternative toolsIan Coleman2017-10-021-0/+15
|
* Release v0.2.6Ian Coleman2017-09-201-1/+1
|
* Detect and warn of filtered entropyIan Coleman2017-09-201-0/+7
|
* Reword entropy text to say one type, not multipleIan Coleman2017-09-191-1/+1
|
* Adding BIP 49 to "More info" section.Jonathan Cross2017-09-181-0/+5
|
* Release v0.2.5Ian Coleman2017-09-011-1/+1
|
* Allow P2WPKH nested in P2SH addresses on BIP32 tabIan Coleman2017-09-011-0/+7
|
* Release v0.2.4Ian Coleman2017-08-281-1/+1
|
* Add a checkbox to switch litecoin key prefixesIan Coleman2017-08-281-0/+9
|
* Release v0.2.3Ian Coleman2017-08-231-1/+1
|
* Release v0.2.2Ian Coleman2017-08-161-1/+1
|
* Release v0.2.1Ian Coleman2017-08-071-1/+1
|
* Release v0.2.0Ian Coleman2017-08-051-1/+1
|
* Add BIP49 tabIan Coleman2017-08-021-0/+93
|
* Change BIP44 purpose and coin fields to readonlyIan Coleman2017-08-021-2/+2
|
* Order tabs for derivation path alphabeticallyIan Coleman2017-08-021-3/+3
|
* Upgrade bitcoinjs from v1.5.7 to v3.1.1Ian Coleman2017-08-021-1/+1
|
* Release v0.1.2Ian Coleman2017-07-031-1/+1
|
* Release v0.1.1Ian Coleman2017-06-201-1/+1
|
* Rename Word Count to Raw Entropy WordsIan Coleman2017-06-201-1/+1
| | | | See issue 78
* Change entropy Strength to Time To CrackIan Coleman2017-06-201-2/+2
| | | | See issue 78