Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
60622339
Topic
5407458
Board
Development & Technical Discussion
Re: Bitcoin Core minimized parameter does not function
by
nc50lc
on
24/07/2022, 14:19:00 UTC
Quote from: NotATether on
Today
at 01:42:39 PM
Are you starting Bitcoin Core with -min (which I think was added recently, as I don't see it anywhere in 0.21.1)
I have checked my old v0.16.3 Bitcoin Core and it has
-min
parameter.
It's in the old code as well:
Latest:
bitcoin/blob/194f6dc43ccc330a8a4607be3a2b8935490d6db0/src/qt/guiutil.cpp#L538-L539
Old (
from 2017
):
bitcoin/blob/ee4d1493e2a871b26201580c5a990a1df7a5e3f7/src/qt/guiutil.cpp#L651-L652