KomodoPlatform / Agama

Discontinued software - DONT USE - only for educational purpose
https://komodoplatform.com
MIT License
32 stars 46 forks source link

Erc20 address mismatch on 0.2.44c #138

Closed barbierir closed 5 years ago

barbierir commented 5 years ago

Hi, I gave a try to Agama 0.2.44c that is already on github to see how the Eth tokens work

I have some Zilliqa Erc20 on a paper wallet created long ago with Myethereumwallet, so I imported the priv key but this resulted in a different public address than expected, of course with 0 balance!

At first I feared there could be a mistake with my paperwallet but doing the same operation with Myethereumwallet+Metamask I get the expected public address with its balance

I tried multiple times and I'm positive I imported the right priv key in Agama, verified both manually and with Qr code, but it definitely results in a different public address than expected!

pbca26 commented 5 years ago

does your priv key start with 0x? i just went to mew and created a new wallet their priv keys are w/o 0x prefix e.g. f97dc4bbd5018082ebe4aed88d6ee977e6a721a1b4561152a83cb5fc21eaf338 in order to use it in agama just add 0x f97dc4bbd5018082ebe4aed88d6ee977e6a721a1b4561152a83cb5fc21eaf338

barbierir commented 5 years ago

It was without 0x and yes by adding a 0x prefix I get the correct address!!!

pbca26 commented 5 years ago

general approach among devs is to implement means to import privs between different software products we don't have that yet

jdmarlow86 commented 5 years ago

Is this an enhancement or can it be closed?

barbierir commented 5 years ago

I can close it, this for website and support to give clear instructions about the 0x prefix in certain cases