forked from EOSLaoMao/eos-cluster-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
36 lines (31 loc) · 944 Bytes
/
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
genesis-json = /opt/eosio/bin/data-dir/genesis.json
wallet-dir = /opt/eosio/bin/data-dir/genesis.json
plugin = eosio::producer_plugin
plugin = eosio::net_plugin
plugin = eosio::net_api_plugin
plugin = eosio::chain_api_plugin
plugin = eosio::history_plugin
plugin = eosio::history_api_plugin
plugin = eosio::wallet_api_plugin
producer-name = {bp_name}
get-transactions-time-limit = 3
blocks-dir = "blocks"
chain-state-db-size-mb = 2048
max-clients = 25
max-reversible-block-time = -1
max-transaction-time = 10000
max-pending-transaction-time = -1
max-deferred-transaction-time = 20
access-control-allow-credentials = false
mongodb-queue-size = 256
log-level-net-plugin = all
connection-cleanup-period = 30
network-version-match = 0
sync-fetch-span = 1000
enable-stale-production = {stale_production}
required-participation = 33
p2p-listen-endpoint = 0.0.0.0:{port}
p2p-server-address = 0.0.0.0:{port}
allowed-connection = any
{peers}
{key}