Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
64845825
Topic
5522734
Board
Development & Technical Discussion
Merits
1 from 1 user
Re: Run Bitcoin Core at Lower Priority
by
ABCbits
on
14/12/2024, 09:28:27 UTC
⭐ Merited by
apogio
(1)
Quote from: ps1234 on
Today
at 07:06:38 AM
I run Bitcoin Core version v22.0.0 on Windows 7
You're probably know about it, but both Bitcoin Core 22.0 and Windows 7 are outdated. I would recommend you to both of them.
Quote from: ps1234 on
Today
at 07:06:38 AM
Are there any arguments I can use to start at a lower priority?
Looking at
https://github.com/bitcoin/bitcoin/blob/v22.0/src/init.cpp
, looks like only
-par=1
only can be used to limit total core/thread used by Bitcoin Core 22.0. Besides that, try setting bitcoin-qt.exe to have lower CPU priority using this guide
https://answers.microsoft.com/en-us/windows/forum/all/how-to-permanently-set-priority-processes-using/df82bd40-ce52-4b84-af34-4d93da17d079
.