Hello. Cannot rpc over lan. Core v28.2:
2025-07-23T09:17:23Z Config file arg: [mainnet] rpcbind="0.0.0.0"
...
2025-07-23T09:17:23Z Binding RPC on address ::1 port 8332
2025-07-23T09:17:23Z Binding RPC on address 127.0.0.1 port 8332
$ sudo ss -tuln
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
tcp LISTEN 0 128 0.0.0.0:22 0.0.0.0:*
tcp LISTEN 0 4096 0.0.0.0:8333 0.0.0.0:*
tcp LISTEN 0 4096 127.0.0.1:8334 0.0.0.0:*
tcp LISTEN 0 128 127.0.0.1:8332 0.0.0.0:*
tcp LISTEN 0 128 [::]:22 [::]:*
tcp LISTEN 0 4096 [::]:8333 [::]:*
tcp LISTEN 0 128 [::1]:8332 [::]:*
Also, cannot set 0 min relay fee:
2025-07-23T09:24:34Z Config file arg: [mainnet] minrelaytxfee="0"
~$ bcli getmempoolinfo
{
"loaded": true,
"size": 387,
"bytes": 92001,
"usage": 583008,
"total_fee": 0.00318172,
"maxmempool": 300000000,
"mempoolminfee": 0.00001000,
"minrelaytxfee": 0.00001000,
"incrementalrelayfee": 0.00001000,
"unbroadcastcount": 0,
"fullrbf": true
}
Any ideas?