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 Jan 29, 2025
1 parent 92c1100 commit 6afc67f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 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 @@ -361,10 +356,6 @@ full_node:
# profiled.
single_threaded: False

# when enabled, logs coins additions, removals and reorgs at INFO level.
# Requires the log level to be INFO or DEBUG as well.
log_coins: False

# How often to initiate outbound connections to other full nodes.
peer_connect_interval: 30
# How long to wait for a peer connection
Expand Down Expand Up @@ -410,10 +401,6 @@ full_node:

enable_memory_profiler: False

# this is a debug/auditing facility that saves all spend bundles added to the
# mempool, organized by peak height at the time
log_mempool: false

# this is a debug and profiling facility that logs all SQLite commands to a
# separate log file (under logging/sql.log).
log_sqlite_cmds: False
Expand All @@ -440,7 +427,6 @@ full_node:
- "seeder.dexie.space"
- "chia.hoffmang.com"
- "seeder.xchpool.org"
- "seeder.xchseeder.com"
introducer_peer:
host: introducer.chia.net # Chia AWS introducer IPv4/IPv6
port: 8444
Expand Down Expand Up @@ -494,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 @@ -580,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 6afc67f

Please sign in to comment.