X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=bip39-standalone.html;h=123556f5773e71709b7efbb5a9fdadb2ae5ede62;hp=27b60eff2d317c2470f53734c452afc75d47ba40;hb=fcc7d121097189600a14d5f8247735cc88a9dbb2;hpb=26dd39fd0e5f77475a8feb64cc65f759985c2752 diff --git a/bip39-standalone.html b/bip39-standalone.html index 27b60ef..123556f 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -6858,6 +6858,14 @@ button.close { top: 5px; right: 5px; } +.csv { + margin-top: 20px; + margin-bottom: 20px; + white-space: pre; + overflow-wrap: normal; + overflow-x: scroll; + font-family: monospace; +} @@ -6869,7 +6877,7 @@ button.close {

Mnemonic Code Converter

-

v0.3.1

+

v0.3.3


@@ -7058,6 +7066,9 @@ button.close {
  • BIP49
  • +
  • + BIP84 +
  • BIP141
  • @@ -7341,6 +7352,86 @@ button.close {
    +
    +
    +
    +
    +
    +

    + For more info see the + BIP84 spec. +

    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    The account extended keys can be used for importing to most BIP84 compatible wallets.

    +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    The BIP32 derivation path and extended keys are the basis for the derived addresses.

    +
    +
    +
    + +
    + +
    +
    +
    +
    @@ -7375,41 +7466,68 @@ button.close {
    - - - - - - - - - - - - - - -
    -
    - Path   - -
    -
    -
    - Address   - -
    -
    -
    - Public Key   - -
    -
    -
    - Private Key   - -
    -
        
        
        
        
        
    +
    + + + Enabling BIP38 means each key will take take several minutes to generate. +
    +
    + +
    +
    +
    + + + + + + + + + + + + + + +
    +
    + Path   + +
    +
    +
    + Address   + +
    +
    +
    + Public Key   + +
    +
    +
    + Private Key   + +
    +
        
        
        
        
        
    +
    +
    +
    +
    + +
    +
    Show @@ -50756,6 +50874,17 @@ bitcoinjs.bitcoin.networks.peercoin = { wif: 0xb7 }; +bitcoinjs.bitcoin.networks.axe = { + messagePrefix: 'unused', + bip32: { + public: 0x0488b21e, + private: 0x0488ade4 + }, + pubKeyHash: 0x4B, + scriptHash: 0xCB, // TODO set this correctly + wif: 0xCB +}; + bitcoinjs.bitcoin.networks.slimcoin = { messagePrefix: 'unused', bip32: { @@ -50855,6 +50984,18 @@ bitcoinjs.bitcoin.networks.myriadcoin = { wif: 0xb2 }; + +bitcoinjs.bitcoin.networks.onixcoin = { + messagePrefix: 'unused', + bip32: { + public: 0x049d7cb2, + private: 0x049d7878 + }, + pubKeyHash: 0x4B, + scriptHash: 0x05, + wif: 0x80 +}; + bitcoinjs.bitcoin.networks.pivx = { messagePrefix: 'unused', bip32: { @@ -50942,392 +51083,28320 @@ bitcoinjs.bitcoin.networks.litecoinXprv = { scriptHash: 0x32, wif: 0xb0 }; + +bitcoinjs.bitcoin.networks.komodo = { + messagePrefix: '\x18Komodo Signed Message:\n', + bip32: { + public: 0x0488B21E, + private: 0x0488ADE4 + }, + pubKeyHash: 0x3c, + scriptHash: 0x55, + wif: 0xbc +}; - - + +