-
Notifications
You must be signed in to change notification settings - Fork 769
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
Can't export key images - always 164 bytes output file #3246
Can't export key images - always 164 bytes output file #3246
Comments
Would you prefer if the GUI always exports all key images? |
I'm not sure how it should work. My problem is, I'm trying to "communicate" cold and hot wallet. And because my hot wallet is phisically a new file, I can't update it because cold wallet thinks it's already gave me key images in the past and I have no way to have them again (in the gui). Sorry if I'm confused how it's all works. |
I think this would be preferable. It may make a larger file, but avoids many situations that might confuse users. |
I'm trying to export key images. But I always get a file with size just of 164 bytes.
Tried that using three different wallet files with some balance on them on:
As mentioned here "wallet just exports what it's not exported before", and in CLI workaround is to add "all" and use
export_key_images all somefilename
.In GUI it seems like it's impossible to export key images from scratch.
The text was updated successfully, but these errors were encountered: