Post
Topic
Board Bitcoin Technical Support
Re: Node unactive? Blocks stuck at 97%
by
nc50lc
on 09/02/2023, 07:21:56 UTC
Probably not related to the issue but you have a typo in your config:
Quote
Code:
    # Needed for full validation
    addumevalid=0
-snip-
Code:
    2023-02-09T02:34:22Z Ignoring unknown configuration value addumevalid
Should be assumevalid=0
Which resulted in skipped signatures verification of blocks older than height 751565.