Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to import wallet with mnemonic without adding keypair into folder? #5

Closed
mightatnight opened this issue Apr 9, 2024 · 1 comment
Labels
question Further information is requested

Comments

@mightatnight
Copy link

No description provided.

@justdmitry
Copy link
Owner

You may use KeyStoreTypeInMemory. Use it in TonOptions.KeystoreType instead of KeyStoreTypeDirectory.

After this change, you'll be required to re-add all used wallets on program startup, so you will still need to store mnemonics somewhere around. And also tonlib will need to resync with liteserver(s) from scratch on every startup (because it stores something in this storage too), which takes time (about 30-40sec IIRC).

@justdmitry justdmitry added the question Further information is requested label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants