electrs after `update/recover` missing bitcoin RPC data in config
See original GitHub issueAfter a recover/update run:
sudo nano /home/electrs/.electrs/config.toml
–>
timestamp = true
jsonrpc_import = true
index-batch-size = 10
wait_duration_secs = 10
jsonrpc_timeout_secs = 15
db_dir = "/mnt/hdd/app-storage/electrs/db"
auth = ":"
# allow BTC-RPC-explorer show tx-s for addresses with a history of more than 100
txid_limit = 1000
server_banner = "Welcome to electrs v0.9.3 - the Electrum Rust Server on your RaspiBlitz"
So in auth there is missing data about the bitcoin RPC user/password:
https://github.com/rootzoll/raspiblitz/blob/cf8d45498877c5f8ba3045b2e6d48a0710abde17/home.admin/config.scripts/bonus.electrs.sh#L312
Issue Analytics
- State:
 - Created 2 years ago
 - Comments:6 (5 by maintainers)
 
Top Results From Across the Web
How to configure electrs to retrieve large address histories #472
Hi, I'm running Bitcoin Core v0.21.1 and electrs with Raspiblitz v1.7.0 as my personal node and Electrum server on a Raspi 4B with...
Read more >romanz/electrs - Gitter
An update regarding current electrs optimizations: Since the proposed approach at #308 is problematic (due to its dependence on a new bitcoind RPC),...
Read more >FAQ - Frequently Asked Questions - raspiblitz
New : BTC-RPC-Explorer (Bitcoin Blockchain Explorer) details ... need to setup a new RaspiBlitz to update - but you can keep the blockchain...
Read more >Error: electrs failed --- Please Help - Umbrel Community
Hello, After working fine for months, my Umbrel has started to act up. Specifically electrs ... electrs | 0: bitcoind RPC polling failed...
Read more >Bitcoin + Electrum server + Block explorer under Windows ...
Electrs is not restricted to one wallet and also has useful data ... since I'm not really a Linux guy and, as said,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

We could build as part of the fatpack during sd card build in the future?
Building electrs takes a lot of time. Would be nice to get binary either we could brebuild and ship with the image or use the cryptoanarchy repo maybe?