Skip to content

Instantly share code, notes, and snippets.

@Errorist79
Created December 15, 2025 19:32
Show Gist options
  • Select an option

  • Save Errorist79/86f9a487dc358d9ea7eb0fd8fed9f343 to your computer and use it in GitHub Desktop.

Select an option

Save Errorist79/86f9a487dc358d9ea7eb0fd8fed9f343 to your computer and use it in GitHub Desktop.
#########################################################
# #
# WARNING: THIS FILE SHOULD NEVER BE USED #
# IN PRODUCTION ENVIRONMENTS! #
# #
#########################################################
#########################################################
# Node-specific configuration
#########################################################
beneficiary = ""
node_name = "HoodRun"
network_name = "testnet"
ipc_tx_batch_size = 1000
ipc_max_queued_batches = 10
# must be <= ipc_max_queued_batches
ipc_queued_batches_watermark = 3
statesync_threshold = 600
statesync_max_concurrent_requests = 5
#########################################################
# Network-wide configuration
#########################################################
chain_id = 10143
[peer_discovery]
self_address = "38.xx.xx.xxx:8000"
self_record_seq_num = 0 # Should be 0 initially
self_name_record_sig = "xx"
refresh_period = 20
request_timeout = 5
unresponsive_prune_threshold = 3
last_participation_prune_threshold = 1000
min_num_peers = 90
max_num_peers = 450
[fullnode_raptorcast]
enable_publisher = true
enable_client = true
raptor10_fullnode_redundancy_factor = 3.0
max_group_size = 150
round_span = 240
invite_lookahead = 20
max_invite_wait = 10
deadline_round_dist = 10
init_empty_round_span = 23
max_num_group = 3
invite_future_dist_min = 1
invite_future_dist_max = 600
invite_accept_heartbeat_ms = 10000
[network]
bind_address_host = "0.0.0.0"
bind_address_port = 8000
max_rtt_ms = 300
max_mbps = 1000
#########################################################
# Peers configuration
#########################################################
[fullnode_dedicated]
identities = []
[fullnode_raptorcast.full_nodes_prioritized]
identities = []
[blocksync_override]
peers = []
[statesync]
expand_to_group = true
init_peers = []
# mf-testnet-bootstrap-fn-lsn-jfk-006
[[bootstrap.peers]]
address = "64.31.54.6:8000"
record_seq_num = 0
name_record_sig = "3b9d7bb0395a93336a48bb0c2e410c50e777f4d88eb114bf925d580cd55431bc780d43fd75a46154d8105412480b25f350e4ceffea7a17ea42b351ba8374741500"
secp256k1_pubkey = "02d84a0236ed911c8425dd78951ebbbbdfa7628781274b8db4423c67f65944102e"
# CL-4
[[bootstrap.peers]]
address = "15.235.224.20:8000"
record_seq_num = 0
name_record_sig = "7f7e2d73b3fcf6f2719bb6655c5f92f9f5a40a243747acf779d3fba9440f5d2e0ade0216461b9327d64c565b7a355beb53342c5b5dcb07e512e73dd18616ebcc01"
secp256k1_pubkey = "037c86879527168fec416b33bcfbb0cc22fefb9a0ace4add72116b2f94162e2cc6"
# CL-5
[[bootstrap.peers]]
address = "185.189.44.226:8000"
record_seq_num = 0
name_record_sig = "75cec2929bc9797a52247e4ddd480b5f661b52fb626e6713dfb8973c25c51c486e92adf9d335cef0033acd21915e3c503d50463b53ad4fea40d0eed23254bb6401"
secp256k1_pubkey = "028df9f3fed153dc195b86c0d5fb0b9ab2560316071a3f6f1c16dce95da7f679d4"
# CL-6
[[bootstrap.peers]]
address = "15.204.105.77:8000"
record_seq_num = 0
name_record_sig = "7cc89227c5998c555ddadace2dde6c55442081b41dfcf3e8290a36720758e0055e6c9e65ac09d06ed203f176d480a72a99c6d029d010d5ae6f94e5391943646600"
secp256k1_pubkey = "038ddfe36ca3a992be5838e44db8d5b91a4ab992b9de0bfd2e1f7a1ec9bc6af00d"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment