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
Testing a 2 TB Hard Drive That Errored Out When Downloading the Bitcoin BlockChain
This disk failed in 2 attempts to download the BTC blockchain. Ubuntu Linux was installed on this disk and it worked normally. I still do not know why it would not work with Bitcoin core
Research Links
Book: The World We Have Lost – Laslett Peter
Heard about from Andrew Joyce
Research Links
Bitcoin CryptoCurrency Table of Contents TOC
Bitcoin CryptoCurrency Table of Contents TOC
- —– Table of Contents —–
- Private: Bitcoin CryptoCurrency Table of Contents TOC
- Chapter List Search: fzHKZuICbvI9x1NdfKx3
- —– Theory ——
- History of Online Money and Cryptocurrency Before Bitcoin
- Satoshi Nakamoto’s paper on Bitcoin
- What is BitCoin Mining?
- Bitcoin Mining Pools
- Why Bitcoin mining ASICs will not crack your password
- How to Set Up Your Own Bitcoin Mining Pool
- BitCoin Mining Economics Estimation
- SpreadSheet Learning: Mining Bitcoin with Excel or Open Office Calc
- SHA 256 Secure Hashing Algorithm
- BitMain ASIC Miners – What other coins will they work with?
- Top 6 Cryptocurrencies With the Best Technology
- OverView of Bitcoin System in Series of Videos
- Bitcoin Mining Code – Github
- —– BitCoin Usage —–
- How to Cancel Unconfirmed Bitcoin Transactions
- Copy BTC Bitcoin Blockchain Using an External Hard Drive and Transfer to Another Computer
- —–Hardware Purchase —–
- Buying BitCoin Mining Hardware Directly from BitMain
- Remittance Bank Payment Wires to Bitmain Blocked? A Discussion with MrX
- Mining Hardware Companies
- —–Bitcoin Hardware—–
- BitFury BitCoin Mining Container and IC
- Tracking the Progress and Practicality of Introduction of Semiconductor Products
- Custom BitCoin Mining Hardware
- Server Power Supply Suitable for Powering Bitcoin Miner Antminer S7 S9
- —–Bitcoin Software —–
- Bitcoin Mining Software
- BitCoin Core Software
- BitCoin Core Wallet – Dumping Your Private Keys
- Bitcoin and Other Crypto Wallet Notes
- Private: Installing Bitcoin Core on Ubuntu Linux
- Private: Bitcoin Core Full Node Running with Fiber Optic Router with No Port Forwarding Menu
- Bitcoin Core I/O Error Stopping Out the Blockchain Download
- BitCoin Installation on Linux
- —– BitCoin Miner Software Setup —–
- BitCoin.com Mining Pool User Naming Format
- Setting up a BitMain AntMiner S3 for Mining
- —– Other Related CryptoCurrency Topics encountered —–
- Private: Claiming BCH Bitcoin Cash Blockchain Equivalent for BTC Owned Before the Fork
- Advertising Industry Dedicated CryptoCurrency
End TOC
Bitcoin Core I/O Error Stopping Out the Blockchain Download
Bitcoin Core is popping errors
Research Links
- GAI: bitcoin-core IO error how to fix
- StackEx: When should I use -reindex-chainstate and when -reindex
- windows bitcoin core where is blockchain stored? — C:\Users\YourUserName\AppData\Roaming\Bitcoin
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
The Machiavellians – Defenders of Freedom – by James Burnham 1943
Started off as a Trotskyite. Then went over to Bill Buckley's side. Sounds a lot of Irving Kristol
Research Links
Disable Windows Updates in Windows 10 and Prevent Automatic Restarts
Turn off Microsoft pestering. I used regedit.
Windows is fairly annoying these days.
Notes
- I used the registry method – the others were outdated IIRC
Research Links – Disable Automatic Updates
- GAI: windows 10 how to turn off automatic updates regedit
- 4 Ways to Easily Disable Windows Updates in Windows 10
Registry Editor: Did this 4-17-2025 – Still got blue popup prompting to restart or OK
- Registry Editor: In HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
- create/set NoAutoRebootWithLoggedOnUsers to 1
Registry Editor: Did this 4-18-2025
-
Open regedit, navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU -
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.




