bitcore-mnemonic icon indicating copy to clipboard operation
bitcore-mnemonic copied to clipboard

BIP39 Mnemonics implemented for Bitcore

Results 14 bitcore-mnemonic issues
Sort by recently updated
recently updated
newest added

I would suggest having a smaller package that implements only English version or an initializer this will make the bundle size smaller. No need to require the whole package.

Fixes https://github.com/bitpay/copay/issues/3211 and will allow for wordlists that have common words in different positions. This fix will be especially necessary if zh_CN and zh_TW wordlists will both be supported someday,...

Hi, I have a question. I create Mnemonic from some String. I then call toSeed() method and I get a Buffer. Afterwards, I create a new Mnemonic using the same...

how to create address from xpriv?

I installed the library with `bower install bitcore-mnemonic --save` but I get the following error: ``` Uncaught Error: Cannot find module 'bitcore-lib' at a (bitcore-mnemonic.min.js:1) at o (web3.min.js:1) at a...

``` (node:23765) [DEP0079] DeprecationWarning: Custom inspection function on Objects via .inspect() is deprecated ```

When I am trying to use this lib in my nodejs script. ```const Mnemonic = require('bitcore-mnemonic');``` It says: ``` /Users/gkucmierz/learn/my-app/node_modules/bitcore-lib/index.js:12 throw new Error(message); ^ Error: More than one instance of...

The image at http://bitcore.io/css/images/module-mnemonic.png is no longer available. ![image](https://cloud.githubusercontent.com/assets/5055041/20931850/2f4ef9ba-bb98-11e6-990d-5e3c88bdeb1d.png) Edit: Fixed in #42

Hi all, I developed a brazilian portuguese wordlist for our projects and it could be interesting to put on main branch. I tried to make a pull request from my...