electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

bip39_wallet_formats.json (2337B)


      1 [
      2     {
      3         "description": "Standard BIP44 legacy",
      4         "derivation_path": "m/44'/0'/0'",
      5         "script_type": "p2pkh",
      6         "iterate_accounts": true
      7     },
      8     {
      9         "description": "Standard BIP49 compatibility segwit",
     10         "derivation_path": "m/49'/0'/0'",
     11         "script_type": "p2wpkh-p2sh",
     12         "iterate_accounts": true
     13     },
     14     {
     15         "description": "Standard BIP84 native segwit",
     16         "derivation_path": "m/84'/0'/0'",
     17         "script_type": "p2wpkh",
     18         "iterate_accounts": true
     19     },
     20     {
     21         "description": "Non-standard legacy",
     22         "derivation_path": "m/0'",
     23         "script_type": "p2pkh",
     24         "iterate_accounts": true
     25     },
     26     {
     27         "description": "Non-standard compatibility segwit",
     28         "derivation_path": "m/0'",
     29         "script_type": "p2wpkh-p2sh",
     30         "iterate_accounts": true
     31     },
     32     {
     33         "description": "Non-standard native segwit",
     34         "derivation_path": "m/0'",
     35         "script_type": "p2wpkh",
     36         "iterate_accounts": true
     37     },
     38     {
     39         "description": "Copay native segwit",
     40         "derivation_path": "m/44'/0'/0'",
     41         "script_type": "p2wpkh",
     42         "iterate_accounts": true
     43     },
     44     {
     45         "description": "Samourai Bad Bank (toxic change)",
     46         "derivation_path": "m/84'/0'/2147483644'",
     47         "script_type": "p2wpkh",
     48         "iterate_accounts": false
     49     },
     50     {
     51         "description": "Samourai Whirlpool Pre Mix",
     52         "derivation_path": "m/84'/0'/2147483645'",
     53         "script_type": "p2wpkh",
     54         "iterate_accounts": false
     55     },
     56     {
     57         "description": "Samourai Whirlpool Post Mix",
     58         "derivation_path": "m/84'/0'/2147483646'",
     59         "script_type": "p2wpkh",
     60         "iterate_accounts": false
     61     },
     62     {
     63         "description": "Samourai Ricochet legacy",
     64         "derivation_path": "m/44'/0'/2147483647'",
     65         "script_type": "p2pkh",
     66         "iterate_accounts": false
     67     },
     68     {
     69         "description": "Samourai Ricochet compatibility segwit",
     70         "derivation_path": "m/49'/0'/2147483647'",
     71         "script_type": "p2wpkh-p2sh",
     72         "iterate_accounts": false
     73     },
     74     {
     75         "description": "Samourai Ricochet native segwit",
     76         "derivation_path": "m/84'/0'/2147483647'",
     77         "script_type": "p2wpkh",
     78         "iterate_accounts": false
     79     }
     80 ]