-
xmrack[m]Is there a way that I can just get the code needed to compile wallet2? Including dependencies and what-not
-
xmrack[m]well not just wallet2. I want to compile the monero-wallet-cli but nothing else.
-
selsta`make -C build/release simplewallet` just builds cli wallet
-
greenpillow11[m]We’re working on a crosschain AMM. Based on that, we’ve got some questions.
-
greenpillow11[m]Our project is based on monero multi-sig wallet. Currently, Monero marked multisig as experimental after a few issues they found out last year, I am not sure whether they are aware of any other issues with multisig. So first, is multi-sig wallet truly secure?
-
greenpillow11[m]Second: Current approach, we are based on tx_proof, which when user deposit to our chain, they need to generate a tx proof, and then claim it from our chain, and our chain will NOT expose any view key, tx key etc. Is this a good approach? Any tips?
-
rbrunnergreenpillow11[m]: In my understand we marked multisig "experimental" because we simply don't know whether it's truly secure.
-
rbrunnerTo make sure an external review and something called "security proof" would be needed; both are currently lacking.
-
rbrunnerI don't rememember now what the last word was how we intend to proceed into the future
-
rbrunnerbut it may well be that things will only leave experimental state together with the introduction of Seraphis
-
rbrunnerOur current "resident multisig specialist" for such questions is MRL researcher UkoeHB
-
rbrunnerYou may try to contact him on the MRL IRC channel #monero-research-lab if you have detailed questions
-
rbrunnerAbout the second question I can't say anything because I don't know much about AMMs in general, and of course neither about yours in particular
-
rbrunnerNo need to hand out any secret keys sounds good but I don't know what the pros and cons of doing something with tx proofs are