Skip to content

Commit

Permalink
Add updated initial config from chia-blockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaAutomation committed Nov 24, 2024
1 parent 7784312 commit fb5b0b4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/config/initial-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ daemon_ssl:
# Controls logging of all servers (harvester, farmer, etc..). Each one can be overridden.
logging: &logging
log_stdout: False # If True, outputs to stdout instead of a file
log_backcompat: False
log_filename: "log/debug.log"
log_level: "WARNING" # Can be CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET
log_maxfilesrotation: 7 # Max files in rotation. Default value 7 if the key is not set
Expand All @@ -110,9 +109,6 @@ seeder:
# Peers used for the initial run.
bootstrap_peers:
- "node.chia.net"
# Peers to respond with regardless of what the crawler finds
# Can be IPs or Hostnames. Hostnames will be resolved to IPs
static_peers: []
# Only consider nodes synced at least to this height.
minimum_height: 240000
# How many of a particular version we need to see before reporting it in the logs
Expand Down Expand Up @@ -164,7 +160,6 @@ harvester:
# Plots are searched for in the following directories
plot_directories: []
recursive_plot_scan: False # If True the harvester scans plots recursively in the provided directories.
recursive_follow_links: False # If True the harvester follows symlinks when scanning for plots recursively

ssl:
private_crt: "config/ssl/harvester/private_harvester.crt"
Expand Down Expand Up @@ -485,8 +480,6 @@ introducer:
public_key: "config/ssl/full_node/public_full_node.key"

wallet:
# If True, starts an RPC server at the following port
start_rpc_server: True
rpc_port: 9256

# when enabled, the wallet will print a pstats profile to the
Expand Down Expand Up @@ -571,9 +564,6 @@ wallet:
# the user accepts the risk/responsibility of verifying the authenticity and origin of unknown CATs
automatically_add_unknown_cats: False

# if an unknown DID is sent to us, a wallet will be automatically created
did_auto_add_limit: 10

# Interval to resend unconfirmed transactions, even if previously accepted into Mempool
tx_resend_timeout_secs: 1800

Expand Down

0 comments on commit fb5b0b4

Please sign in to comment.