02:34:25 is there a way to recover wallet from private seeeeed in wallet2 API? 02:37:10 lets get ctrl+fing for restore_deterministic_wallet or deterministic 02:41:19 plowsof, you mean wallet2_api.h? 02:41:23 virtual bool isDeterministic() const = 0; 02:41:25 there is only this 02:43:41 you're getting closer, lets try searching for 'restore' meow 03:40:50 i think i can use my MoneroSharp thingg to get 24 words from private seed 11:31:57 i added EncodeMnemonics() to my library 11:31:59 https://github.com/rohanrhu/MoneroSharp 15:42:09 MajesticBank: you the real one? 18:54:30 kayabaNerve: can you put on one last approval squashed the commits? https://github.com/monero-project/monero/pull/8149 18:54:59 wanted to change the sentence but i guess you know what i mean... 19:06:43 Probably a few hours selsta, if it's not urgent, but then yep :) 19:07:25 not urgent, just adding it to the merge queue soon 19:10:08 Is there anything like Coinjoin for Monero? Would it be possible? I don't ask because of the anonymity of course but because merging transactions could help reduce the size of the blockchain. 19:17:16 There once was a serious attempt to implement something very similar which was dropped, as far as I know, because no way was found to hide in the resulting 19:17:26 transaction who delivered which output(s) 19:17:34 moneromooo knows more :) 19:19:33 real_me[m]: there is TxTangle in ZtM2 (last chapter), which should solve the problems with prior proposals 19:20:07 but it is not implemented, and probably won't be (a ton of difficult/advanced work for something that would have low adoption) 19:22:08 Also, I don't think you would reduce avg tx sizes (per output) by too much. You'd be batching bulletproofs more, but CLSAGs aren't batchable. 19:25:04 I see. I didn't know about ZtM2, only about Mastering Monero. Thanks for the info! 19:25:12 * I see. I didn't know about ZtM2, only about Mastering Monero. Thanks for the info! 19:44:04 In the scheme I know about, the real spends were leaked to the other participants (not the the world at large).