Skip to content

Instantly share code, notes, and snippets.

@Someguy123
Last active May 19, 2020 04:49
Show Gist options
  • Save Someguy123/0add64d1b068f135590638aa32c47abc to your computer and use it in GitHub Desktop.
Save Someguy123/0add64d1b068f135590638aa32c47abc to your computer and use it in GitHub Desktop.
example config for steem/hive `data/witness_node_data_dir/p2p/node_config.json`
{
"listen_endpoint": "0.0.0.0:2001",
"accept_incoming_connections": true,
"wait_if_endpoint_is_busy": true,
"private_key": "0000000000000000000000000000000000000000000000000000000000000000",
"desired_number_of_connections": 100,
"maximum_number_of_connections": 200,
"peer_connection_retry_timeout": 30,
"peer_inactivity_timeout": 5,
"peer_advertising_disabled": false,
"maximum_number_of_blocks_to_handle_at_one_time": 200,
"maximum_number_of_sync_blocks_to_prefetch": 2000,
"maximum_blocks_per_peer_during_syncing": 200,
"active_ignored_request_timeout_microseconds": 6000000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment