-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Hello @openoms, just tried to install electrs on my RaspiBlitz V1.1 using your "electrs_install_on_RaspiBlitz.sh" script but I get stuck due to Connection refused errors:
Running target/release/electrs -vvvv --index-batch-size=10 --jsonrpc-import --db-dir /mnt/hdd/electrs/db '--cookie=raspibolt: <myPsssowordhere>' '--electrum-rpc-addr=0.0.0.0:50001'
Config { log: StdErrLog { verbosity: Trace, quiet: false, timestamp: Off, modules: [], writer: "stderr", color_choice: Auto }, network_type: bitcoin, db_path: "/mnt/hdd/electrs/db/mainnet", daemon_dir: "/home/admin/.bitcoin", daemon_rpc_addr: V6([::1]:8332), cookie: Some("raspibolt:\u{1b}[C\u{1b}[C\u{1b}[C\u{1b}[D"), electrum_rpc_addr: V4(0.0.0.0:50001), monitoring_addr: V6([::1]:4224), jsonrpc_import: true, index_batch_size: 10, bulk_index_threads: 4, tx_cache_size: 10000, txid_limit: 100, server_banner: "Welcome to electrs (Electrum Rust Server)!" }
DEBUG - Server listening on [::1]:4224
DEBUG - Running accept thread
WARN - failed to connect daemon at [::1]:8332: Connection refused (os error 111)
WARN - failed to connect daemon at [::1]:8332: Connection refused (os error 111)
.... keeps printing the Connection refused messages
- does the script need additional "ufw allow" commands?
- is it really optimized for the RaspiBlitz (just wondering because of the "--cookie=raspibolt:.." statement above
Thanks for your help!