06:25:54 I read 6624 the same was rbrunner7 did 06:26:11 the person thinks it's an HD wallet and sub-addresses are derived from a master private key, but have their own private keys 16:51:10 If anyone has time to look at this stackexchange q: https://monero.stackexchange.com/questions/12257/tx-notify-being-triggered-2-times-per-transaction 16:53:40 What is the question exactly ? If it is "is it supposed to do that", then yes. 16:55:36 Actually, the twice even if the wallet refreshes later is a bit odd, but this means "this tx changed state, look at it". Like condition variables, triggering too much is fine. 16:56:51 I don't understand the code so I'm trying to understand exactly what the triggers are. 16:57:22 When the tx is seen, whether in the txpool or a block. 16:58:16 ok that clears it up. thanks 18:06:59 https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/149 18:43:48 updated https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/150 19:15:08 Was reading the Bitcoin Core v0.20 release notes, this may be beneficial for Monero too: 19:21:48 Did you message get through? Lost connection there for a bit -_- 19:22:07 no 19:22:08 ? 19:22:22 Posted this: 19:22:24 Was reading the Bitcoin Core v0.20 release notes, this may be beneficial for Monero too: 19:22:26 'A new -asmap configuration option has been added to diversify the node's network connections by mapping IP addresses Autonomous System Numbers (ASNs) and then limiting the number of connections made to any single ASN. See issue #16599, PR #16702, and the bitcoind help for more information. This option is experimental and subject to removal or breaking changes in future releases, so the legacy /16 prefix mapping of IP addresses 19:22:31 remains the 19:22:33 default. (#16702)' 19:22:35 https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.20.0.md 19:23:40 Didn't mooo already make something similar ? 19:23:41 Yes, it'd be useful, but it needs an AS database that gets updated. If they're keeping one, we could piggu back on it. 19:23:48 No, I just talked about it. 19:24:26 Currently, it just avoids multiple connections to the same class C or D (can't recall which). 19:25:13 That's probably what I remembered. 19:27:53 moneromooo: 'Currently we use the python scripts written by @sipa to create a .map file, which is no larger than 2MB (awesome!).' 19:28:12 And then sipa comments: 'FWIW, the asmap generated from https://dev.maxmind.com/geoip/geoip2/geolite2/ is 988387 bytes in size.' 19:28:17 https://github.com/bitcoin/bitcoin/pull/16702 19:43:25 To what extent does that create a point of failure/misuse? 19:43:35 Having an external mapping 20:27:31 That too, yes 20:27:39 Creates another attack surface I guess