Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for Beetle Coin | williamersatz | 2018-03-22 | 1 | -0/+8 |
| | |||||
* | Add files via upload | TrifidTeam | 2018-03-14 | 2 | -0/+19 |
| | |||||
* | Fixed typo | Dimitris Tsapakidis | 2018-03-13 | 1 | -1/+1 |
| | | | "each key will take take several minutes" -> "each key will take several minutes' | ||||
* | Release v0.3.4 | Ian Coleman | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Use correct BIP44 value for Denarius of 116, not 0 | Ian Coleman | 2018-03-12 | 1 | -1/+1 |
| | | | | See https://github.com/satoshilabs/slips/blob/master/slip-0044.md | ||||
* | Add Korean language | Ian Coleman | 2018-03-12 | 3 | -1/+2054 |
| | |||||
* | Update jsbip39.js to latest version | Ian Coleman | 2018-03-12 | 2 | -9/+5 |
| | |||||
* | Add spacing every 11 bits to the checksum | Ian Coleman | 2018-03-12 | 1 | -1/+10 |
| | |||||
* | Warn that entropy values should exclude checksum | Ian Coleman | 2018-03-12 | 1 | -0/+3 |
| | |||||
* | Show the checksum value in the entropy details | Ian Coleman | 2018-03-12 | 2 | -0/+29 |
| | |||||
* | Add spaces every 11 bits to raw binary of entropy | Ian Coleman | 2018-03-12 | 1 | -1/+2 |
| | | | | | This makes it easier to see that the checksum is missing from the end of the entropy. | ||||
* | Order blackcoin alphabetically in coin list | Ian Coleman | 2018-03-12 | 1 | -8/+8 |
| | |||||
* | Merge pull request #172 from carsenk/master | iancoleman | 2018-03-12 | 2 | -0/+19 |
|\ | | | | | Add Denarius (DNR) Support | ||||
| * | Add DNR Support | carsenk | 2018-03-06 | 2 | -0/+19 |
| | | |||||
* | | typo | janko33bd | 2018-02-07 | 1 | -1/+1 |
| | | |||||
* | | update index.js with correct BIP44 reg. number | janko33bd | 2018-02-07 | 1 | -0/+8 |
| | | |||||
* | | make bitcoinjs-extensions black | janko33bd | 2018-02-07 | 1 | -0/+11 |
|/ | |||||
* | Release v0.3.3 | Ian Coleman | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | Allow initial number of rows to be set by user | Ian Coleman | 2018-02-06 | 1 | -1/+2 |
| | |||||
* | Add BIP38 interface elements | Ian Coleman | 2018-02-06 | 2 | -2/+16 |
| | |||||
* | Encrypt private keys with BIP38 | Ian Coleman | 2018-02-06 | 1 | -5/+25 |
| | | | | with fakes for missing UI elements | ||||
* | Add bitcoinjs-bip38-2.0.2 library | Ian Coleman | 2018-02-06 | 2 | -0/+27918 |
| | | | | | | | | | 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 | ||||
* | LeftPad ethereum private keys with zeros if needed | Ian Coleman | 2018-01-16 | 1 | -1/+1 |
| | |||||
* | AXE support | -k | 2018-01-07 | 1 | -1/+1 |
| | | | prefix fixed | ||||
* | AXE support | -k | 2018-01-06 | 2 | -0/+19 |
| | |||||
* | Release v0.3.2 | Ian Coleman | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Add csv display of addresses | Ian Coleman | 2018-01-03 | 3 | -36/+86 |
| | |||||
* | Add BIP84 tab | Ian Coleman | 2018-01-03 | 2 | -2/+137 |
| | |||||
* | Merge pull request #137 from AraguaneyBits/master | iancoleman | 2017-12-20 | 2 | -0/+20 |
|\ | | | | | Add ONX (Onixcoin) | ||||
| * | FIX OnixCoin Correct BIP44 Code 174 | jestevez | 2017-12-19 | 1 | -1/+0 |
| | | |||||
| * | FIX OnixCoin Correct BIP44 Code 174 | jestevez | 2017-12-19 | 1 | -1/+2 |
| | | |||||
| * | Add ONX (Onixcoin) | jestevez | 2017-11-30 | 2 | -0/+20 |
| | | |||||
* | | [ADD] KMD - Komodo | ca333 | 2017-12-04 | 2 | -0/+19 |
|/ | |||||
* | Release v0.3.1 | Ian Coleman | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | Replace jquery.qrcode with kjua for QR codes | Ian Coleman | 2017-11-29 | 5 | -32/+11 |
| | | | | This handles UTF-8 content correctly | ||||
* | Move css specific to the app into own file | Ian Coleman | 2017-11-29 | 2 | -100/+98 |
| | |||||
* | Update bootstrap from minified 3.2.0 to 3.3.7 | Ian Coleman | 2017-11-29 | 5 | -13/+9136 |
| | |||||
* | Update jquery from minified 2.1.1 to 3.2.1 | Ian Coleman | 2017-11-29 | 3 | -5/+10254 |
| | |||||
* | Fixed typos | Dimitris Tsapakidis | 2017-11-24 | 1 | -2/+2 |
| | | | | addreses -> addresses steet -> street | ||||
* | Show entropy from PRNG and word indexes | Ian Coleman | 2017-11-22 | 2 | -2/+45 |
| | | | | see issue #132 | ||||
* | Release v0.3.0 | Ian Coleman | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | Add BIP141 tab for full segwit compatibility | Ian Coleman | 2017-11-22 | 4 | -62/+158 |
| | |||||
* | Remove segwit from bip32 tab | Ian Coleman | 2017-11-22 | 2 | -65/+49 |
| | | | | This option will be added in the future to a bip141 tab | ||||
* | Use ltub for litecoin by default instead of xprv | Ian Coleman | 2017-11-22 | 3 | -4/+15 |
| | | | | Introduced when upgrading from bitcoinjs-lib v3.3.0 | ||||
* | Update bitcoinjs from v3.1.1 to v3.3.0 | Ian Coleman | 2017-11-22 | 2 | -1196/+10291 |
| | |||||
* | Release v0.2.9 | Ian Coleman | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | Allow more rows to be generated at a custom index | Ian Coleman | 2017-11-21 | 2 | -3/+22 |
| | |||||
* | Fix ordering of networks to be alphabetical | Ian Coleman | 2017-11-16 | 1 | -9/+8 |
| | |||||
* | Merge pull request #129 from rsnel/bgold | iancoleman | 2017-11-15 | 2 | -0/+19 |
|\ | | | | | add BTG (Bitcoin Gold/bgold) | ||||
| * | add BTG (Bitcoin Gold/bgold) | Rik Snel | 2017-11-14 | 2 | -0/+19 |
| | |