Post
Topic
Board Bitcoin Technical Support
Re: What if you stay at Bitcoin Core v 0.20.1
by
BitMaxz
on 29/01/2021, 23:40:40 UTC
~snip~

What is your total ram memory?

You can improve the syncing process by adding "dbcache" from your config but before we add "dbcache" we need to know the total ram memory first.

Sample if you have 16gb total ram memory you can add this below.

Code:
dbcache=8000

add that text under your bitcoin.conf file. It will help to speed up syncing process.