Bitcoin Client Software and Version Number: Bitcoin Core version v0.21.0 (release build)
Operating System: Live CD: Ubuntu 14.04.3 LTS, x86_64-little_endian-lp64
System Hardware Specs: Intel Core i5-2520M 2.5GHz
8G ram
no internal storage
external ssd 500GB (with bitcoin data files)
external flash drive 8GB (with wallet.dat file)
Description of Problem:I am trying to load a wallet.dat on an offline node using a copy of the blockchain I have on an external, and getting an error on rescan. My goal is to use the offline node with my cold wallet to create a transaction using the blockchain data from the external that I will then bring to an online node to broadcast.
I start bitcoin-qt with a datadir and walletdir set, and also the --rescan flag. Rescanning took ~4hours (tried twice with same result), then I get an error and it exits.
Log Files from the Bitcoin Client:https://dpaste.org/pNpvError from the log:
2021-04-01T13:25:45Z [default wallet] Still rescanning. At block 675765. Progress=0.995148
2021-04-01T13:26:15Z [default wallet] AddToWallet <snip my tx id - it's the right txid for my coins>
2021-04-01T13:26:45Z [default wallet] Still rescanning. At block 676606. Progress=0.997801
2021-04-01T13:27:25Z [default wallet] Rescan completed in 15039816ms
2021-04-01T13:27:25Z Error: Failed to rescan the wallet during initialization
2021-04-01T13:28:20Z Shutdown: In progress...
Any ideas?