Post
Topic
Board Bitcoin Technical Support
Re: mempool / electrs install, can load transactions but not addresses
by
OddyseyGames
on 13/12/2021, 07:08:16 UTC
I think you might have a firewall. First try using 127.0.0.1 instead of 192.168.4.116

in /electrs/config.toml
electrum_rpc_addr = "127.0.0.1:50001"

Quote
Make sure that the rcpallowip= coorelates to your local subnet address range.
bitcoin.conf
Code:
rpcbind=127.0.0.1
rpcallowip=192.168.4.0/24
rpcport=8332