You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
So here's what I'm doing:
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
The text was updated successfully, but these errors were encountered: