Bitcoin Forum
May 13, 2024, 06:54:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Syncing Bitcoin core  (Read 110 times)
xShadezz (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 27, 2021, 01:46:21 AM
 #1

Hey there,

I have a question about syncing my bitcoin core. I didnt use it for a few weeks and had to update a few thousand blocks I did this yesterday with a rate of 4% per hour. I fully synced it now 24h later I opened it again to resync what happend in those 24h and now my rate is suddenly 0.01% and it takes forever to finihs the reamining blocks is that normal?
1715583274
Hero Member
*
Offline Offline

Posts: 1715583274

View Profile Personal Message (Offline)

Ignore
1715583274
Reply with quote  #2

1715583274
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715583274
Hero Member
*
Offline Offline

Posts: 1715583274

View Profile Personal Message (Offline)

Ignore
1715583274
Reply with quote  #2

1715583274
Report to moderator
1715583274
Hero Member
*
Offline Offline

Posts: 1715583274

View Profile Personal Message (Offline)

Ignore
1715583274
Reply with quote  #2

1715583274
Report to moderator
ranochigo
Legendary
*
Offline Offline

Activity: 2968
Merit: 4186



View Profile
March 27, 2021, 03:11:21 AM
 #2

Blocks were generated in those 24 hours for which the client has to synchronize to catch up. From my experience, the synchronization when there are lesser blocks to catch up is much slower. It can be misleading as it often freezes the UI while synchronizing. It should be fine as long as you are able to wait for a bit.

My fairly powerful computer freezes as it starts to synchronize and only displays the initial rate which is usually fairly low (0.05%).

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
NotATether
Legendary
*
Online Online

Activity: 1596
Merit: 6740


bitcoincleanup.com / bitmixlist.org


View Profile WWW
March 27, 2021, 04:42:35 AM
 #3

It can be misleading as it often freezes the UI while synchronizing.

This isn't supposed to happen because the Qt window is supposed to be in a separate thread from the transaction verification thread, and there's only one verification thread only, unless the UI is sleep-waiting on the verification thread to finish (??) in which case it makes sense that it freezes because the verification thread is constantly waiting on disk I/O.

Your CPU usage while Bitcoin Core is freezing is fairly low, right? The other way it would make sense that it's freezing is when you're low on memory and Core "thrashes" the disk with more dbcache that it has to move between disk and RAM.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
ranochigo
Legendary
*
Offline Offline

Activity: 2968
Merit: 4186



View Profile
March 27, 2021, 04:48:17 AM
 #4

This isn't supposed to happen because the Qt window is supposed to be in a separate thread from the transaction verification thread, and there's only one verification thread only, unless the UI is sleep-waiting on the verification thread to finish (??) in which case it makes sense because the verification thread is constantly waiting on disk I/O.
It happens: https://bitcointalk.org/index.php?topic=5315273.msg56287394#msg56287394.

Your CPU usage while Bitcoin Core is freezing is fairly low, right? The other way it would make sense that it's freezing is when you're low on memory and Core "thrashes" the disk with more dbcache that it has to move between disk and RAM.
I have limited my dbcache to 100MB before and it didn't help one bit. There is literally no way for the UI to be freezing due to resource constraints on my computer. Free ram usually hovers around 7GB or so and my NVMe isn't a bottleneck at all.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
odolvlobo
Legendary
*
Offline Offline

Activity: 4312
Merit: 3214



View Profile
March 27, 2021, 08:12:46 AM
 #5

I have a question about syncing my bitcoin core. I didnt use it for a few weeks and had to update a few thousand blocks I did this yesterday with a rate of 4% per hour. I fully synced it now 24h later I opened it again to resync what happend in those 24h and now my rate is suddenly 0.01% and it takes forever to finihs the reamining blocks is that normal?

I think the problem is probably related to connecting to peers in order to obtain the blocks. The rate should improve as you connect to more peers.

Join an anti-signature campaign: Click ignore on the members of signature campaigns.
PGP Fingerprint: 6B6BC26599EC24EF7E29A405EAF050539D0B2925 Signing address: 13GAVJo8YaAuenj6keiEykwxWUZ7jMoSLt
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!