-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.ini
33 lines (32 loc) · 1.39 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
plugin = eosio::chain_api_plugin # Enables this plugin
plugin = eosio::history_api_plugin # Enables this plugin
bnet-endpoint = 0.0.0.0:4321 # Where to listen for incoming connections.
bnet-no-trx = false # Mempool sharing. Indicates whether or not a node will request pending transactions from its peers.
blocks-dir = "blocks" # Directory where block data is stored. Arbitrary for testing purposes unless you need persistence.
chain-state-db-size-mb = 8192 # Max size off the chain database.
reversible-blocks-db-size-mb = 340 # Max size of reversible blocks DB.
contracts-console = false # Display contract's output to CLI.
https-client-validate-peers = 1
access-control-allow-credentials = false
p2p-max-nodes-per-host = 1
allowed-connection = any
max-clients = 0 # Max number of clients to accept connections from. 0 means no limit.
connection-cleanup-period = 30
network-version-match = 0
sync-fetch-span = 100
max-implicit-request = 1500
enable-stale-production = false
pause-on-startup = false
max-transaction-time = 30
max-irreversible-block-age = -1
producer-name = eosio
keosd-provider-timeout = 5
txn-reference-block-lag = 0
wallet-dir = "."
unlock-timeout = 900
http-server-address = localhost:8889
p2p-listen-endpoint = localhost:9877
agent-name = "EOS Test Agent"
p2p-peer-address = localhost:9876
genesis-json = "/genesis.json"
peer-key = "EOS5sqheHF2NnJF1s4ZbfC4rsqWF7vVrqwTenbtHfY5mRgcJ9Xird"