forex.pm forex forum binary options trade

 Сryptocurrency exchanges => Binance - Сryptocurrency exchanges => Topic started by: Bitcoin on Feb 11, 2022, 03:25 am

Title: How to fix corrupted blocks?
Post by: Bitcoin on Feb 11, 2022, 03:25 am
How to fix corrupted blocks?

I am trying to copy blocks from Debian 10 "buster" virtual machine to external SSD which I will boot from on a Raspberry Pi.


rsync --archive --delete --human-readable --info=progress2 /home/bitcoin-admin/.bitcoin/ /mnt/usb/home/pi/.bitcoin
        135.53M   0%    9.10MB/s    0:00:14 (xfr#2, ir-chk=7777/8259)
rsync: read errors mapping "/home/bitcoin-admin/.bitcoin/blocks/blk00464.dat": Input/output error (5)

Does rsync error mean blk00464.dat is corrupt? If so, how can I recover?


bitcoind runs fine on virtual machine.


Thanks for helping out!


Source: How to fix corrupted blocks? (https://bitcoin.stackexchange.com/questions/112350/how-to-fix-corrupted-blocks)