07:41:49 rip 07:50:53 this makes it difficult to create new software 09:10:58 found this https://github.com/LeTurt/turtlegod/blob/master/levin_protocol.md 09:27:40 https://pastes.io/jkvio6bvia 09:48:33 I'm thinking about making my xmr node public and enabling p2p. I'm running over torsocks and I just want to know if there is anything privacy wise to know. 09:48:34 Will my transactions be transmitted over the same IP to the network or does torsocks create new circuits for each connection? (I saw that about 10min a circuit is kept open) 09:48:34 Will other people be able to sync their node via mine? (P2P) or does this not work with tor. If it does work should I just put p2p to all interfaces (0.0.0.0) like I'd to with a clearnet public node? 12:21:54 I'm thinking about making my xmr node public and enabling p2p. I'm running over torsocks and I just want to know if there is anything privacy wise to know. 12:21:54 Will my transactions be transmitted over the same IP to the network or does torsocks create new circuits for each connection? (I saw that about 10min a circuit is kept open) 12:21:55 Will other people be able to sync their node via mine? (P2P) or does this not work with tor. If it does work should I just put p2p to all interfaces (0.0.0.0) like I'd do with a clearnet public node? 14:33:42 unkn8wn69: there is an option --proxy where you can specify tor instead of using torsocks 14:35:01 How it uses circuits is however tor is configured, I think it reuses circuits for multiple connections, but I'm not certain 14:49:32 You can configure torrc for desired circuit behavior with flags like 14:49:33 ``` 14:49:33 NewCircuitPeriod 30 14:49:34 MaxCircuitDirtiness 600 14:49:34 ``` 15:09:54 Thank you! 18:14:28 anyone else thinks this POD_CLASS is funny? https://github.com/UkoeHB/monero/blob/seraphis_lib/src/common/pod-class.h 19:24:15 Where is it used? And yeah it's not doing anything currently 19:28:31 only src/crypto/hash.h and src/crypto/crypto.h 19:30:20 but why 19:30:41 and POD_CLASS is definitely not just "struct" or "class" 19:30:54 idk, according to history it's been there for 10 years 20:15:34 Old stuff for vestigial MSVC support AFAIK. 20:15:58 MSVC was long shit, apart from their debugger. 20:16:24 It needed lots of hand holding and special wtfs.