richardkiss/pycoin

Dogecoin bip32 versions off

buzztiaan opened this issue · 0 comments

On https://github.com/richardkiss/pycoin/blob/256967d9e0a1e7e902d4269283c557ba15e31ffa/pycoin/symbols/doge.py
you have the bip32 versions as bip32_prv_prefix_hex="02fd3955", bip32_pub_prefix_hex="02fd3929"

sadly this leads to incompatible bip32 keys for dogecoin (tested on the upcoming dogecoin 1.14 client, which has native bip32 support)

the correct versions are private : 02fac398 public : 02facafd as confirmable on bip32.org