4

I have 4 wallet files: walletname.address.txt file walletname.keys file walletname

What is this type of file?

walletname.unportable

Thanks :)

user36303
  • 34,928
  • 2
  • 58
  • 123
Luis Herrera
  • 303
  • 3
  • 12

1 Answers1

4

This file is a copy of the cache file (walletname) as it was when the cache file format changed to use a more portable data storing library. It was kept as a safeguard in case the new format proved buggy, so it can now be discarded.

For reference, the old format was boost serialization, and the new format is portable boost serialization, which is not yet merged in boost to my knowledge.

user36303
  • 34,928
  • 2
  • 58
  • 123