Author

Topic: Unable to download full blockchain through bitcoin core (Read 205 times)

HCP
legendary
Activity: 2086
Merit: 4318
I'm having issues trying to download the blockchain. I have no idea what im looking at in the debug file. Should i sent a copy of it?
Yes, post the contents of your debug.log file to pastebin.com, then click the "create new paste" button... it'll generate a unique URL for you which you can copy/paste here.

That way, you won't have issues with the max post length here Wink
hero member
Activity: 2268
Merit: 579
Vave.com - Crypto Casino
I'm trying to download blockchain as a full node in order to make transactions with my wallet.
According to the above statement you posted, you dont need to download the Bitcoin core full node since the purpose  of you using the wallet is to make transaction and I will advise you to follow the directions provided here to save your time, internet and stress.
newbie
Activity: 2
Merit: 0
I'm having issues trying to download the blockchain. I have no idea what im looking at in the debug file. Should i sent a copy of it?
newbie
Activity: 11
Merit: 0
Problem is that reindex takes as long as original downloading. It checks again all blocks with CPU
HCP
legendary
Activity: 2086
Merit: 4318
Have you tried shutting down and then restarting Bitcoin Core using the -reindex option since you used reconsiderblock? Huh

That should hopefully help Bitcoin Core find and remove any corrupted blocks stored on the disk...
newbie
Activity: 11
Merit: 0
Thanks for help. I did through client console:

Code:
17:53:58

Executing command using "" wallet

17:53:58

invalidateblock 000000000000000004510cf2b6dba8d3aa80bd1601ee6d1cc7c7bff67c8c0c9d

17:53:58

null

17:54:14

reconsiderblock 000000000000000004510cf2b6dba8d3aa80bd1601ee6d1cc7c7bff67c8c0c9d

17:54:14

null

Didn't seem to help. Error persist
Any idea?  Smiley
legendary
Activity: 3038
Merit: 4418
Crypto Swap Exchange
Thanks for the answer. How I do that?
I go to bitcoin folder and run
Code:
bitcoin-qt.exe reconsiderblock 000000000000000004510cf2b6dba8d3aa80bd1601ee6d1cc7c7bff67c8c0c9d

Shows no message but runs client normally...
Also the same error in the same block appears in debug.log
You have to do it in the client. Click the Window Tab and you should see an option called Console.
newbie
Activity: 11
Merit: 0
Thanks for the answer. How I do that?
I go to bitcoin folder and run
Code:
bitcoin-qt.exe reconsiderblock 000000000000000004510cf2b6dba8d3aa80bd1601ee6d1cc7c7bff67c8c0c9d

Shows no message but runs client normally...
Also the same error in the same block appears in debug.log
legendary
Activity: 3038
Merit: 4418
Crypto Swap Exchange
Try going to Window>Console and type in this:

Code:
reconsiderblock 000000000000000004510cf2b6dba8d3aa80bd1601ee6d1cc7c7bff67c8c0c9d

The warning usually occurs when a block is marked invalid by user inputs. I could be wrong in this case but it would definitely be worth a try.

It worked for another user that I helped previously but I was unable to diagnose the problem. Regardless, could you go further into your debug.log and see if there's anything that states marking this specific block invalid?
newbie
Activity: 11
Merit: 0
Hello everybody . I need some help  Grin

I'm running bitcoin core 20.1. It says it runs qt 5.9.8

I'm trying to download blockchain as a full node in order to make transactions with my wallet.

I tried to do it in my 4TB HDD
I tried also in my 500GB SSD

Always get stucked at some point saying there are invalid blocks:

Code:
2021-01-10T16:53:16Z ERROR: AcceptBlockHeader: block 000000000000000004510cf2b6dba8d3aa80bd1601ee6d1cc7c7bff67c8c0c9d is marked invalid
2021-01-10T16:53:16Z Disconnecting and discouraging peer 34.93.222.205:8333!

Internet says is a hardware problem but i doubt. Many people has the some problem. I have also checked RAM memory and tried in both drives.

What options do I have to see my coins? I just have the wallet.

Also. If I download blockchain (til 2019)  from here: https://getbitcoinblockchain.com/
and run my client like this: "C:\Program Files\Bitcoin\bitcoin-qt.exe" -datadir=C:\Users\user\blockchain -dbcache=8000

Seems not to work. It downloads/check again everything

Thanks in advance.
Jump to: