Copy BTC Bitcoin Blockchain Using an External Hard Drive and Transfer to Another Computer

GAI: can you use an external hard drive to copy btc blockchain and transfer to another computer?

You can use an external hard drive to copy the Bitcoin blockchain and transfer it to another computer. You'll need to locate the data directory containing the blockchain database, then copy the entire directory to the external drive, and finally transfer the drive to the new computer. The data directory's default location is C:\Users\<YourUsername>\AppData\Roaming\Bitcoin on Windows. Make sure to shut down the Bitcoin Core wallet on both computers while copying the files to prevent data corruption, according to the Bitcoin Wiki. 

Here's a more detailed explanation:

………more

Bitcoin CryptoCurrency Table of Contents TOC


Bitcoin CryptoCurrency Table of Contents TOC

End TOC 


Bitcoin Core I/O Error Stopping Out the Blockchain Download

Bitcoin Core is popping errors

Research Links

Note:  What is "reindexing"

-reindex:

  • wipes the chainstate (the UTXO set)
  • wipes the block index (the database with information about which block is where on disk)
  • rebuilds the block index (by going over all blk*.dat files, and finding things in it that look like blocks)
  • rebuilds the chainstate (redoing all validation for blocks) based on the blocks now in the index

-reindex-chainstate:

  • wipes the chainstate
  • rebuilds the chainstate using the blocks in the index you had before

The latter should be strictly faster, as it does not need to rebuild the block index first. Perhaps the progress bar during reindex confuses you: that progress is only for the rebuilding of the index. The recreation of the chainstate happens after that rebuild is completed.

You should use -reindex only when you were running in pruning mode, or if you suspect the blocks on disk are actually corrupted. Otherwise, when you only suspect corruption of the chainstate (which is far more likely), use -reindex-chainstate

....more

Disable Windows Updates in Windows 10 and Prevent Automatic Restarts

Turn off Microsoft pestering. I used regedit.

Windows is fairly annoying these days.

Notes

  1. I used the registry method – the others were outdated IIRC 

Research Links – Disable Automatic Updates

Registry Editor:   Did this 4-17-2025  – Still got blue popup prompting to restart or OK

  1. Registry Editor: In HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
  2.  create/set NoAutoRebootWithLoggedOnUsers to 1

Registry Editor:  Did this 4-18-2025 

  1. Open regedit, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU 
  2. create or modify NoAutoUpdate (DWORD) and set it to 1

Did following 4-18-2025

Huawei 13 how to turn off notifications that light up display

GAI: huawei 13 how to turn off notifications that light up display

To manage notification settings on a Huawei device, navigate to Settings > Notifications & status bar. From there, you can control notifications for specific apps, set notification styles (like gentle or lock screen), and manage other settings like silencing notifications during certain times or silencing specific apps. 

Here's a more detailed breakdown:

1. Managing Notifications for Specific Apps:

  • Go to Settings > Notifications & status bar.
  • Select the desired app.
  • Enable or disable notifications for the app.
  • Set the notification style (e.g., gentle, regular, lock screen). 

2. Managing Notification Content:

  • Go to Settings > Notifications & status bar. 
  • Enable Hide notification content to prevent the content of notifications from displaying on the lock screen,. 
  • Customize notification styles for specific apps to control how they appear. 

3. Managing Do Not Disturb Mode:

  • Go to Settings > Sounds & vibration > Do Not Disturb.
  • Enable Scheduled to set time periods when notifications are silenced.
  • Add or remove scheduled times. 

4. Managing Status Bar Settings:

  • Go to Settings > Notifications & status bar > Status bar.
  • Enable or disable options like Show carrier name and Show network speed.