selsta
selsta
Does it show up if you start monerod with `DNS_PUBLIC=tcp://1.1.1.1` env var?
This is an env var, not a command line argument. Try ``` DNS_PUBLIC=tcp://1.1.1.1 ./monerod --ban-list /home/users/ban_list.txt --zmq-pub tcp://127.0.0.1:[port] ```
Just to confirm, did you try with 1.1.1.1 or 8.8.8.8 or both?
Can you share more information, which OS are you using? How are you building monero-gui? It works with cmake 4.0.3 on macOS for me.
The release tarball from GitHub is not a valid way to build monero-gui, please clone directly from GitHub following the steps in the README. As far as I know the...
What monero software are you using?
The Qt version we use should auto detect scaling. It's not clear why you have to set a SCALE_FACTOR. Which OS are you using?
@vtnerd we deemed that this is not realistically exploitable, but if it's easy to add a limit I don't see why we shouldn't add one @Oblivionsage do you know if...
A per-endpoint limit is overkill here... I would set it to 100MB.
Try building with `-D STACK_TRACE=OFF`