-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.ini
44 lines (34 loc) · 1.19 KB
/
config.ini
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
genesis-json = "/<path-to-genesis>/genesis.json"
block-log-dir = "blocks"
shared-memory-size-mb = 1024
access-control-allow-origin = *
http-server-address = 0.0.0.0:8888
# ports for these 2 lines should be the same:
p2p-listen-endpoint = 0.0.0.0:9876
p2p-server-address = <your-domain-name>:9876
agent-name = "<organization>"
allowed-connection = any
# please fetch the p2p peer address configurations from monitor website
# 1. access website: http://avengers-monitor.enuism.com
# 2. click 'P2P List', then copy the content
# 3. paste p2p peer addresses below
p2p-peer-address = <fetch-from-monitor-website>
max-clients = 25
connection-cleanup-period = 30
network-version-match = 0
sync-fetch-span = 100
max-implicit-request = 1500
enable-stale-production = true
max-transaction-time = 30
required-participation = 33
txn-reference-block-lag = 0
producer-name = <producer-name>
private-key = ["<producer-public-key>","<producer-private-key>"]
wallet-dir = "."
unlock-timeout = 900
plugin = enumivo::producer_plugin
plugin = enumivo::wallet_api_plugin
plugin = enumivo::wallet_plugin
plugin = enumivo::chain_api_plugin
#plugin = enumivo::account_history_plugin
#plugin = enumivo::account_history_api_plugin