bitcoincryptocurrencylitecoinbase58

Where to find all the Version bytes to generate Bitcoin forked altcoin addresses?


I have the code below and I see that Litecoin using version byte 48 to generate its address. Is there a version byte list of all Bitcoin forked altcoins? I'm looking to generate Dogecoin addresses and Dash. But wasn't sure what version byte they use. Does such a list exist?

enter image description here


Solution

  • For bitcoin family coins you can use WalletGenerator source code.

    For example janin.currency.js#L196

    sample

    for Litecoin 0x30 in hex equal to 48 in decimal