Post
Topic
Board Bitcoin Technical Support
Re: mempool / electrs install, can load transactions but not addresses
by
OddyseyGames
on 11/12/2021, 22:41:10 UTC
Have you used this instruction?
https://github.com/seth586/guides/blob/master/FreeNAS/bitcoin/freenas_2_bitcoin.md

Did you forget to specify the parameters in the bitcoin conf?

Code:
server=1
txindex=1
zmqpubrawblock=tcp://127.0.0.1:28332
zmqpubrawtx=tcp://127.0.0.1:28333

Have you tried using the bitcoin-cli getaddressinfo [address] command directly?

Quote
But when I try to navigate/search
As far as I understand, you are using the web page for search? If yes: look what JsonRpc returns. You can do this in the browser in developer mode on the Network tab.