Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aaroncox
Last active October 26, 2019 16:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aaroncox/2d24a6db5b6f330a6c7103dacfe19cc0 to your computer and use it in GitHub Desktop.
Save aaroncox/2d24a6db5b6f330a6c7103dacfe19cc0 to your computer and use it in GitHub Desktop.
EOS Light History API configuration
abi-serializer-max-time-ms = 5000
contracts-console = false
verbose-http-errors = true
wasm-runtime = wabt
# Maximum size (in MB) of the chain state database (eosio::chain_plugin)
chain-state-db-size-mb = 32768
history-index-state-db-size-mb = 64000
history-state-db-size-mb = 48000
history-per-account = 100
# (Optional) Path to store history data and history indices
# history-dir = /path/to/folder
# history-index-dir = /path/to/folder
# The local IP and port to listen for incoming http connections; set blank to disable. (eosio::http_plugin)
http-server-address = 127.0.0.1:8888
http-validate-host = false
access-control-allow-credentials = false
# EOS Plugins
plugin = eosio::chain_plugin eosio::chain_api_plugin
plugin = eosio::http_plugin
plugin = eosio::history_api_plugin
# Filter Settings
filter-on=*
filter-out=eosio:onblock:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment