From f71f54fde30f8031d7f5c93252cb83b913903d70 Mon Sep 17 00:00:00 2001 From: ChiaAutomation Date: Thu, 17 Oct 2024 11:03:40 +0000 Subject: [PATCH] Add updated initial config from chia-blockchain --- pkg/config/initial-config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/config/initial-config.yml b/pkg/config/initial-config.yml index 17c9b8c..e3d4195 100644 --- a/pkg/config/initial-config.yml +++ b/pkg/config/initial-config.yml @@ -37,7 +37,6 @@ network_overrides: &network_overrides SUB_SLOT_ITERS_STARTING: 67108864 # Forks activated from the beginning on this network HARD_FORK_HEIGHT: 0 - SOFT_FORK4_HEIGHT: 641500 SOFT_FORK5_HEIGHT: 1340000 PLOT_FILTER_128_HEIGHT: 6029568 PLOT_FILTER_64_HEIGHT: 11075328 @@ -426,7 +425,6 @@ full_node: - "dns-introducer.chia.net" - "chia.ctrlaltdel.ch" - "seeder.dexie.space" - - "chia-seeder.h9.com" - "chia.hoffmang.com" - "seeder.xchpool.org" introducer_peer: @@ -651,6 +649,8 @@ data_layer: uploaders: [] downloaders: [] maximum_full_file_count: 1 + # Enable to store all .DAT files grouped by store id + group_files_by_store: False simulator: # Should the simulator farm a block whenever a transaction is in mempool @@ -672,5 +672,4 @@ simulator: # Fork Settings HARD_FORK_HEIGHT: 0 - SOFT_FORK4_HEIGHT: 0 SOFT_FORK5_HEIGHT: 0