Post
Topic
Board Project Development
Re: [coinb.in] Open Source, Multi Signature, HD Wallet and more!
by
SopaXT
on 05/01/2018, 08:15:13 UTC
Hi,

I have used
Code:
coinjs.pub = 0x1E;
for my Address to start with D - DKo6y9Cfuwu8imVUz2MWbAeYXHtmgYkFFF the wallet that I use to verify the address confirm that the address is a valid address.

What should I replace
Code:
coinjs.priv = 0x80;
with in order for my Private key (WIF key) to start with the capital letter Q - the wallet return an invalid private key message

Tnx,

H.

If you're developing an altcoin, asking this is unacceptable - you should know better!
The correct private key version is probably
Code:
0x9e
, according to the source code (address version + 128).