WavesGUI icon indicating copy to clipboard operation
WavesGUI copied to clipboard

impossible to import a seed from full node

Open ghost opened this issue 9 years ago • 1 comments

If you call swagger#!/addresses/seed in the full node, it returns the already nonce added and hashed value of the walletSeed (and the same seed is stored in the wallet.dat). In the lite client it is impossible to import this seed, if you want to view an address in the lite client that you have created in the full node.

A possible solution might be to check if the seed string is a base58 encoded 32 byte hash, and in this case don't hash it again in buildAccountSeedHash in waves.util.js. There might be other places in the source code which has to be checked for this enhancement and if there are any side effects, but I think this is a minor change.

ghost avatar Aug 20 '16 17:08 ghost

Yes you can import Waves seed wallet to WavesLiteWallet here

weidisu avatar Feb 05 '21 14:02 weidisu