-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (29 loc) · 1.08 KB
/
.env.example
File metadata and controls
41 lines (29 loc) · 1.08 KB
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
39
40
41
# bnode configuration
# All settings are optional — defaults work out of the box.
# --- paths ---
DATA_DIR=./data
# --- images ---
# 29.3 is the last Bitcoin Core release before the OP_RETURN policy
# changes introduced in v30. This is just a default value. You are
# encouraged to choose the node software that best represents your
# preferences. Alternatives below, or use any bitcoind-compatible image.
BITCOIND_IMAGE=bitcoin/bitcoin:29.3
# Alternatives:
# bitcoin/bitcoin:30.2 # Bitcoin Core v30
# ghcr.io/retropex/bitcoin:29.3.knots20260210 # Bitcoin Knots
# ghcr.io/retropex/bitcoin:29.3.knots20260210-bip110-v0.3 # Bitcoin Knots + BIP110
# --- ports ---
P2P_PORT=8333
ELECTRUM_PORT=50001
MEMPOOL_PORT=3109
DASHBOARD_PORT=3110
# --- bitcoin RPC credentials (securely auto-generated if unset) ---
RPC_USER=mempool
RPC_PASSWORD=
# --- mariadb credentials (securely auto-generated if unset) ---
MYSQL_USER=mempool
MYSQL_PASSWORD=
MYSQL_ROOT_PASSWORD=
# --- tor ---
TOR_ONLY=false
EXPOSE_RPC_TOR=false