all they are are three word doc files,
Why do you think they are Word Doc files?
If these are wallet.dat files from Bitcoin-Qt, then they are NOT Word Doc files, and you can NOT open them with Word.
If these are wallet.dat files from Bitcoin-Qt, then they ARE Bitcoin-Qt wallet files and they would have binary Bitcoin-Qt wallet data in them.
They would need to be opened with Bitcoin-Qt or Bitcoin Core.
but which are DAT files
If these are wallet.dat files, then they can't be opened with Word. You need to open them with Bitcoin.
i cant read what is on each, because i dont know which encoding to select, either windows (default), ms-dos, or other
The encoding is probably Bitcoin wallet encoding. They would then need to be opened with Bitcoin Core or Bitcoin-Qt.
im guessing they are my private keys, in DAT format, but i would need to select a correct encoding before i can obtain the actual key/s
I'm guessing they are Bitcoin Core wallet files in Bitcoin Core wallet.dat format. You will need to open them with Bitcoin Core to obtain the actual keys.
i do have the old computer with its hard drive, im no longer using it
it was going to be thrown out but i thought twice, so i still have it in the garage
I would check the files you have first. Then, if you don't find the necessary keys there, you can check the old computer next.
Unfortunately you did whatever you did a long time ago, so your memory of the exact steps you took is a bit unreliable (especially since you don't have the technical knowledge to fully understand what you did.
There are a few possibilities here that seem likely:
- 1. The address where the bitcoins are now is a "change address" from your wallet. The wallet.dat file associated with that address is still in your possession somewhere. (If you can find the correct file, you can recover access to the bitcoins.)
- 2. The address where the bitcoins are now is a "change address" from your wallet. The wallet.dat file associated with that address is no longer in your possession somewhere. (If you can not find the correct file, you will never recover access to the bitcoins.)
- 3. The address where the bitcoins are now was somewhere you intended to send the bitcoins. They are still wherever you sent them. (Online wallet of some sort? Paper wallet? Account somewhere? Merchant? etc).
- 4. Your computer had some malware on it in the past, and the bitcoins were sent somewhere that you did NOT intend to send them. (In that case, the bitcoins are lost permanently).
My guess is that you are looking at either possibility 1 or 2.
i also have my original core-qt wallet on a laptop, i looked at it a short time ago and its a 211 week wait to sync to the blockchain
it has a folder with it, containing two files, one says "block" the other "chainstate"
when i look through "block" i can actually see files with the transaction date and time of when i tried to send these coins in 2016
there is a wallet.dat file, but, again, its not in a form i can read (may need to be encoded)
The synchronization is not necessary if you just want to check to see if you have access to the proper private key in that wallet.
Under the Help menu, choose Debug Window.
In the Debug Window, choose Console.
In the Console, type the following:
validateaddress bitcoinAddressWithTheBitcoinsHere
Replacing bitcoinAddressWithTheBitcoinsHere with the actual bitcoin address where your "unspent" bitcoins are currently located.
If you see the following in the response:
Then that wallet.dat file has the private key associated with the address.
If you see the following:
Then you have the wrong wallet.dat file, and you'll need to check some of the others.