-
Notifications
You must be signed in to change notification settings - Fork 5
/
gladius-network-gateway-example.toml
52 lines (42 loc) · 1.39 KB
/
gladius-network-gateway-example.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
# Move to gladius-network-gateway.toml
# Uncomment to change the gladius base directory
# gladiusbase = "/home/USER/.gladius"
# Use UPNP to discover WAN IP, and open p2p port
upnpenabled = false
[api]
debugrequests = false
port = "3001"
remoteconnectionsallowed = false
# Infura and smart contract configs
[blockchain]
marketaddress = "0x27a9390283236f836a0b3c8dfdbed2ed854322fc"
poolmanageraddress = "0x9717EaDbfE344457135a4f1fA8AE3B11B4CAB0b7"
poolurl = "http://174.138.111.1/api/"
provider = "https://mainnet.infura.io/v3/1d3545f907ff4598893997c522e46676"
# Change the logger
[log]
level = "debug"
pretty = true
[p2p]
# Tell other nodes how to reach you. If left empty, the Network Gateway will
# do detection either with UPNP (if enabled) or an external service
advertiseaddress = "" # What is advertised as your reachable address
advertiseport = 7947 # Advertised port
# The interface and port to listen on
bindaddress = "0.0.0.0" # The interface
bindport = 7947
# Verify if messages are from the pool or not, used in testing
messageverifyoverride = false
[wallet]
directory = "/home/user/.gladius/wallet"
Passphrase = ""
[Pool]
AutoJoin = false
URL = "http://localhost:3002/api/"
Address = "0x0000000000000000000000000000000000000000"
[Profile]
Name = "Example Node"
Email = "example@gladius.io"
Bio = "Example Bio"
Location = ""
EstimatedSpeed = 100