Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Generated addresses do not match with addresses generated by the ui #6

Open
menkaur opened this issue Sep 9, 2017 · 1 comment
Open

Comments

@menkaur
Copy link

menkaur commented Sep 9, 2017

So here's what I'm doing:

        var iotaClient = new IotaApi("node.iotawallet.info", 14265);
        var seed = "...";
        var a = iotaClient.GetNewAddress(seed, 0,false,1);

And it generates 1 new address.

However, when I login with iota lightweight wallet and the same seed, the address it generates is completely different from the address that I have generated with this api

Is this intended behavior?

Let's say, seed is OISRIGVDCFIENLLAXCCIVQWHQNHXTJXEVOPLUUHVFMOLXTXCGBZSSNFIZSPXVXDKVEWVDPWJNOFMMHSDP

Address generated in wallet:
SGHFLUWOZPACYGMAPDUMDKQNIBAUHVCWWY9PITQLMRCFTDAIYVSZDAPTKQMZKRPDDUSKCWXBFNAHCSRPYBYRZR9FHY
Address generated via api:
YYFLQZTXISNMM99TADQYQXIHCAKVBLVTHFTL9SPFUKXDDYXTWAMMNMVLVOXXBVQTGJEFOZYBARQOZHKIJ

@TheCutter
Copy link

Correct! That's because #7 is not done yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants