Automated BIP39 Recovery, squashed
This commit is contained in:
80
electrum/bip39_wallet_formats.json
Normal file
80
electrum/bip39_wallet_formats.json
Normal file
@@ -0,0 +1,80 @@
|
||||
[
|
||||
{
|
||||
"description": "Standard BIP44 legacy",
|
||||
"derivation_path": "m/44'/0'/0'",
|
||||
"script_type": "p2pkh",
|
||||
"iterate_accounts": true
|
||||
},
|
||||
{
|
||||
"description": "Standard BIP49 compatibility segwit",
|
||||
"derivation_path": "m/49'/0'/0'",
|
||||
"script_type": "p2wpkh-p2sh",
|
||||
"iterate_accounts": true
|
||||
},
|
||||
{
|
||||
"description": "Standard BIP84 native segwit",
|
||||
"derivation_path": "m/84'/0'/0'",
|
||||
"script_type": "p2wpkh",
|
||||
"iterate_accounts": true
|
||||
},
|
||||
{
|
||||
"description": "Non-standard legacy",
|
||||
"derivation_path": "m/0'",
|
||||
"script_type": "p2pkh",
|
||||
"iterate_accounts": true
|
||||
},
|
||||
{
|
||||
"description": "Non-standard compatibility segwit",
|
||||
"derivation_path": "m/0'",
|
||||
"script_type": "p2wpkh-p2sh",
|
||||
"iterate_accounts": true
|
||||
},
|
||||
{
|
||||
"description": "Non-standard native segwit",
|
||||
"derivation_path": "m/0'",
|
||||
"script_type": "p2wpkh",
|
||||
"iterate_accounts": true
|
||||
},
|
||||
{
|
||||
"description": "Copay native segwit",
|
||||
"derivation_path": "m/44'/0'/0'",
|
||||
"script_type": "p2wpkh",
|
||||
"iterate_accounts": true
|
||||
},
|
||||
{
|
||||
"description": "Samourai Bad Bank (toxic change)",
|
||||
"derivation_path": "m/84'/0'/2147483644'",
|
||||
"script_type": "p2wpkh",
|
||||
"iterate_accounts": false
|
||||
},
|
||||
{
|
||||
"description": "Samourai Whirlpool Pre Mix",
|
||||
"derivation_path": "m/84'/0'/2147483645'",
|
||||
"script_type": "p2wpkh",
|
||||
"iterate_accounts": false
|
||||
},
|
||||
{
|
||||
"description": "Samourai Whirlpool Post Mix",
|
||||
"derivation_path": "m/84'/0'/2147483646'",
|
||||
"script_type": "p2wpkh",
|
||||
"iterate_accounts": false
|
||||
},
|
||||
{
|
||||
"description": "Samourai Ricochet legacy",
|
||||
"derivation_path": "m/44'/0'/2147483647'",
|
||||
"script_type": "p2pkh",
|
||||
"iterate_accounts": false
|
||||
},
|
||||
{
|
||||
"description": "Samourai Ricochet compatibility segwit",
|
||||
"derivation_path": "m/49'/0'/2147483647'",
|
||||
"script_type": "p2wpkh-p2sh",
|
||||
"iterate_accounts": false
|
||||
},
|
||||
{
|
||||
"description": "Samourai Ricochet native segwit",
|
||||
"derivation_path": "m/84'/0'/2147483647'",
|
||||
"script_type": "p2wpkh",
|
||||
"iterate_accounts": false
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user