electrs
Docker-Anwendung from ofawx's Repository
Übersicht
Serve your Electrum clients from your own Bitcoin node! Avoid trusting public Electrum nodes, and maintain your own privacy.
Electrs does not support encrypted (SSL) communication, so avoid connecting directly to the TCP port over public networks (eg the Internet). Note that some clients, including Electrum, do not support connections without SSL. Consider using nginx as an SSL proxy (see link below for sample configuration). Electrs is designed for personal use only, and is not appropriate for serving a large number of clients.
If you have RPC enabled in Bitcoin Core without manually specifying an RPC user and password, Electrs can use Bitcoin's cookie file to auth automatically. If you have manually configured user and password in Bitcoin, these must also be set in Electrs manually. To do so, create a file called electrs.toml in the Electrs Data directory configured below. In this file, include the following data, substituting your own values for USER and PASSWORD: auth = "USER:PASSWORD"
See https://github.com/romanz/electrs/blob/master/doc/usage.md for full details on Electrs configuration.
Electrs does not support encrypted (SSL) communication, so avoid connecting directly to the TCP port over public networks (eg the Internet). Note that some clients, including Electrum, do not support connections without SSL. Consider using nginx as an SSL proxy (see link below for sample configuration). Electrs is designed for personal use only, and is not appropriate for serving a large number of clients.
If you have RPC enabled in Bitcoin Core without manually specifying an RPC user and password, Electrs can use Bitcoin's cookie file to auth automatically. If you have manually configured user and password in Bitcoin, these must also be set in Electrs manually. To do so, create a file called electrs.toml in the Electrs Data directory configured below. In this file, include the following data, substituting your own values for USER and PASSWORD: auth = "USER:PASSWORD"
See https://github.com/romanz/electrs/blob/master/doc/usage.md for full details on Electrs configuration.
Laufzeit-Argumente
- Netzwerk
bridge- Shell
sh- Privilegiert
- false
Konfiguration der Vorlage
Electrum TCPPorttcp
Port to listen for incoming client connections
- Ziel
- 50001
- Standard
- 50001
- Wert
- 50001
TCP BindVariable
Subnet to accept connections from, and port to listen on. Port must match above.
- Ziel
- ELECTRS_ELECTRUM_RPC_ADDR
- Standard
- 0.0.0.0:50001
- Wert
- 0.0.0.0:50001
Core RPC AddressVariable
Address for Bitcoin Core RPC.
- Ziel
- ELECTRS_DAEMON_RPC_ADDR
- Standard
- 192.168.1.1:8332
DataPathrw
Database storage. Requires at least 50 GiB free disk.
- Ziel
- /data/
- Standard
- /mnt/user/bitcoin/electrs
- Wert
- /mnt/user/bitcoin/electrs/
Bitcoin DataPathro
Bitcoin Core data directory. Read only.
- Ziel
- /data/.bitcoin/
- Standard
- /mnt/user/bitcoin/core
- Wert
- /mnt/user/bitcoin/core/
Kategorien
Statistik herunterladen
17,789
Downloads insgesamt
21
Dieser Monat
21
Durchschnittlich / Monat
Gesamte Downloads im Laufe der Zeit
Tabelle laden...
Einzelheiten
Repository
ofawx/electrsZuletzt aktualisiert2021-10-14
Erstmals gesehen2021-09-03
Führen Sie Electrs auf Unraid aus.
Electrs ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.