-
selstaI removed all offline seed nodes: monero-project/monero #8720
-
selstaif someone runs a seed node that should be up then please ping me and I'll remove it from the PR
-
xmr-prselsta opened pull request #8720: p2p: update seed nodes
-
xmr-pr
-
xmr-prselsta opened pull request #8721: p2p: update seed nodes [release-v0.18]
-
xmr-pr
-
erembax[m]hello monero devs,... (full message at <libera.ems.host/_matrix/media/v3/do…163f60b63ffe03e7ff9ffa9562ad1127e7f>)
-
selstaerembax[m]: I don't think there is a writeup on it, you will have to check the source code.
-
erembax[m]selsta: that's what i keep hearing! hard to believe there is no info about this crucial aspect available
-
UkoeHBiirc moneromooo has a summary of the general algorithm (or maybe jberman[m] ?)
-
moneromoooerembax[m]: it's mostly random. Picks a random output that's not deemed to be related to others already picked, till it gets enough for the amount to send plus fee.
-
moneromooo"Related" is handwavy, based on height mostly.
-
moneromoooWhich made more sense before rct due to split txes. I think they're rather rare nowadays.
-
moneromoooThe pick is uniform IIRC. There's no attempt to be select outputs that add up to just above the amount needed.