Docker: use fresh checkpoints for faster Monero sync

This commit is contained in:
sech1
2025-08-31 17:24:25 +02:00
parent 29df28d3c8
commit c5fba9992e
5 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -611,7 +611,7 @@ class MoneroConfigForm(ConfigFormBase):
self.sync_pruned_blocks = self.add(
npyscreen.Checkbox,
name="Sync Pruned Blocks",
value=False,
value=True,
begin_entry_at=self.name_size,
relx=self.indent,
)