electrs

Docker 应用程序 from ofawx's Repository

概述

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.

运行时参数

网络
bridge
外壳
sh
特权
false

模板配置

Electrum TCPPorttcp

Port to listen for incoming client connections

目标
50001
默认值
50001
价值
50001
TCP BindVariable

Subnet to accept connections from, and port to listen on. Port must match above.

目标
ELECTRS_ELECTRUM_RPC_ADDR
默认值
0.0.0.0:50001
价值
0.0.0.0:50001
Core RPC AddressVariable

Address for Bitcoin Core RPC.

目标
ELECTRS_DAEMON_RPC_ADDR
默认值
192.168.1.1:8332
DataPathrw

Database storage. Requires at least 50 GiB free disk.

目标
/data/
默认值
/mnt/user/bitcoin/electrs
价值
/mnt/user/bitcoin/electrs/
Bitcoin DataPathro

Bitcoin Core data directory. Read only.

目标
/data/.bitcoin/
默认值
/mnt/user/bitcoin/core
价值
/mnt/user/bitcoin/core/

下载统计数据

17,789
下载总数
21
本月
21
平均每月

长期下载总量

加载图表...

详细信息

存储库
ofawx/electrs
最后更新2021-10-14
初见2021-09-03

在Unraid 上运行 Electrs 。

Electrs 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。