-
afungible[m]
Hi guys, does anyone else face a similar issue as reported here.. I noticed multiple exceptions in log when monerod is started.
-
afungible[m]
-
afungible[m]
I saw it esp. when using locally compiled v0.18.1.2 on linux.
-
selsta
afungible[m]: do you run into any actual issues apart from exceptions in the logs?
-
afungible[m]
I did not test it much yet, but noticed send/recv tx went through fine. Not sure if daemon automatically restarts after catching these (weak_ptr) exceptions. I can try to enable more log-level tomorrow.
-
afungible[m]
Anyhow, curious why this occurs continuously with compiled code, coz didn't notice this with official bin.
-
selsta
afungible[m]: I'm not sure if the released binaries are released with libunwind / stack_trace enabled
-
selsta
*are compiled with
-
selsta
an uncaught exchange generally isn't an issue, it doesn't cause the daemon to restart
-
afungible[m]
<selsta> "afungible: I'm not sure if the..." <- Would make sense if libunwind isn't used with released binary, then we won't see it. I didn't notice this in pre-HF compiled version btw. Though, it wld be nice to find why this occurs now. I'll see if I can do some debugging tomorrow.
-
john_r365[m]
rbrunner: Question regarding multisig. With a multisig wallet, when you type seed in the CLI, you get a long string, as opposed to the regular mnemonic seed. Is it possible to use this string to re-create the multisig wallet in the future?
-
john_r365[m]
The reason I ask is that I only see the command to import a multisig file. However, the ability to import one would, presumably, be dependent on having backed one up in the first place.
-
john_r365[m]
So I'm curious if there's a way to backup a multisig wallet via the storage of a string, akin to mnemonic seeds for regular wallets
-
moneromoooo
This will recreate the same wallet, yes. There's a lot more info needed in this case, so it was unwieldy when turned into words.
-
john_r365[m]
Oh, fantastic, thank you. That makes sense.
-
rbrunner
john_r365[m]: I guess it depends how far you look into the future. moneromooo's answer is certainly correct as long as good old `wallet2` is doing duty
-
rbrunner
However, if we want Seraphis wallets to be able to import those quite special multisig "seeds", we will have to think of this and then program restore again from scratch
-
rbrunner
"think of this" -> "not forget this"
-
rbrunner
Or, maybe not necessarily. We will have "old" wallet import capability indefinitely. So if you can get hold of some "old" Monero software to restore using your multisig seed, you can later convert the resulting wallet up