00:10:26 .merge+ 8955 8941 8927 8924 8913 8890 8891 8840 00:10:26 Added 17:30:06 I'm pretty sure that with just the .keys file/seed you'd only have the address, secret spendkey, and secret viewkey. You'd need the multisig data from each participant in order to reconstruct the wallet. 17:30:06 recanman[m]: The multisig peer signer data is stored in the .keys file so you don't need to do the initial ceremony again 17:30:07 jeffro256[m]: Where is the specification for the .keys file? 17:30:33 recanman[m]: There's no specification but you can see that it's stored in the .keys file here: https://github.com/monero-project/monero/blob/00fd416a99686f0956361d1cd0337fe56e58d4a7/src/wallet/wallet2.cpp#L4359-L4398 17:30:54 Thanks 17:31:37 So long story short, you will not need to exchange keys again if you delete the cache file but keep the .keys file. However, you will lose synced multisig key images and will need to share those again 17:32:02 (If you want to spend) 17:33:34 But you won't lose any information that you can't rebuild of you delete the cache file 17:33:43 s/of/if/ 17:34:15 jeffro256[m]: I was just about to ask that, thank you