Created
May 5, 2020 11:54
-
-
Save emre/a33c566a527fab2e39d8568797b7f94d to your computer and use it in GitHub Desktop.
fat node config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
log-appender = {"appender":"stderr","stream":"std_error"} {"appender":"p2p","file":"logs/p2p/p2p.log"} | |
log-logger = {"name":"default","level":"info","appender":"stderr"} {"name":"p2p","level":"warn","appender":"p2p"} | |
backtrace = yes | |
plugin = webserver p2p json_rpc witness account_by_key reputation market_history | |
plugin = database_api account_by_key_api network_broadcast_api reputation_api | |
plugin = market_history_api condenser_api block_api rc_api | |
history-disable-pruning = 0 | |
account-history-rocksdb-path = "blockchain/account-history-rocksdb-storage" | |
block-data-export-file = NONE | |
block-log-info-print-interval-seconds = 86400 | |
block-log-info-print-irreversible = 1 | |
block-log-info-print-file = ILOG | |
sps-remove-threshold = 200 | |
shared-file-dir = "blockchain" | |
shared-file-size = 360G | |
shared-file-full-threshold = 0 | |
shared-file-scale-rate = 0 | |
follow-max-feed-size = 500 | |
follow-start-feeds = 0 | |
market-history-bucket-size = [15,60,300,3600,86400] | |
market-history-buckets-per-size = 5760 | |
p2p-seed-node = anyx.io:2001 gtg.steem.house:2001 seed.jesta.us:2001 hived.splinterlands.com:2001 anyx.io:2001 | |
p2p-seed-node = hive-seed.arcange.eu:2001 rpc.ausbit.dev:2001 seed.hivekings.com:2001 seed.openhive.network:2001 | |
rc-skip-reject-not-enough-rc = 0 | |
rc-compute-historical-rc = 0 | |
statsd-batchsize = 1 | |
tags-start-promoted = 0 | |
tags-skip-startup-update = 0 | |
transaction-status-block-depth = 64000 | |
transaction-status-track-after-block = 0 | |
webserver-http-endpoint = 0.0.0.0:28091 | |
webserver-ws-endpoint = 0.0.0.0:28090 | |
webserver-thread-pool-size = 32 | |
enable-stale-production = 0 | |
required-participation = 33 | |
witness-skip-enforce-bandwidth = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment