forked from btcpayserver/btcpayserver-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opt-add-electrum-ps.yml
38 lines (37 loc) · 1.05 KB
/
opt-add-electrum-ps.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
version: "3"
services:
bitcoind:
environment:
BITCOIN_EXTRA_ARGS: |
rpcauth=eps:3d1cff5ee81ddeb3ba94483150310e74$$4626aeb95b2a2b066eac8833c1ad936f65cf7492aa836ec8f173ff65ac428a0e
electrum_ps:
image: btcpayserver/eps:0.2.2
restart: unless-stopped
ports:
- "50002:50002"
environment:
READY_FILE: /root/.nbxplorer/btc_fully_synched
EPS_CONFIG: |
[bitcoin-rpc]
host = bitcoind
port = 43782
rpc_user = eps
rpc_password = cmhKyeLSco35KVhecK3blYcHFx73xrJ1fOQtjtmiKks
poll_interval_listening = 600
poll_interval_connected = 5
initial_import_count = 1000
gap_limit = 25
wallet_filename =
[electrum-server]
host = 0.0.0.0
port = 50002
broadcast_method = own-node
ip_whitelist = *
disable_mempool_fee_histogram = false
[master-public-keys]
wallet = ${EPS_XPUB}
volumes:
- "electrum_ps_datadir:/data"
- "nbxplorer_datadir:/root/.nbxplorer"
volumes:
electrum_ps_datadir: