diff --git a/src/apps/common/coins.py b/src/apps/common/coins.py index 0a9ab490..e1a16725 100644 --- a/src/apps/common/coins.py +++ b/src/apps/common/coins.py @@ -419,6 +419,32 @@ COINS = [ max_address_length=35, bitcore=[], ), + CoinType( + coin_name='Bitcoin Private', + coin_shortcut='BTCP', + coin_label='Bitcoin Private', + address_type=4901, + address_type_p2sh=5039, + maxfee_kb=1000000, + minfee_kb=1000, + signed_message_header='Bitcoin Private Signed Message:\n', + hash_genesis_block='0007104ccda289427919efc39dc9e4d499804b7bebc22df55f8b834301260602', + xprv_magic=0x0488ade4, + xpub_magic=0x0488b21e, + bech32_prefix=None, + bip44=183, + segwit=False, + forkid=40, + force_bip143=False, + default_fee_b={'Normal': 10}, + dust_limit=546, + blocktime_minutes=2.5, + firmware='stable', + address_prefix='bitcoinprivate:', + min_address_length=35, + max_address_length=95, + bitcore=['https://explorer.btcprivate.org'], + ), ]