-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmir-mainnet.conf
75 lines (56 loc) · 1.47 KB
/
mir-mainnet.conf
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Mir node settings
mir {
# P2P Network settings
network {
known-peers = [
"185.181.164.136:1400"
"91.103.252.84:1400"
"185.58.207.12:1400"
"185.5.248.255:1400"
]
# Network address
bind-address = "0.0.0.0"
# Port number
port = 1400
# Node name to send during handshake. Comment this string out to set random node name.
# node-name = "My MAINNET node"
# String with IP address and port to send as external address during handshake. Could be set automatically if uPnP is enabled.
# declared-address = "1.2.3.4:1400"
}
# Wallet settings
wallet {
# Password to protect wallet file
password = "ridethemir!"
# Wallet seed as BASE58 string
# seed = ""
}
# Blockchain settings
blockchain.type = MAINNET
# Matcher settings
matcher {
# Enable/disable matcher
enable = no
# Matcher's account address
# account = ""
# Matcher REST API bind address
bind-address = "127.0.0.1"
# Matcher REST API port
port = 1404
}
# Node's REST API settings
rest-api {
# Enable/disable node's REST API
enable = no
# Network address to bind to
bind-address = "127.0.0.1"
# Port to listen to REST API requests
port = 1401
# Hash of API key string
api-key-hash = "H6nsiifwYKYEx6YzYD7woP1XCn72RVvx6tC1zjjLXqsu"
}
features {
supported = [2] # NG
}
checkpoints.public-key = "7EXnkmJyz1gPfLJwytThcwGwpyfjzFXC3hxBhvVK4EQP"
}
include "local.conf"