-
sgp_[m]
-
sech1Does the current decoy selection algorithm single out coinbase (miner reward) transactions?
-
jberman[m]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
-
sech1Anyway, coinbase unlock time is 60 blocks, so if the algorithm selects coinbase younger that this...
-
sech1I found the relevant piece of code in the output selection: github.com/monero-project/monero/bl…master/src/wallet/wallet2.cpp#L8294
-
sech1so it looks like it's handled
-
sech1comment on the line above suggests it's explicitly handled
-
jberman[m]Also it won't add locked outputs cuz of this: github.com/monero-project/monero/bl…/src/wallet/wallet2.cpp#L7978-L7981
-
sech1"and the output was originally created in a block that has fewer than 100 outputs total in it"
-
sech1recent transaction spike kind of fixes this :D
-
jberman[m]haha yes! it does help was thinking the same
-
sech1This bug and FloodXMR attack don't work well together too...
-
atochi
-
atocare there still regular research meetings?
-
UkoeHBno
-
atocI see :(
-
UkoeHBhowever we can set up a meeting if there is something to discuss
-
atoccool, yeah perhaps that would be nice based off the issues you sent me
-
atoccould try my hand at a PoC for this: monero-project/research-lab #84
-
UkoeHBhmm what do you want to discuss in regards to those? (MRL #70, #84, repo #6456 for context)
-
UkoeHBah sweet :)
-
UkoeHBTheCharlatan: started on a PoC, not sure how for he got
-
UkoeHBfar*
-
atocneed to familiarize myself with Triptych though
-
atoccool, will be nice to touch base with him
-
UkoeHB#84 is agnostic to the tx protocol, it just spits out a list of on-chain indices of arbitrary size
-
atoci see
-
atocdefinitely seems a good amount of research has been done here including thoughts on what binning algo to use
-
atocthere is code as well so yeah maybe seeing the state of this project would be nice