From 980196ffa82498d00ebfc06f98a0785e2655a9a2 Mon Sep 17 00:00:00 2001 From: ChiaAutomation Date: Fri, 17 Jan 2025 11:03:21 +0000 Subject: [PATCH] Add updated initial config from chia-blockchain --- pkg/config/initial-config.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/pkg/config/initial-config.yml b/pkg/config/initial-config.yml index 2b5a52d..c5eca8c 100644 --- a/pkg/config/initial-config.yml +++ b/pkg/config/initial-config.yml @@ -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 @@ -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 @@ -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" @@ -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 @@ -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 @@ -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 @@ -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 @@ -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