-
Notifications
You must be signed in to change notification settings - Fork 1
/
Explorer.toml
57 lines (42 loc) · 1.29 KB
/
Explorer.toml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Node address.
host = "127.0.0.1"
# Node port.
port = "3413"
# Node protocol. Either HTTP or HTTPS.
proto = "http"
# API username. Comment out if user is not required.
user = "grin"
# API secret path. Comment out if secret is not required.
api_secret_path = "~/.grin/main/.api_secret"
# Foreign API secret path. Comment out if secret is not required.
foreign_api_secret_path = "~/.grin/main/.foreign_api_secret"
# Path to Grin directory.
grin_dir = "~/.grin"
# Enable or disable CoinGecko API.
coingecko_api = "enabled"
# Enable or disable node POST API public access.
public_api = "enabled"
# List of external node endpoints, used for peer stats.
# Comment out if you wish, only local peer stats will be used then.
# external_nodes = ["https://grinnode.live:3413", "https://grincoin.org"]
# Grinnode config
# host = "grinnode.live"
# port = "3413"
# proto = "https"
# coingecko_api = "enabled"
# public_api = "enabled"
# Grincoin config
# host = "grincoin.org"
# proto = "https"
# coingecko_api = "enabled"
# public_api = "enabled"
# Testnet config
# host = "127.0.0.1"
# port = "13413"
# proto = "http"
# user = "grin"
# api_secret_path = "~/.grin/test/.api_secret"
# foreign_api_secret_path = "~/.grin/test/.foreign_api_secret"
# grin_dir = "~/.grin"
# coingecko_api = "disabled"
# public_api = "enabled"