05:07:57 .merges 05:07:57 -xmr-pr- 9456 9467 9538 9654 9666 9671 9675 9681 9706 9708 9711 9724 9725 9726 9727 9728 9729 10:16:13 how does the monero software discover what my external address is? 10:16:29 that is when the software is configured to automatically do that 10:16:56 Connect to peer, peer tells you what it sees. 10:17:01 is it querying the local interfaces to find the link with a global ipv6 address? or does it just make a request to some website like icanhazip.com? 10:17:17 ah ok ty, that's even better 10:17:26 Actually, I'm not sure if it does this, but it's the canonical way. 11:08:51 moneromooo: or it can use a stun server but I don't remember seeing any mention of that anywhere. 11:08:56 narodnik: ^ 11:09:45 monerod does not use stun. 11:17:31 <0​xfffc:monero.social> https://github.com/monero-project/monero/pull/9768#issuecomment-2636444224 11:21:16 ok but i'm curious what monero itself does 11:21:55 moneromooo: exactly 12:15:13 monerod uses UPnP to open ports on the router. It can find out external IP from the router 12:20:05 miniupnp dependency is an abomination 12:20:32 Thankfully, it's optional (--no-igd) 12:20:44 🚀. 18:57:48 does somebody know how to make monero use https://github.com/monero-project/monero/blob/master/contrib/depends/packages/boost.mk, but link everything else dynamically? 18:58:26 Arch Linux really wants to move to this new boost version, but I don't have the time to backport the fixes on master to the last release from August 2024 :( 18:58:42 so I figured this might work as a compromise, considering there's a new release in the works anyway 19:00:05 -xmr-pr- laanwj opened pull request #9772: easylogging++: Add tmux-256color to color-supporting terminals 19:00:05 -xmr-pr- > https://github.com/monero-project/monero/pull/9772 19:49:05 kpcyrd is the maintainer of monero and p2pool arch linux package btw 19:51:14 s​yntheticbird: hey! :3 19:51:55 heyo 👋 19:55:46 I tried `make release-static` but it seems it's still looking for a system-install of boost 19:59:07 kpcyrd I'm surprised tho that it causes issue with boost. Arch Linux is within CI and the workflow update boost to latest version: https://github.com/monero-project/monero/actions/runs/13150719096/job/36697566017 19:59:08 https://github.com/monero-project/monero/blob/master/.github/workflows/build.yml#L89 20:00:59 s​yntheticbird: it's for 1.87.0 in [extra-staging], once monero is fixed boost moves to the regular repository https://archlinux.org/packages/extra-staging/x86_64/boost/ 20:01:31 the master branch would still build out of the box, but the last release doesn't 20:03:02 oh alright 20:03:11 0 20:03:16 miss input 20:32:42 I got the monero package to include boost statically, adding `-D STATIC=ON` to monero-gui breaks however: 20:32:43 CMake Error at CMakeLists.txt:266 (find_library): 20:32:45 Could not find qtquicktemplates2plugin_LIBRARY using the following names: 20:32:47 qtquicktemplates2plugin