05:10:15 <msqliuvxvm> When Tari finally comes out, will you dump your Monero to buy it? Will others? 06:45:29 <Inge-> sarang: did you take a look at the "tracable monero" thing? Wondering if there was any interesting novelty in theyr cryptographic scheme 12:44:34 <kydmlqnkqfjf> I think everyone here knows that most Monero exchange withdrawals and desposits are traceable (Breaking Monero - poisoned outputs). How does it feel to go out and lie to people that they are private and then earn less than holding BTC on your bag? 13:59:05 <DisBotXMR3> <Angad Mutha> Does Monero core have asynchronous core architecture? If not, does it make sense to have one? Could be the next CCS proposal idea.. 14:35:20 <DisBotXMR3> <sgp> @Angad Mutha Monero uses a pretty traditional "linear" blockchain structure because its security is best tested and understood 14:45:29 <DisBotXMR3> <Angad Mutha> @sgp Hi :), I understand the blockchain is a singly linked list and blocks can only be attached one at a time... by asynchronous core I mean't upgrading the Monero core for better faster performance in terms of peer to peer networking. For the next CCS idea, I was thinking...Instead of adding another feature, we should bulletproof what we've got. 15:02:14 <hyc> the networking code is already asynchronous 15:33:45 <DisBotXMR3> <Angad Mutha> Cool 15:55:00 <xmrhaelan[m]> Dev funding alert: Monero protocol listed as a key funding target by Kraken grants program. https://twitter.com/krakenfx/status/1369415716890378240 15:55:14 <xmrhaelan[m]> https://www.kraken.com/features/grants 15:57:45 <endor00[m]> That has been there for a while 16:11:27 <xmrhaelan[m]> Anyone in here applied yet? 16:12:25 <fluffypony> xmrhaelan[m]: there was an MRL application, which is why it's under consideration 16:12:32 <fluffypony> but they are SO SLOW 16:41:06 <sgp_[m]> xmrhaelan: MAGIC is talking with them Fri 18:33:00 <dhtwqhqzu> Why are you here? For the tech? Then you should be off at Zcash instead of trying to con newbies into a coin that doesn't work. For the money? If you put your money in BTC or ETH you would have been better off. For the magical crypto friends? Monero leadership laughs from losers like that. Find yourself more healthy realationships that don't laugh at you when they steal your money. 20:29:35 <nioc> https://github.com/moneromooo-monero/bitmonero/commit/20873b6ade3d5418518dd67678b5831445bae130 23:03:46 <Guest_58> According to the README (https://github.com/monero-project/monero#using-tor), it seems like only the transactions sent from local RPC to the daemon get propagated through Tor. I am unable to understand why this choice was made/what its advantages may be. One advantage I can think of is that it would prevent a MITM in the circuit established between 23:03:47 <Guest_58> the sender and the receiver. 23:03:47 <Guest_58> Also does the daemon relay the transaction only to other Tor nodes or do they relay information to all nodes in the Monero network? 23:05:12 <moneromooo> IPv4 scarcity is indeed a pro here. Also speed of block propagation, mostly for miners. 23:06:00 <moneromooo> With --tx-proxy, a new tx is sent only to a tor peer. This shields a new tx's origin. 23:07:40 <Guest_58> That's interesting, but there should be some point in time when it gets relayed outside Tor as well right? If the tx only remains amongst tor peers, would there be a majority consensus? 23:08:11 <moneromooo> AFAIK, this is only for txes originating from the first node (ie, via RPC). 23:09:34 <Guest_58> Any pointers on where I can read more about this? 23:09:43 <Guest_58> Will be really helpful :) 23:09:49 <moneromooo> ANONYMITY_NETWORKS.md 23:16:56 <Guest_58> Thanks