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

import_outputs: Error: Failed to import outputs: unsupported version #1456

Closed
moneroexamples opened this issue Dec 15, 2016 · 4 comments
Closed

Comments

@moneroexamples
Copy link
Contributor

This error is boost serialisation error. If normal wallet is made on a pc that uses different boost version than a pc with viewonly wallet, exporting and importing outputs may result in this error.

I used ubuntu 16.10 to export outputs, and my second wallet is on 16.04. The import fails because boost versions are different on those systems.

Its worth mantioning, that it only happens when importing and exporting output files, as only this functionality uses boost serialization to produce and read the files. Importing key images, unsigned and singed txs files works because they dont use boost for this.

@ghost
Copy link

ghost commented Dec 15, 2016

I think this is a known issue with binary compatibility between wallets. @hyc is trying to solve by converting the wallet to use LMDB, @kenshi84 is proposing a change to the serialisation library.

@moneroexamples
Copy link
Contributor Author

moneroexamples commented Dec 15, 2016

Thanks, for info.

@kenshi84
Copy link
Contributor

I think PR #1435 fixes this issue.

@moneroexamples
Copy link
Contributor Author

PR https://github.com/monero-project/monero/pull/1483c solved the issue with output files.

Thank you. Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants