Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.
This repository was 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

@menkaur

Description

@menkaur

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions