Post
Topic
Board Project Development
Re: [coinb.in] Open Source, Multi Signature, HD Wallet and more!
by
hamburger
on 30/12/2017, 01:45:06 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.