-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) · 754 Bytes
/
.env.example
File metadata and controls
20 lines (17 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Bitcoin Node Konfiguration
BTC_RPC_USER=your_rpc_username # Der Username aus dem rpcauth
BTC_RPC_PASSWORD=your_rpc_password # Das Original-Passwort, NICHT der Hash
BTC_RPC_HOST=192.XXX.X.XX # Die IP-Adresse des Bitcoin Nodes
BTC_RPC_PORT=8332 # Der Port des Bitcoin Nodes
# Fulcrum Server (optional)
FULCRUM_HOST=127.0.0.1 # Fulcrum Server Host
FULCRUM_PORT=50001 # Standard Fulcrum Port
FULCRUM_USER=your_fulcrum_user # Fulcrum RPC User
FULCRUM_PASSWORD=your_fulcrum_password # Fulcrum RPC Password
# RPC Konfiguration
RPC_USER=your_rpc_username
RPC_PASSWORD=your_rpc_password
RPC_HOST=localhost
RPC_PORT=8332
# Logging Konfiguration
LOG_LEVEL=info