2
2
I'd like to do the following:
- I use
dumpprivkeyto get the private key fromLitecoinwallet. - I import this private key into
Dogecoinwallet - Which will generate a new Dogecoin address. Both will share the same private key.
The most related post I found is: What happens if you send Bitcoin to a Litecoin address?
However, when I try to directly import, it will give me the
error:
{"code":-5,"message":"Invalid private key encoding"}
So now, how can I dump the private key and decode into hex and move the prefix from "L" to "D" and regenerate a WIF for dogecoin?
Is there any existing solution for it?
it is awesome, it really help. and also need the altcoin mapping url is here: https://github.com/libbitcoin/libbitcoin/wiki/Altcoin-Version-Mappings#bip44-altcoin-version-mapping-table , However, it is not quite complete, anyone knows how to get the extra WIF version value?
– temple – 2016-09-28T18:50:24.347