-
selsta.merge+ 8955 8941 8927 8924 8913 8890 8891 8840
-
xmr-prAdded
-
recanman[m]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.
-
jeffro256[m]recanman[m]: The multisig peer signer data is stored in the .keys file so you don't need to do the initial ceremony again
-
recanman[m]jeffro256[m]: Where is the specification for the .keys file?
-
jeffro256[m]recanman[m]: There's no specification but you can see that it's stored in the .keys file here: github.com/monero-project/monero/bl…/src/wallet/wallet2.cpp#L4359-L4398
-
recanman[m]Thanks
-
jeffro256[m]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
-
jeffro256[m](If you want to spend)
-
jeffro256[m]But you won't lose any information that you can't rebuild of you delete the cache file
-
jeffro256[m]s/of/if/
-
recanman[m]jeffro256[m]: I was just about to ask that, thank you