Created
February 25, 2020 20:51
-
-
Save Linicks/c14d0b2d5202d76bbf64158489e16084 to your computer and use it in GitHub Desktop.
This file contains 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: | |
- output: stderr | |
level: info # warn for prod. | |
format: plain | |
p2p: | |
public_address: "/ip4/"Your IP ADDRESS"/tcp/3000" | |
max_connections: 1024 | |
gossip_interval: 5s | |
max_unreachable_nodes_to_connect_per_event: 2 | |
max_client_connections: 2 | |
max_bootstrap_attempts: 10 #Can be set to 0 | |
topics_of_interest: | |
blocks: high #Default is normal - high for stakepool | |
messages: high #Default is low - high for stakepool | |
trusted_peers: | |
"Your Trusted Peer List" | |
rest: | |
listen: 127.0.0.1:3100 | |
storage: "./storage" | |
leadership: | |
logs_capacity: 1024 | |
mempool: | |
pool_max_entries: 30000 | |
log_max_entries: 300000 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment