mkdir ~/config && echo 'webserver-thread-pool-size = 4
webserver-http-endpoint = 0.0.0.0:8090
webserver-ws-endpoint = 0.0.0.0:8091
max-read-wait-retries = 2
write-wait-micro = 500000
max-write-wait-retries = 3
single-write-thread = true
enable-plugins-on-push-transaction = false
block-num-check-free-size = 1200
plugin = chain p2p json_rpc webserver network_broadcast_api witness database_api witness_api
plugin = social_network follow tags operation_history account_history market_history
plugin = account_by_key worker_api private_message account_notes
clear-votes-before-block = 4294967295
history-start-block = 38000000
# history-blacklist-ops = producer_reward
# history-blacklist-ops = pow2
store-evaluator-events = true
follow-max-feed-size = 100
comment-title-depth = 202800
comment-body-depth = 202800
comment-json-metadata-depth = 202800
enable-stale-production = false
[log.console_appender.stderr]
filename=logs/p2p/p2p.log
appenders=stderr' | sudo tee -a ~/config/config.ini