-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathobelisk.cfg
More file actions
26 lines (21 loc) · 730 Bytes
/
obelisk.cfg
File metadata and controls
26 lines (21 loc) · 730 Bytes
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
# Configuration file for obelisk
[obelisk]
# 0.0.0.0 to bind to any IP, 127.0.0.1 to bind to localhost
host = 127.0.0.1
port = 50003
# Public hostname for the server, ideally a valid domain or reachable IP
# (comma-separated if there are more, e.g. Tor hidden service)
hostname = localhost
# Which chain should this instance of obelisk be using (mainnet/testnet)
chain = testnet
# Endpoints served by bs
query = tcp://testnet2.libbitcoin.net:29091
heart = tcp://testnet2.libbitcoin.net:29092
block = tcp://testnet2.libbitcoin.net:29093
trans = tcp://testnet2.libbitcoin.net:29094
# Log level (INFO/WARNING/DEBUG)
log_level = DEBUG
# Path to log file for writing
#log_file = obelisk.log
# Append to logfile
#append_log = true