From fb5b0b4b67b303a984eedb5982dd2077c858e932 Mon Sep 17 00:00:00 2001 From: ChiaAutomation Date: Sun, 24 Nov 2024 11:03:12 +0000 Subject: [PATCH] Add updated initial config from chia-blockchain --- pkg/config/initial-config.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkg/config/initial-config.yml b/pkg/config/initial-config.yml index 335f1be..e3d4195 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" @@ -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 @@ -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