-
m-relay<rasdf:w33b.cloud> rip
-
m-relay<rasdf:w33b.cloud> this makes it difficult to create new software
-
m-relay<rasdf:w33b.cloud> found this github.com/LeTurt/turtlegod/blob/master/levin_protocol.md
-
moomoo
-
m-relay<unkn8wn69:matrix.org> 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.
-
m-relay<unkn8wn69:matrix.org> 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)
-
m-relay<unkn8wn69:matrix.org> 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?
-
m-relay<unkn8wn69:matrix.org> 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.
-
m-relay<unkn8wn69:matrix.org> 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)
-
m-relay<unkn8wn69:matrix.org> 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?
-
m-relay<vtnerd:monero.social> unkn8wn69: there is an option --proxy where you can specify tor instead of using torsocks
-
m-relay<vtnerd:monero.social> How it uses circuits is however tor is configured, I think it reuses circuits for multiple connections, but I'm not certain
-
m-relay<ofrnxmr:monero.social> You can configure torrc for desired circuit behavior with flags like
-
m-relay<ofrnxmr:monero.social> ```
-
m-relay<ofrnxmr:monero.social> NewCircuitPeriod 30
-
m-relay<ofrnxmr:monero.social> MaxCircuitDirtiness 600
-
m-relay<ofrnxmr:monero.social> ```
-
m-relay<unkn8wn69:matrix.org> Thank you!
-
m-relay<sneedlewoods_xmr:matrix.org> anyone else thinks this POD_CLASS is funny? github.com/UkoeHB/monero/blob/seraphis_lib/src/common/pod-class.h
-
m-relay<vtnerd:monero.social> Where is it used? And yeah it's not doing anything currently
-
m-relay<sneedlewoods_xmr:matrix.org> only src/crypto/hash.h and src/crypto/crypto.h
-
sech1but why
-
sech1and POD_CLASS is definitely not just "struct" or "class"
-
m-relay<sneedlewoods_xmr:matrix.org> idk, according to history it's been there for 10 years
-
moneromoooOld stuff for vestigial MSVC support AFAIK.
-
moneromoooMSVC was long shit, apart from their debugger.
-
moneromoooIt needed lots of hand holding and special wtfs.