08:20:38 I would like to learn about how dandelion++ is working in monero. Do you have a link to documentation describing this? If that is not available, maybe someone can point me to were this is implemented in the code? 09:08:40 Did you look at the git log ? Messages should have some description. 09:08:54 ie, git log, then search for andelion. 09:50:01 https://gitlab.com/fullmetalScience/sxmo-onfire/-/blob/69a45b2aa8498556e4ff78e450751d8910dd93be/xmrpc/xmrpc.sh#L898 09:50:03 I just added continous saves to XMRPC (calling RPC's `store` every 5 minutes), but was wondering why the RPC wouldn't offer this as a switch (i.e. `--autosave-frequency X`? 09:50:31 https://gitlab.com/fullmetalScience/sxmo-onfire/-/blob/69a45b2aa8498556e4ff78e450751d8910dd93be/xmrpc/xmrpc.sh#L898 09:50:33 I just added continous saves to XMRPC (calling RPC's `store` every 5 minutes), but was wondering why the RPC wouldn't offer this as a switch (i.e. `--autosave-frequency X`)? 09:51:35 Because nobody felt it was useful enough to do it. 09:57:08 In the sense of discarding the idea after evaluation of a potential need in the community or simply no dev stepping in to code it? 10:04:41 AFAIK, in the sense of the latter. 10:05:28 Be aware that saving can be time consuming for large wallets. As long as it's optional, it should not be a problem though. 10:05:53 Also, there was this vague plan to switch the wallet cache to a database, which would have made saving moot. 10:06:22 But this never got done, and IIRC some people are rewriting all this code anyway so it's not seen as a worthwhile change anymore. 10:18:02 Okay. I'll leave this in my tool until obsolete. Same goes for auto-saving whenever information is written (tx_notes, labels, tags, ...).