Skip to content

Starting monerod with block-sync-size >~ 100 prevents daemon to sync #9897

@kuchta

Description

@kuchta

Starting monerod with larger block-sync-size than ~100 (tested 200, 500, 1000, 10000) prevents unsynced daemon from synchronizing by going into some strange loop that only prints over and over again:

SYNCHRONIZATION started
91.218.20.4:18080 OUT Sync data returned a new top block candidate: 2552513 -> 3384786 [Your node is 832273 blocks (3.2 years) behind] 
SYNCHRONIZATION started
52.143.116.21:18080 OUT Sync data returned a new top block candidate: 2552513 -> 3384786 [Your node is 832273 blocks (3.2 years) behind] 
SYNCHRONIZATION started
4.227.140.143:18080 OUT Sync data returned a new top block candidate: 2552513 -> 3384786 [Your node is 832273 blocks (3.2 years) behind] 
SYNCHRONIZATION started

.bitmonero/bitmonero.conf:

prune-blockchain=1
sync-pruned-blocks=1
db-sync-mode=fast:async
block-sync-size=100
enable-dns-blocklist=1
bootstrap-daemon-address=auto

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions