Skip to content

Instantly share code, notes, and snippets.

@bkawk
Last active December 4, 2017 21:12
Show Gist options
  • Save bkawk/02d7fc6e3ebc5dab08a4f5b671b1cf5d to your computer and use it in GitHub Desktop.
Save bkawk/02d7fc6e3ebc5dab08a4f5b671b1cf5d to your computer and use it in GitHub Desktop.
EOS Config File
get-transactions-time-limit = 3
block-log-dir = "blocks"
block-interval-seconds = 1
rcvd-block-trans-execution-time = 72
trans-execution-time = 18
create-block-trans-execution-time = 18
per-authorized-account-transaction-msg-rate-limit = 1800
per-code-account-transaction-msg-rate-limit-time-frame-sec = 18
per-code-account-transaction-msg-rate-limit = 18000
per-code-account-max-storage-db-limit-mbytes = 5
row-overhead-db-limit-bytes = 32
pending-txn-depth-limit = 1000
gen-block-time-limit-msec = 200
readonly = 0
shared-file-dir = "blockchain"
shared-file-size = 8192
http-server-address = 127.0.0.1:8888
access-control-allow-credentials = false
p2p-listen-endpoint = 0.0.0.0:9876
agent-name = "EOS Test Agent"
send-whole-blocks = 1
allowed-connection = any
log-level-net-plugin = info
max-clients = 25
connection-cleanup-period = 30
network-version-match = 0
enable-stale-production = true
required-participation = false
private-key = ["EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN1So8BhtHuGYqET1GDW5CV","5KQwrPbwdL6PhXujxW37FSSQZ2JiwsST5cqQzDeyXtP79zkvFD3"]
genesis-json = /root/eos/genesis.json
producer-name = inita
producer-name = initb
producer-name = initc
producer-name = initd
producer-name = inite
producer-name = initf
producer-name = initg
producer-name = inith
producer-name = initi
producer-name = initj
producer-name = initk
producer-name = initl
producer-name = initm
producer-name = initn
producer-name = inito
producer-name = initp
producer-name = initq
producer-name = initr
producer-name = inits
producer-name = initt
producer-name = initu
plugin = eosio::producer_plugin
plugin = eosio::wallet_api_plugin
plugin = eosio::chain_api_plugin
plugin = eosio::http_plugin
plugin = eosio::account_history_api_plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment