- 
tobtoht_ .merges 
- 
xmr-pr 9456 9467 9538 9654 9666 9671 9675 9681 9706 9708 9711 9724 9725 9726 9727 9728 9729 
- 
narodnik how does the monero software discover what my external address is? 
- 
narodnik that is when the software is configured to automatically do that 
- 
moneromooo Connect to peer, peer tells you what it sees. 
- 
narodnik 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? 
- 
narodnik ah ok ty, that's even better 
- 
moneromooo Actually, I'm not sure if it does this, but it's the canonical way. 
- 
elucidator moneromooo: or it can use a stun server but I don't remember seeing any mention of that anywhere.  
- 
elucidator narodnik: ^ 
- 
moneromooo monerod does not use stun. 
- 
m-relay 
- 
narodnik ok but i'm curious what monero itself does 
- 
elucidator moneromooo: exactly 
- 
sech1 monerod uses UPnP to open ports on the router. It can find out external IP from the router 
- 
m-relay <syntheticbird:monero.social> miniupnp dependency is an abomination 
- 
moneromooo Thankfully, it's optional (--no-igd) 
- 
m-relay <syntheticbird:monero.social> 🚀. 
- 
kpcyrd does somebody know how to make monero use  github.com/monero-project/monero/bl…r/contrib/depends/packages/boost.mk, but link everything else dynamically? 
- 
kpcyrd 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 :( 
- 
kpcyrd so I figured this might work as a compromise, considering there's a new release in the works anyway 
- 
xmr-pr laanwj opened pull request #9772: easylogging++: Add tmux-256color to color-supporting terminals 
- 
xmr-pr 
- 
m-relay <syntheticbird:monero.social> kpcyrd is the maintainer of monero and p2pool arch linux package btw 
- 
kpcyrd syntheticbird: hey! :3 
- 
m-relay <syntheticbird:monero.social> heyo 👋 
- 
kpcyrd I tried `make release-static` but it seems it's still looking for a system-install of boost 
- 
m-relay <syntheticbird:monero.social> kpcyrd I'm surprised tho that it causes issue with boost. Arch Linux is within CI and the workflow update boost to latest version:  github.com/monero-project/monero/ac…ns/runs/13150719096/job/36697566017
- 
m-relay 
- 
kpcyrd syntheticbird: it's for 1.87.0 in [extra-staging], once monero is fixed boost moves to the regular repository  archlinux.org/packages/extra-staging/x86_64/boost
- 
kpcyrd the master branch would still build out of the box, but the last release doesn't 
- 
m-relay <syntheticbird:monero.social> oh alright 
- 
m-relay <syntheticbird:monero.social> 0 
- 
m-relay <syntheticbird:monero.social> miss input 
- 
kpcyrd I got the monero package to include boost statically, adding `-D STATIC=ON` to monero-gui breaks however: 
- 
kpcyrd CMake Error at CMakeLists.txt:266 (find_library): 
- 
kpcyrd   Could not find qtquicktemplates2plugin_LIBRARY using the following names: 
- 
kpcyrd   qtquicktemplates2plugin