You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/defs/coins/litecoin.json

35 lines
866 B

{
"maintainer": "Pavol Rusnak <stick@satoshilabs.com>",
"coin_name": "Litecoin",
"coin_shortcut": "LTC",
"coin_label": "Litecoin",
"curve_name": "secp256k1",
"address_type": 48,
"address_type_p2sh": 50,
"maxfee_kb": 40000000,
"minfee_kb": 100000,
"signed_message_header": "Litecoin Signed Message:\n",
"hash_genesis_block": "12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2",
"xprv_magic": "019d9cfe",
"xpub_magic": "019da462",
"xpub_magic_segwit_p2sh": "01b26ef6",
"bech32_prefix": "ltc",
"cashaddr_prefix": null,
"bip44": 2,
"segwit": true,
"decred": false,
"forkid": null,
"force_bip143": false,
"default_fee_b": {
"Normal": 1000
},
"dust_limit": 54600,
"blocktime_minutes": 2.5,
"address_prefix": "litecoin:",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://ltc-bitcore3.trezor.io"
]
}