Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Re: Run Bitcoin Core at Lower Priority
by
ps1234
on 15/12/2024, 19:59:22 UTC
⭐ Merited by vapourminer (2)
Thanks for the advice.

I'll go down the route of a batch file and setting the priority to /low of /below normal

The PC is pretty powerful with 8 cores, 40Gb RAM and SSD throughout. The blockchain is on its own disk.

So, I have the Windows startup command

D:\temp\BTC.bat

which says:

@echo off
set
start "Bitcoin Core" /LOW "C:\Program Files\Bitcoin\bitcoin-qt.exe" -min -chain=main

It seems to be OK so far