Skip to content

Instantly share code, notes, and snippets.

@Linicks
Created February 25, 2020 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Linicks/c14d0b2d5202d76bbf64158489e16084 to your computer and use it in GitHub Desktop.
Save Linicks/c14d0b2d5202d76bbf64158489e16084 to your computer and use it in GitHub Desktop.
---
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