I am running bitcoin core and electrs in my local computer. This is my configuration file for electrs:
# Bitcoin Core settings
network = "bitcoin"
daemon_dir= "/path/to/bitcoin"
daemon_rpc_addr = "localhost:8332"
daemon_p2p_addr = "localhost:8333"
# Electrs settings
electrum_rpc_addr = "localhost:50001"
db_dir = "/path/to/electrs"
Both bitcoind and electrs are running apparently fine. In the Trezor app I put this:
but none works.
How can I configure the app to use my electrs server?
