02:00:17 https://github.com/monero-project/monero/issues/7807 08:48:25 Does the current decoy selection algorithm single out coinbase (miner reward) transactions? 08:52:22 No, but by factoring in block density when selecting an output, the algorithm is less likely to select coinbase outputs. For example, if you have 3 blocks in a row, block 0 only has a coinbase tx, block 1 is extremely dense, and block 2 only has a coinbase tx again, then the algorithm would pick up more outputs from block 1 than it does from blocks 0 and 2. So coinbase tx's don't carry as much weight with this approach 08:53:09 Anyway, coinbase unlock time is 60 blocks, so if the algorithm selects coinbase younger that this... 08:54:36 I found the relevant piece of code in the output selection: https://github.com/monero-project/monero/blob/master/src/wallet/wallet2.cpp#L8294 08:54:40 so it looks like it's handled 08:55:49 comment on the line above suggests it's explicitly handled 08:57:41 Also it won't add locked outputs cuz of this: https://github.com/monero-project/monero/blob/master/src/wallet/wallet2.cpp#L7978-L7981 09:01:48 "and the output was originally created in a block that has fewer than 100 outputs total in it" 09:01:57 recent transaction spike kind of fixes this :D 09:02:51 haha yes! it does help was thinking the same 09:03:28 This bug and FloodXMR attack don't work well together too... 22:12:54 hi 22:19:05 are there still regular research meetings? 22:20:49 no 22:21:04 I see :( 22:21:54 however we can set up a meeting if there is something to discuss 22:22:24 cool, yeah perhaps that would be nice based off the issues you sent me 22:25:39 could try my hand at a PoC for this: https://github.com/monero-project/research-lab/issues/84 22:26:05 hmm what do you want to discuss in regards to those? (MRL #70, #84, repo #6456 for context) 22:26:14 ah sweet :) 22:26:46 TheCharlatan: started on a PoC, not sure how for he got 22:26:50 far* 22:26:54 need to familiarize myself with Triptych though 22:27:04 cool, will be nice to touch base with him 22:27:39 #84 is agnostic to the tx protocol, it just spits out a list of on-chain indices of arbitrary size 22:28:38 i see 22:31:58 definitely seems a good amount of research has been done here including thoughts on what binning algo to use 22:32:28 there is code as well so yeah maybe seeing the state of this project would be nice