Post
Topic
Board Development & Technical Discussion
Re: How the Bitcoin Private pubkey prefix is generated ?
by
nc50lc
on 07/05/2018, 03:24:22 UTC
-snip-
I'm pretty sure that the OP is talking about an Altcoin: Bitcoin Private (BTCP).
Its addresses starts with "b1" prefix.
Code:
        // guarantees the first 2 characters, when base58 encoded, are "b1"
        base58Prefixes[PUBKEY_ADDRESS]     = {0x13,0x25};

@streamplus
This forum is for Bitcoin development, you can move this to Altcoin Discussion to look for the accurate answers from BTCP users and developers.