Pages:
Author

Topic: Unconfirmed Stuck Transaction QT/Core / Network Synch Issue (Read 464 times)

brand new
Activity: 0
Merit: 0
Wall Street BTC prize voting

Get rewards of up to US$100 and give away an advanced market data analysis exchange group worth US$8,000

You can chat privately, I teach you to participate

https://survey.fishtoken.io/?s=yeptoken
legendary
Activity: 3276
Merit: 16448
Thick-Skinned Gang Leader and Golden Feather 2021
I checked out https://electrum.org/#home .  They mention “Electrum is fast, because it uses servers that index the Bitcoin blockchain.”  So, am I correct that I would not need to resync?
Electrum takes only a few seconds to sync (it only needs data on your own addresses).

Quote
Where do I find my private keys?  Are they somewhere in the “wallet.dat” file?
Your wallet.dat holds all private keys. It's as easy as unlocking the wallet in Bitcoin Core's console using walletpassphrase, and using dumpprivkey to get the private key to your address(es).

Quote
My QT btw is a very old V 0.8.6.0-g03a7d67-beta designed apparently to just be experimental.

Quote
I don’t really have 500GB of free space to play with, so would need to address that.
The prune option is what you're looking for.

Quote
Does anybody have any other Electrum info that I need to know?
Yes: don't use a fake website! People have lost their funds that way.
legendary
Activity: 2954
Merit: 4158
(Bitcoin QT, technically)  I’m actually thinking now that this is the way to go for me.
I checked out https://electrum.org/#home .  They mention “Electrum is fast, because it uses servers that index the Bitcoin blockchain.”  So, am I correct that I would not need to resync?  I probably should have done this in the first place.  
You don't. It will send the addresses to the server and the downside being you're exposing your privacy to whichever server you're using. The process can be slightly complicated as well.
Where do I find my private keys?  Are they somewhere in the “wallet.dat” file?
You can dump your private keys in its entirety. Install the latest Bitcoin Core and go to Help>Console and type in :
Code:
dumpwallet D:/wallet
Replace D:/ with the directory you want. The output will be a file named wallet with all of the private keys in it, you can open it with a text editor. Since you're downloading Bitcoin Core anyways, just synchronize it fully and transfer your funds elsewhere.

No I don’t want to blame him for the terminology.  His proposal was to set up a Linux component on my PC and install the Linux version of Core then copy over the blockchain and the rest of the wallet info and run it that way.  I have decided that this solution is too elaborate to be appealing.  Also, I don’t really have 500GB of free space to play with, so would need to address that.  Also not sure if I could have just copied the blockchain or would have had to resync?  I am not interested in doing that again.    
If you are not familiar with Linux or running a dual boot, I really recommend you to not do so. It'll probably end up complicating things more than it needs to be. You can prune the blockchain as well, if size is of any concern.

In weighing my options I feel that installing and importing my keys to Electrum is less out there than the above.  
My helper recommended not installing an unsigned .exe which is not something I was thinking about originally but I definitely see his point.  I’m assuming the Electrum .exe is signed?
There is next to no point. The unsigned binary is as safe if you can use certutil to check the SHA256 sum of the file, and if it matches with the signed PGP message (which you can verify), then it would be safe. Electrum's binaries are signed but it doesn't mean that it is safe, you still have to validate it using PGP. I'm hoping your helper knows what he is doing.

We’re nearing the end of this if the whole Electrum thing goes smoothly.  Does anybody have any other Electrum info that I need to know?  
Remember to validate your installation: https://bitcointalksearch.org/topic/guide-how-to-safely-download-and-verify-electrum-guide-5240594
newbie
Activity: 17
Merit: 5

Quote
Considering your wallet was 4 years behind: wouldn't you be better off moving your funds to Electrum and getting rid of Bitcoin Core entirely?
(Bitcoin QT, technically)  I’m actually thinking now that this is the way to go for me.
I checked out https://electrum.org/#home .  They mention “Electrum is fast, because it uses servers that index the Bitcoin blockchain.”  So, am I correct that I would not need to resync?  I probably should have done this in the first place. 

Quote
You can import your private keys / seed into a better wallet and try again.
Quote
You can export private keys from the Bitcoin core [QT} and then sweep or import the private key to Electrum.
Where do I find my private keys?  Are they somewhere in the “wallet.dat” file?
Quote
My QT btw is a very old V 0.8.6.0-g03a7d67-beta designed apparently to just be experimental.

Quote
If the reliable person literally called it "virtual Linux Core wallet", that's not very promising.
No I don’t want to blame him for the terminology.  His proposal was to set up a Linux component on my PC and install the Linux version of Core then copy over the blockchain and the rest of the wallet info and run it that way.  I have decided that this solution is too elaborate to be appealing.  Also, I don’t really have 500GB of free space to play with, so would need to address that.  Also not sure if I could have just copied the blockchain or would have had to resync?  I am not interested in doing that again.   
HCP wrote
Quote
... longer time to sync the blockchain due to the overheads of running the VM and it not having full access to the processer/IO of the machine it is running on.

In weighing my options I feel that installing and importing my keys to Electrum is less out there than the above. 
My helper recommended not installing an unsigned .exe which is not something I was thinking about originally but I definitely see his point.  I’m assuming the Electrum .exe is signed?

Quote
and you can still verify the unsigned version released by the Bitcoin Core team by checking the SHA256 checksum of the unsigned .exe, comparing it to the one listed in the sha256sums.asc file and verifying the digital signature of that .asc file using the release keys.
This is over my head but have sent this to the person helping me for comments.

Quote
But since you're stuck at this for 3.5 months already, I get the desperation.  Your problem sounds like something that could have been resolved much quicker.
We’re nearing the end of this if the whole Electrum thing goes smoothly.  Does anybody have any other Electrum info that I need to know? 

Thanks again, everyone. 

legendary
Activity: 3276
Merit: 16448
Thick-Skinned Gang Leader and Golden Feather 2021
I’m actually paying someone reliable now to help me with this.
Be very careful here: are you sure you can trust this person? Your problem seems quite basic and doesn't look like something you need to pay someone for.
But since you're stuck at this for 3.5 months already, I get the desperation Wink Your problem sounds like something that could have been resolved much quicker.

Considering your wallet was 4 years behind: wouldn't you be better off moving your funds to Electrum and getting rid of Bitcoin Core entirely?

Note that going with a "virtual Linux Core wallet" (I assume they mean using a Virtual Machine running Linux),
If the reliable person literally called it "virtual Linux Core wallet", that's not very promising.
HCP
legendary
Activity: 2086
Merit: 4314
The simple solution is:

- Install the latest version of Bitcoin Core
- Let it fully sync
- Make a copy of your old wallet.dat and put it in the Bitcoin Core data directory
- Open the copy of the old wallet.dat in Bitcoin Core and let it rescan

After doing that, you should be able to see the full history of the wallet.dat and the current and correct wallet balance. You should then be able to send transactions as "normal".


Note that going with a "virtual Linux Core wallet" (I assume they mean using a Virtual Machine running Linux), will likely result in a longer time to sync the blockchain due to the overheads of running the VM and it not having full access to the processer/IO of the machine it is running on.

If your main OS is Windows, you'd be better off simply making some backup copies of your wallet.dat and installing the latest Windows version of Bitcoin Core and running it natively.




I'm not sure why you're so hung up on needing a "signed" Windows version of Bitcoin Core? All it does is stop Windows UAC from complaining that you are running unsigned code... and can be worked around. It is functionally identical to the "unsigned" version... and you can still verify the unsigned version released by the Bitcoin Core team by checking the SHA256 checksum of the unsigned .exe, comparing it to the one listed in the sha256sums.asc file and verifying the digital signature of that .asc file using the release keys.

Which you should be doing for "signed" versions of the .exe as well! Wink
newbie
Activity: 17
Merit: 5

I’m actually paying someone reliable now to help me with this.  He is proposing we set up a virtual Linux Core wallet.  I am okay with this but I can’t just make a transaction by sending payment from one wallet to the next.  Payment could and has disappeared in the QT wallet and not been recovered, so it will probably be needed to import or copy my wallet info and blockchain to the new wallet. 
One other question before I do this, though.  Is a signed Windows version of Core forthcoming?  I am willing to wait a little while, but if not then I will go with the Linux.   

Quote
If you didn't update, what version are you actually running?

My QT btw is a very old V 0.8.6.0-g03a7d67-beta designed apparently to just be experimental. 
HCP
legendary
Activity: 2086
Merit: 4314
An associate of mine pointed out that the Core installation file is unsigned.  (bitcoin-0.21.1-win64-setup-unsigned)  Apparently this is very easy to do.  I’m wondering if there is a reason for this?   
The Core team had the certificate they used to sign the Windows Binaries revoked because of an issue with the Certificate Authority: https://github.com/bitcoin-core/gui/issues/252#issuecomment-802591628

So, the choices are:

1. Let users try and run the "signed" installer and get scary Windows warnings unless you run it as an admin
or
2. Tell users to run the "unsigned" installer.

Note that this issue is only affecting "Windows Code Signing"... versions on other OSes are unaffected... and you can still check the SHA256 hashes and verify them with GPG signed checksum file: https://bitcoincore.org/bin/bitcoin-core-0.21.1/SHA256SUMS.asc (which you should be doing regardless of whether or not the Windows code signing is being used)
newbie
Activity: 17
Merit: 5
An associate of mine pointed out that the Core installation file is unsigned.  (bitcoin-0.21.1-win64-setup-unsigned)  Apparently this is very easy to do.  I’m wondering if there is a reason for this?   
staff
Activity: 3360
Merit: 6505
Just writing some code
I am having the same issue with the 0.21 installer... the solution is:
You can just download the non-codesigned installer. Download bitcoin-0.21.0-win64-setup-unsigned.exe from https://bitcoincore.org/bin/bitcoin-core-0.21.0/. You just need to click through a few warnings to install it. A new SHA256SUMS.asc file was uploaded to the same folder which covers the non-codesigned installer too.

The warnings to click through are shown in the third section of this post: https://github.com/bitcoin-core/gui/issues/252#issuecomment-807400048
HCP
legendary
Activity: 2086
Merit: 4314

I made two backups of my wallet. 
Then I downloaded "bitcoin-0.21.0-win64-setup" from https://bitcoin.org/en/download
I have never had this happen before, but my PC will not let me run it.
I get the error message "An administrator has blocked you from running this app.  For more information contact the administrator."
I am the only one who uses this PC and am the administrator.  I tried running it as administrator but that get the same message. 
I found a Windows security setting called Developer Mode to install apps from any source that I enabled then restarted but get the same message. 
Note that it's nothing to do with Antivirus or anything like that... unfortunately, the Bitcoin Core devs ran into an issue where their code signing key was accidentally revoked... so the cert that the Windows installer is signed with is "Expired" and so Windows now blocks it by mistake Sad

I am having the same issue with the 0.21 installer... the solution is:

1. Press Win+X
2. Select "WIndows Powershell (Admin)"


3. Navigate to the folder where the 0.21 installer .exe is located using the "cd" command. For instance, I downloaded it to C:\Downloads, so I use:
Code:
cd \downloads


I can check the name of the file using the dir command and it displays a list of the files/folders


4. Run the 0.21 installer .exe by entering the name of the installer and pressing enter:


TIP: if you start typing the first few letters of the filename and press TAB, it will autocomplete the name

The installer should then start up:




Refer: https://www.reddit.com/r/Bitcoin/comments/m7rc5b/how_to_fix_bitcoin_cores_installation_error_this/gsy99q8/

Unfortunately... "Run As Administrator" doesn't work in this situation... but running from an elevated cmd/powershell window does??!? Huh Roll Eyes
newbie
Activity: 17
Merit: 5

I made two backups of my wallet.  
Then I downloaded "bitcoin-0.21.0-win64-setup" from https://bitcoin.org/en/download
I have never had this happen before, but my PC will not let me run it.
I get the error message "An administrator has blocked you from running this app.  For more information contact the administrator."
I am the only one who uses this PC and am the administrator.  I tried running it as administrator but get the same message.  
I found a Windows security setting called Developer Mode to install apps from any source that I enabled then restarted but get the same message.  
Any ideas how to get around this?
I am running Windows 10 Home 64-bit.    
HCP
legendary
Activity: 2086
Merit: 4314
The most important consideration when making the backtup is to make sure that either:

a. You shutdown Bitcoin Core before attempting to make a backup copy of the wallet.dat file
or
b. You use the "Backup wallet" option within Bitcoin Core to make a backup copy of the wallet.dat file


If you make a copy while Bitcoin Core is busy writing data to the file, your backup copy might be corrupt and/or missing data... which could be catastrophic if you ever need to recover using the backup!

By shutting down Bitcoin Core (or using the wallet backup option within the app), you can be sure that the wallet.dat file will not be in use when you make the backup copy.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
Okay I am going to do all of this on Friday.
I will make two backups of my wallet.
Is there anything I need to know about when backing up a wallet?
And does it mater where I save it?   I’m thinking I should just use wherever the default location is.  
I will let everyone know how all of this works out.  

There's nothing fancy to it, just go to your file manager and locate the wallet.dat file and copy it to some other folder. Exactly where does not matter, but you must remember where you placed it, so somewhere like your Documents folder or perhaps on a USB stick as LoyceV mentioned is suitable.
legendary
Activity: 3276
Merit: 16448
Thick-Skinned Gang Leader and Golden Feather 2021
Is it typically a large file size?
No. Give or take a few MB.
newbie
Activity: 17
Merit: 5
Quote
A (safe) backup is a backup on a device that's no longer connected to the same computer (for instance a few different USB-sticks).

Okay, I see.  Is it typically a large file size?
legendary
Activity: 3276
Merit: 16448
Thick-Skinned Gang Leader and Golden Feather 2021
I will make two backups of my wallet.
~
And does it mater where I save it?   I’m thinking I should just use wherever the default location is.
A (safe) backup is a backup on a device that's no longer connected to the same computer (for instance a few different USB-sticks).
newbie
Activity: 17
Merit: 5

Okay I am going to do all of this on Friday.
I will make two backups of my wallet.
Is there anything I need to know about when backing up a wallet?
And does it mater where I save it?   I’m thinking I should just use wherever the default location is. 
I will let everyone know how all of this works out.   
HCP
legendary
Activity: 2086
Merit: 4314
But then I made another transaction while fully synced on March 26 and it did not go through.
As of now those funds still did not come back into my wallet.     
Given you're using an "older" version of Bitcoin QT/Core... it's possible that you would need to do the old "abandontransaction" + rescan method to get the funds to show... otherwise, the unconfirmed transaction is likely to just remain in your wallet forever, even though it has effectively disappeared from the rest of the network.


I’m guessing the advice on this forum will be the same – I should upgrade my wallet.
Correct. Tongue


I have decided to go with Core but just have a couple of questions. 
I will firstly back up my QT wallet, but I am wondering – in Core somewhere will there be a simple option to load a wallet or is the process more elaborate?
Also, I’m doubting that I will need to recync since on my hard drive I have blockchain data (AppData\Roaming\Bitcoin) so I can point the Core data directory to that folder if it isn’t in the first place?  Is there anything else I need to know about this?      
As ranochigo and LoyceV have both mentioned... the upgrade process should be relatively easy... Bitcoin "Core" is essentially just the new name for what you know as Bitcoin QT... the .exe is still actually called "bitcoin-qt.exe" Wink

So, the newer version will simply use the existing data directory with the blocks and wallet.dat etc. It should be as simple as downloading and installing the new version and starting it up and it should just work.


Again, just make sure to make a backup (or two) of your wallet.dat and you'll be fine.
legendary
Activity: 3276
Merit: 16448
Thick-Skinned Gang Leader and Golden Feather 2021
I have decided to go with Core but just have a couple of questions.
Bitcoin-qt was rebranded as Bitcoin Core, if you had any doubts.
Just to be sure: make another backup of your wallet.dat before upgrading.
Pages:
Jump to: