-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Offline wallet is considered as "Hot" #9333
Comments
This message means this wallet has been previously synced with an online node before. You have to create a separate file for the cold wallet that never touches a node. |
Is there an easy way to do that given x.wallet and x.wallet.keys? |
generate-from-keys perhaps |
Yes, generate-from-keys or seed should work but the whole idea is that the offline wallet gets generated on an offline system, so what you are doing is more of a workaround. |
ok understand, thanks for help |
I am following https://monero.stackexchange.com/questions/2868/is-there-any-way-to-construct-a-transaction-manually sequence. Can successfully export outputs from a view only wallet using
monero-wallet-cli
but cannot import into an offline wallet with the unexpected error:Error: Failed to import outputs view.outputs: Failed to import outputs: Hot wallets cannot import outputs
The text was updated successfully, but these errors were encountered: