Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.11 KB

tip-0044.md

File metadata and controls

38 lines (25 loc) · 1.11 KB
TIP: TIP-0044
Type: Informational
Layer: Application
Title: HDWallet cointype
Status: Draft
Author: Yukishige Nakajo <[email protected]>
Created: 2023-08-09
License: CC0

Abstract

Define cointype of BIP-0044 for Tapyrus. I suppose to 2377 as cointype.

Copyright

This TIP is licensed under the CC0 license.

Motivation

Now, there is no cointype defined for Tapyrus in BIP-0044. So, It is confusing what number is set to cointype when implementing HDWallet for tapyrus.

I propose to cointype for Tapyrus. But we need consensus in this community before pushing to SLIP-0044.

Specification

Register cointype below:

Coin type Path component (coin_type') Symbol Coin
1 0x80000001 testnet(all coins)
2377 0x80000949 TPC Tapyrus

Rationale

The 2377 is Tapyrus RPC default port. So that, this number is easy to remember. And this number is not registered yet.