Hi,
I have used
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
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
0x9e
, according to the source code (address version + 128).