Pages:
Author

Topic: Btc transaction not verified after 3 days - page 2. (Read 3376 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
November 14, 2015, 10:24:48 AM
#24
It has been a week since the transaction was made and it has still not verified.
I am willing to send 0,1 btc to anyone who can help me fix this issue.

So far I have done:
-I had my wallet open all the time
-I tried re-installing the blocks
-I tried to use zapwallettxes to delete the unconfirmed transaction. This didn't change anything.
-I tried sending the raw transaction through the console, which did not work (TX rejected (code -22))
Try this, it might be a little risky though.

First backup your wallet to a safe location. Then download pywallet from https://github.com/jackjack-jj/pywallet. Install everything that it tells you to install on the README. Then open up a command prompt and go to the folder which contains pywallet.py. Type into the command prompt
Code:
python pywallet.py --web
Then in your browser go to http://localhost:8989/ Click on the delete tab. In the box labeled "Keys" type
Code:
all
Click the radio button under type which is Transactions. Then click Delete. It should say something like
Code:
tx:all has been successfully deleted from wallet.dat, resulting in x deleted item
if it works.
Then start up Bitcoin core like you did earlier from the command prompt with zapwallettxes but instead of having the option -zapwallettxes, make it the option -rescan.

This should remove all of the transactions from your wallet and then it should rescan the blockchain for the transactions. This should only get all of the confirmed transactions so you should be able to spend your coins normally again.
newbie
Activity: 24
Merit: 0
November 14, 2015, 09:37:27 AM
#23
It has been a week since the transaction was made and it has still not verified.
I am willing to send 0,1 btc to anyone who can help me fix this issue.

So far I have done:
-I had my wallet open all the time
-I tried re-installing the blocks
-I tried to use zapwallettxes to delete the unconfirmed transaction. This didn't change anything.
-I tried sending the raw transaction through the console, which did not work (TX rejected (code -22))
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
November 13, 2015, 09:10:42 AM
#22
I tried zapwallettxes but nothing changed. Is there anything else I can do?
Was the transaction in question removed from your wallet? It should have been removed since it is still unconfirmed.

Have you tried sending another transaction after you did zapwallettxes?
After doing zapwallettxes, the transaction still shows in my wallet. Nothing changed.
I tried to do a smaller transaction just a few minutes ago and it was succesfully confirmed.

You are not the first that reports -zapwallettxes not working. Not sure what the issues is though. I had a few stuck TX myself and it worked every time.
newbie
Activity: 24
Merit: 0
November 12, 2015, 09:40:36 PM
#21
I tried zapwallettxes but nothing changed. Is there anything else I can do?
Was the transaction in question removed from your wallet? It should have been removed since it is still unconfirmed.

Have you tried sending another transaction after you did zapwallettxes?
After doing zapwallettxes, the transaction still shows in my wallet. Nothing changed.
I tried to do a smaller transaction just a few minutes ago and it was succesfully confirmed.
staff
Activity: 3458
Merit: 6793
Just writing some code
November 12, 2015, 09:38:17 PM
#20
I tried zapwallettxes but nothing changed. Is there anything else I can do?
Was the transaction in question removed from your wallet? It should have been removed since it is still unconfirmed.

Have you tried sending another transaction after you did zapwallettxes?
newbie
Activity: 24
Merit: 0
November 12, 2015, 09:34:39 PM
#19
Can you tell us the transaction ID involved?
c3f20d280175dddfe7e682791698717990645092bb58924928c24698a2aeb51c-000

Maybe rebroadcast the transaction?
How would I do that?
You have to do what shorena said, but it doesn't work for you because of an error

Error code -22 means that there was an error in validating the transaction. Please post the output of your getrawtransaction command so that other people can try broadcasting for you as well. You can also try broadcasting it on various pushtx interfaces like https://blockchain.info/pushtx
The raw transaction is here:
010000000375543fbecc1e69cb6dfb38c8c1a7847088a125bcced7a91c1cf335c887d6ba2d00000 0006a4730440220219fe21d2d947ef6fc7802406269b47e7d62b6bc069cc4bd43651d97ec36e149 02207f25b17cb1b1bf21f457c07d9f68da84abe28a5a4ae111d8fb523ef4c148f859012102cdf6c b06664b647bc8935bdf4b052e10ad6b758ac2888d5db6053ad8ba05e68cffffffff132e3f3dcda1 bee514097eace3fd89d66a0e6fd75ec7086fab573d5f2382e327010000006c493046022100b67e8 4f2d24cc69e5a5ff755ba6d06525f3c9e4b260446827acfd9a74ca77d7e022100dbc74f91093fed d55a3cb00062134326be655430c448efc9afb30a813abb5493012103e51858147fd99c7a53cbcbb 61dc7f28bd80c841be346230f85e27829611e7d8dffffffff04bc32c5b42857af03af6c81d26465 ccef379a45e678f9c34bd8d492e512565a010000006b48304502200b8a06c99345ee30a476ee369 a2a8762765e9d5abc4daef35649c884671d2988022100aa42882c36a0cfe62272fb3f3715c986ea da7344b309267e6f8471f2ac0e41cc0121039fc050d66cea72b6f8c882df05f7b51afdab9b1817f cf8b74f74ce703a0ad749ffffffff0280f8a932000000001976a9144fbe0d312290f5fcdbb78864 52808074dcec230e88ac343a9001000000001976a91468307edb518c000a17b013e9736f969a1c1 a945c88ac00000000
The problem is that the input transactions that transaction references don't exist. Those transactions referenced by this one were malleated, they had High S signatures and someone malleated their transaction to use Low S signatures. The original transactions with the High S were then discarded by most of the network so those remained unconfirmed while the other malleated transaction was the one that was confirmed. You will need to create a new transaction that uses the inputs that were confirmed. Try using zapwallettxes then sending the transaction again.
I tried zapwallettxes but nothing changed. Is there anything else I can do?
staff
Activity: 3458
Merit: 6793
Just writing some code
November 12, 2015, 09:30:20 PM
#18
Can you tell us the transaction ID involved?
c3f20d280175dddfe7e682791698717990645092bb58924928c24698a2aeb51c-000

Maybe rebroadcast the transaction?
How would I do that?
You have to do what shorena said, but it doesn't work for you because of an error

Error code -22 means that there was an error in validating the transaction. Please post the output of your getrawtransaction command so that other people can try broadcasting for you as well. You can also try broadcasting it on various pushtx interfaces like https://blockchain.info/pushtx
The raw transaction is here:
010000000375543fbecc1e69cb6dfb38c8c1a7847088a125bcced7a91c1cf335c887d6ba2d00000 0006a4730440220219fe21d2d947ef6fc7802406269b47e7d62b6bc069cc4bd43651d97ec36e149 02207f25b17cb1b1bf21f457c07d9f68da84abe28a5a4ae111d8fb523ef4c148f859012102cdf6c b06664b647bc8935bdf4b052e10ad6b758ac2888d5db6053ad8ba05e68cffffffff132e3f3dcda1 bee514097eace3fd89d66a0e6fd75ec7086fab573d5f2382e327010000006c493046022100b67e8 4f2d24cc69e5a5ff755ba6d06525f3c9e4b260446827acfd9a74ca77d7e022100dbc74f91093fed d55a3cb00062134326be655430c448efc9afb30a813abb5493012103e51858147fd99c7a53cbcbb 61dc7f28bd80c841be346230f85e27829611e7d8dffffffff04bc32c5b42857af03af6c81d26465 ccef379a45e678f9c34bd8d492e512565a010000006b48304502200b8a06c99345ee30a476ee369 a2a8762765e9d5abc4daef35649c884671d2988022100aa42882c36a0cfe62272fb3f3715c986ea da7344b309267e6f8471f2ac0e41cc0121039fc050d66cea72b6f8c882df05f7b51afdab9b1817f cf8b74f74ce703a0ad749ffffffff0280f8a932000000001976a9144fbe0d312290f5fcdbb78864 52808074dcec230e88ac343a9001000000001976a91468307edb518c000a17b013e9736f969a1c1 a945c88ac00000000
The problem is that the input transactions that transaction references don't exist. Those transactions referenced by this one were malleated, they had High S signatures and someone malleated their transaction to use Low S signatures. The original transactions with the High S were then discarded by most of the network so those remained unconfirmed while the other malleated transaction was the one that was confirmed. You will need to create a new transaction that uses the inputs that were confirmed. Try using zapwallettxes then sending the transaction again.
newbie
Activity: 24
Merit: 0
November 12, 2015, 09:20:27 PM
#17
Can you tell us the transaction ID involved?
c3f20d280175dddfe7e682791698717990645092bb58924928c24698a2aeb51c-000

Maybe rebroadcast the transaction?
How would I do that?
You have to do what shorena said, but it doesn't work for you because of an error

Error code -22 means that there was an error in validating the transaction. Please post the output of your getrawtransaction command so that other people can try broadcasting for you as well. You can also try broadcasting it on various pushtx interfaces like https://blockchain.info/pushtx
The raw transaction is here:
010000000375543fbecc1e69cb6dfb38c8c1a7847088a125bcced7a91c1cf335c887d6ba2d00000 0006a4730440220219fe21d2d947ef6fc7802406269b47e7d62b6bc069cc4bd43651d97ec36e149 02207f25b17cb1b1bf21f457c07d9f68da84abe28a5a4ae111d8fb523ef4c148f859012102cdf6c b06664b647bc8935bdf4b052e10ad6b758ac2888d5db6053ad8ba05e68cffffffff132e3f3dcda1 bee514097eace3fd89d66a0e6fd75ec7086fab573d5f2382e327010000006c493046022100b67e8 4f2d24cc69e5a5ff755ba6d06525f3c9e4b260446827acfd9a74ca77d7e022100dbc74f91093fed d55a3cb00062134326be655430c448efc9afb30a813abb5493012103e51858147fd99c7a53cbcbb 61dc7f28bd80c841be346230f85e27829611e7d8dffffffff04bc32c5b42857af03af6c81d26465 ccef379a45e678f9c34bd8d492e512565a010000006b48304502200b8a06c99345ee30a476ee369 a2a8762765e9d5abc4daef35649c884671d2988022100aa42882c36a0cfe62272fb3f3715c986ea da7344b309267e6f8471f2ac0e41cc0121039fc050d66cea72b6f8c882df05f7b51afdab9b1817f cf8b74f74ce703a0ad749ffffffff0280f8a932000000001976a9144fbe0d312290f5fcdbb78864 52808074dcec230e88ac343a9001000000001976a91468307edb518c000a17b013e9736f969a1c1 a945c88ac00000000
sr. member
Activity: 361
Merit: 250
November 12, 2015, 09:07:19 PM
#16
Weird because you've paid the full recommended miners fees..... Most of these cases are from people trying to save that 2 cents and ends up waiting ages for their bitcoins to arrive.
staff
Activity: 3458
Merit: 6793
Just writing some code
November 12, 2015, 09:02:34 PM
#15
Can you tell us the transaction ID involved?
c3f20d280175dddfe7e682791698717990645092bb58924928c24698a2aeb51c-000

Maybe rebroadcast the transaction?
How would I do that?
You have to do what shorena said, but it doesn't work for you because of an error

Error code -22 means that there was an error in validating the transaction. Please post the output of your getrawtransaction command so that other people can try broadcasting for you as well. You can also try broadcasting it on various pushtx interfaces like https://blockchain.info/pushtx
newbie
Activity: 24
Merit: 0
November 12, 2015, 08:57:23 PM
#14
Can you tell us the transaction ID involved?
c3f20d280175dddfe7e682791698717990645092bb58924928c24698a2aeb51c-000

Maybe rebroadcast the transaction?
How would I do that?
sr. member
Activity: 361
Merit: 250
November 12, 2015, 08:54:11 PM
#13
Can you tell us the transaction ID involved?
c3f20d280175dddfe7e682791698717990645092bb58924928c24698a2aeb51c-000

Hmm very weird. Let's hang around and see what happens. Maybe rebroadcast the transaction?
staff
Activity: 3458
Merit: 6793
Just writing some code
November 12, 2015, 08:05:46 PM
#12
Sorry for the late reply, it took a couple days when I attempted to reinstall the blocks to my wallet, which did not help and my payment still hasn't been confirmed.
I just tested resending the transaction as you suggested but when I enter the "sendrawtransaction", it returns "TX rejected (code -22)".

Also opening the wallet with zapwallettxes did not change anything.
Can you post the output of getrawtransaction?
newbie
Activity: 24
Merit: 0
November 12, 2015, 07:48:05 PM
#11
Can you tell us the transaction ID involved?
c3f20d280175dddfe7e682791698717990645092bb58924928c24698a2aeb51c-000
sr. member
Activity: 361
Merit: 250
November 12, 2015, 07:41:46 PM
#10
Can you tell us the transaction ID involved?
newbie
Activity: 24
Merit: 0
November 12, 2015, 07:39:15 PM
#9
Have you checked to see if the transaction went through?

https://blockchain.info/

Smiley
"Sorry we could not find any blocks or transactions matching this hash".
However I can still see the transaction on my wallet and the Bitcoins were removed from my wallet.

Which wallet software / service do you use? Its possible that the transaction was not properly send to the network or is forgotten by now.
I'm using the wallet from Bitcoin.org

Bitcoin core? They link many popular wallets -> https://bitcoin.org/en/choose-your-wallet

Assuming its core you can resend the transaction as is via the console (Help -> Debug Window -> console) or remove it from your wallet (see below)

First you need the transaction in its raw form. Which you can get by just asking the wallet with:
getrawtransaction TX-ID-here

It will return a long string to rebroadcast the TX write:
sendrawtransaction long-string-here

it should confirm with the TX-ID from step one.

To remove the unconfirmed TX from your wallet and create a new one via the GUI as usual:

#1 close bitcoin core
#2 start it with -zapwallettxes, e.g. for windows you open run (Win + R) and enter the following before you confirm with ok.
Code:
c:\Program Files\Bitcoin\bitcoin-qt.exe -zapwallettxes


Try using multisignature copay wallet

If your car is broken, using a bike will not fix the car
Sorry for the late reply, it took a couple days when I attempted to reinstall the blocks to my wallet, which did not help and my payment still hasn't been confirmed.
I just tested resending the transaction as you suggested but when I enter the "sendrawtransaction", it returns "TX rejected (code -22)".

Also opening the wallet with zapwallettxes did not change anything.
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
November 10, 2015, 07:09:59 PM
#8
Have you checked to see if the transaction went through?

https://blockchain.info/

Smiley
"Sorry we could not find any blocks or transactions matching this hash".
However I can still see the transaction on my wallet and the Bitcoins were removed from my wallet.

Which wallet software / service do you use? Its possible that the transaction was not properly send to the network or is forgotten by now.
I'm using the wallet from Bitcoin.org

Bitcoin core? They link many popular wallets -> https://bitcoin.org/en/choose-your-wallet

Assuming its core you can resend the transaction as is via the console (Help -> Debug Window -> console) or remove it from your wallet (see below)

First you need the transaction in its raw form. Which you can get by just asking the wallet with:
getrawtransaction TX-ID-here

It will return a long string to rebroadcast the TX write:
sendrawtransaction long-string-here

it should confirm with the TX-ID from step one.

To remove the unconfirmed TX from your wallet and create a new one via the GUI as usual:

#1 close bitcoin core
#2 start it with -zapwallettxes, e.g. for windows you open run (Win + R) and enter the following before you confirm with ok.
Code:
c:\Program Files\Bitcoin\bitcoin-qt.exe -zapwallettxes


Try using multisignature copay wallet

If your car is broken, using a bike will not fix the car
newbie
Activity: 56
Merit: 0
November 10, 2015, 07:05:17 PM
#7
Try using multisignature copay wallet
newbie
Activity: 24
Merit: 0
November 10, 2015, 07:03:25 PM
#6
Have you checked to see if the transaction went through?

https://blockchain.info/

Smiley
"Sorry we could not find any blocks or transactions matching this hash".
However I can still see the transaction on my wallet and the Bitcoins were removed from my wallet.

Which wallet software / service do you use? Its possible that the transaction was not properly send to the network or is forgotten by now.
I'm using the wallet from Bitcoin.org
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
November 10, 2015, 07:02:01 PM
#5
Have you checked to see if the transaction went through?

https://blockchain.info/

Smiley
"Sorry we could not find any blocks or transactions matching this hash".
However I can still see the transaction on my wallet and the Bitcoins were removed from my wallet.

Which wallet software / service do you use? Its possible that the transaction was not properly send to the network or is forgotten by now.
Pages:
Jump to: