cryptocoinjs / coininfo

JavaScript component for crypto currency specific information.
116 stars 114 forks source link

Update doge.js bip32 #104

Closed vipertechofficial closed 2 years ago

junderw commented 3 years ago

Please link to the source where this is included in dogecoin. Thanks.

vipertechofficial commented 3 years ago

@junderw Unfortunately it comes from https://gist.github.com/Anderson-Juhasc/e6975cc51116742b650d1d9cefffa4af Hopefully it works on wallet.crypto.red with theses parameters.

vipertechofficial commented 3 years ago

@junderw https://github.com/bip32JP/bip32JP.github.io/blob/master/js/bip32.js Is that a trusted source?

junderw commented 3 years ago

The gist you posted and bip32jp are different.

the gist is "tpub" and bip32jp is "tgub" for the extended pubkey.

vipertechofficial commented 3 years ago

I am sure that the gist is okay, On the app I develop it works: https://github.com/crypto-red/crypto-red.github.io/blob/master/src/js/utils/api-doge.js Yet, it can work and be wrong at the same time, but yeah, ...

vipertechofficial commented 3 years ago

But in the dogecoin repository there isn't the private or public key that is present in it (for testnet) so I may wonder where we could find it elsewhere. What kind of stuff could we do in order to be able to find trust-able sources? I only have something I have fond and tested.