Pages:
Author

Topic: Btc transaction not verified after 3 days (Read 3376 times)

legendary
Activity: 1610
Merit: 1000
Well hello there!
November 17, 2015, 05:01:33 PM
#44
Glad to see he got his issue resolved.
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
November 17, 2015, 04:32:37 PM
#43
I just checked mails and found a wallet.dat from Joopii in one of them.

Bitcoin core saw 5 conflicted/unconfirmed TX.

zapwallettxes removed all, here is the partial log, will send the full log file with all transactions IDs along with the wallet.dat back to OP.

Code:
2015-11-17 20:01:58 init message: Zapping all transactions from wallet...
2015-11-17 20:01:58 init message: Loading wallet...
2015-11-17 20:01:58 nFileVersion = 110100
2015-11-17 20:01:58 Keys: 0 plaintext, 343 encrypted, 0 w/ metadata, 343 total
2015-11-17 20:01:58  wallet                    0ms
2015-11-17 20:01:58 init message: Rescanning...
2015-11-17 20:01:58 Rescanning last 384058 blocks (from block 0)...
2015-11-17 20:02:58 Still rescanning. At block 179914. Progress=0.014738
2015-11-17 20:03:58 Still rescanning. At block 211533. Progress=0.045585
2015-11-17 20:04:58 Still rescanning. At block 231811. Progress=0.076634
2015-11-17 20:05:58 Still rescanning. At block 254101. Progress=0.106697
2015-11-17 20:06:24 AddToWallet -privacy- new
...
2015-11-09 20:54:19 AddToWallet -privacy- new
2015-11-09 20:54:27  rescan               988727ms
2015-11-09 20:54:27 init message: Activating best chain...
2015-11-09 20:54:29 mapBlockIndex.size() = 382817
2015-11-09 20:54:29 nBestHeight = 382783
2015-11-09 20:54:29 setKeyPool.size() = 100
2015-11-09 20:54:29 mapWallet.size() = 299
2015-11-09 20:54:29 mapAddressBook.size() = 161

I know you promissed a reward, but dont feel you have to. I would have done the same with or without it. If you feel a tip is needed, use the address in my profile.
staff
Activity: 3458
Merit: 6793
Just writing some code
November 16, 2015, 05:41:48 PM
#42
I sent a Bitcoin transaction of 8.5 btc 3 days and 8 hours ago with a fee of 0.0001 btc and it still does not have a single confirmation. I tested sending a few smaller transactions since then and they got confirmed shortly after.
Is it normal to take so long and is there any way to speed up the process?

Go To: blockchain.info/address/"youraddress" (replacing "youraddress" with the address you used to send the transaction or the receiving address)
If the transaction doesn't appear then it may be beneficcial to know where you sent it from (what application or service) and you may want to contact one fo the bitcoin developers which are on this forum and are marked on the forum as a bitcoin developer. The only thing that I can think is because it is a high amount, the network may want to get many confirmatoion first, but it should still show iwth a pendig message next to it. Why not post the transaction ID or the address in the OP too to help people understand your problem?

Please dont do this here.

Sorry! Forgot to read past the OP until I posted!
Do What? Give a recommendation? Or the typos?
Please don't post before reading the rest of the thread. It is highly likely that whatever you are going to say has already been said. So general rule of thumb to avoid spamming this forum is to read the whole thread before answering the question in the OP, and only post if you have something to add, and are not repeating anything.
member
Activity: 63
Merit: 10
November 16, 2015, 05:39:58 PM
#41
I sent a Bitcoin transaction of 8.5 btc 3 days and 8 hours ago with a fee of 0.0001 btc and it still does not have a single confirmation. I tested sending a few smaller transactions since then and they got confirmed shortly after.
Is it normal to take so long and is there any way to speed up the process?

Go To: blockchain.info/address/"youraddress" (replacing "youraddress" with the address you used to send the transaction or the receiving address)
If the transaction doesn't appear then it may be beneficcial to know where you sent it from (what application or service) and you may want to contact one fo the bitcoin developers which are on this forum and are marked on the forum as a bitcoin developer. The only thing that I can think is because it is a high amount, the network may want to get many confirmatoion first, but it should still show iwth a pendig message next to it. Why not post the transaction ID or the address in the OP too to help people understand your problem?

Please dont do this here.

Sorry! Forgot to read past the OP until I posted!
Do What? Give a recommendation? Or the typos?
staff
Activity: 3458
Merit: 6793
Just writing some code
November 16, 2015, 05:32:14 PM
#40
Actually now after reinstalling Python I'm having a different error message:
"WARNING:root:pycrypto or libssl not found, decryption may be slow
'twisted' package is not installed, pywallet web interface can't be launched"
Download the right file you need from here: https://pypi.python.org/pypi/zope.interface/4.1.3#downloads. It should be one of the py2.7 files, either 86 or 64 bit depending on your os. Download the .egg file. Then open the command prompt and type
Code:
easy_install
where is the path to the file wherever you downloaded the file to.

If it says it cannot find easy_install, then find the easy_install.exe file and instead of typing easy_install, type the full path to the exe file.

For example, the file for me is located in C:\Python27\Scripts so I would put
Code:
C:\Python27\Scripts\easy_install.exe

Do the same thing if it says python is not found. It should just be in the python install folder and be named python.exe
legendary
Activity: 1610
Merit: 1000
Well hello there!
November 16, 2015, 04:51:31 PM
#39
No working solution found so far, still giving 0,1 btc to anyone who can find a way to fix this.
Did mine not work? It should have removed the transaction so that you can spend.
When I typed "python pywallet.py --web" in cmd, it returned "'python' is not recognized as an internal or external command, operable program or batch file."
Any idea what I did wrong?
Looks to me like you don't have Python installed on the system your trying to run this fix from.

https://www.python.org/downloads/
Reinstalled Python and it still gives the same error.

Also, does it necessarily have to be Python 2.7 as stated in https://github.com/jackjack-jj/pywallet or can I use the newest version?
Definitely go with the v2.7 as stated in the github docs.

As to why it's giving you the same error I'm not entirely sure.  The error message your giving seems to indicate the OS can't find python on your system.  Do you currently have a path setup to your python directory?
Actually now after reinstalling Python I'm having a different error message:
"WARNING:root:pycrypto or libssl not found, decryption may be slow
'twisted' package is not installed, pywallet web interface can't be launched"
That error message is inidicative of a missing package.  If you refer to the instructions on github you'll see:

Windows:
 1. Install Python 2.7
 2. Install Twisted 11.0.0 for Py2.7, then Zope.Interface (a .egg file) for Py2.7: http://twistedmatrix.com/trac/wiki/Downloads
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
November 16, 2015, 04:23:27 PM
#38
I sent a Bitcoin transaction of 8.5 btc 3 days and 8 hours ago with a fee of 0.0001 btc and it still does not have a single confirmation. I tested sending a few smaller transactions since then and they got confirmed shortly after.
Is it normal to take so long and is there any way to speed up the process?

Go To: blockchain.info/address/"youraddress" (replacing "youraddress" with the address you used to send the transaction or the receiving address)
If the transaction doesn't appear then it may be beneficcial to know where you sent it from (what application or service) and you may want to contact one fo the bitcoin developers which are on this forum and are marked on the forum as a bitcoin developer. The only thing that I can think is because it is a high amount, the network may want to get many confirmatoion first, but it should still show iwth a pendig message next to it. Why not post the transaction ID or the address in the OP too to help people understand your problem?

Please dont do this here.
member
Activity: 63
Merit: 10
November 16, 2015, 04:19:21 PM
#37
I sent a Bitcoin transaction of 8.5 btc 3 days and 8 hours ago with a fee of 0.0001 btc and it still does not have a single confirmation. I tested sending a few smaller transactions since then and they got confirmed shortly after.
Is it normal to take so long and is there any way to speed up the process?

Go To: blockchain.info/address/"youraddress" (replacing "youraddress" with the address you used to send the transaction or the receiving address)
If the transaction doesn't appear then it may be beneficcial to know where you sent it from (what application or service) and you may want to contact one fo the bitcoin developers which are on this forum and are marked on the forum as a bitcoin developer. The only thing that I can think is because it is a high amount, the network may want to get many confirmatoion first, but it should still show iwth a pendig message next to it. Why not post the transaction ID or the address in the OP too to help people understand your problem?
newbie
Activity: 24
Merit: 0
November 16, 2015, 04:13:16 PM
#36
No working solution found so far, still giving 0,1 btc to anyone who can find a way to fix this.
Did mine not work? It should have removed the transaction so that you can spend.
When I typed "python pywallet.py --web" in cmd, it returned "'python' is not recognized as an internal or external command, operable program or batch file."
Any idea what I did wrong?
Looks to me like you don't have Python installed on the system your trying to run this fix from.

https://www.python.org/downloads/
Reinstalled Python and it still gives the same error.

Also, does it necessarily have to be Python 2.7 as stated in https://github.com/jackjack-jj/pywallet or can I use the newest version?
Definitely go with the v2.7 as stated in the github docs.

As to why it's giving you the same error I'm not entirely sure.  The error message your giving seems to indicate the OS can't find python on your system.  Do you currently have a path setup to your python directory?
Actually now after reinstalling Python I'm having a different error message:
"WARNING:root:pycrypto or libssl not found, decryption may be slow
'twisted' package is not installed, pywallet web interface can't be launched"
legendary
Activity: 1610
Merit: 1000
Well hello there!
November 16, 2015, 04:11:17 PM
#35
No working solution found so far, still giving 0,1 btc to anyone who can find a way to fix this.
Did mine not work? It should have removed the transaction so that you can spend.
When I typed "python pywallet.py --web" in cmd, it returned "'python' is not recognized as an internal or external command, operable program or batch file."
Any idea what I did wrong?
Looks to me like you don't have Python installed on the system your trying to run this fix from.

https://www.python.org/downloads/
Reinstalled Python and it still gives the same error.

Also, does it necessarily have to be Python 2.7 as stated in https://github.com/jackjack-jj/pywallet or can I use the newest version?
Definitely go with the v2.7 as stated in the github docs.

As to why it's giving you the same error I'm not entirely sure.  The error message your giving seems to indicate the OS can't find python on your system.  Do you currently have a path setup to your python directory?
newbie
Activity: 24
Merit: 0
November 16, 2015, 04:03:03 PM
#34
No working solution found so far, still giving 0,1 btc to anyone who can find a way to fix this.
Did mine not work? It should have removed the transaction so that you can spend.
When I typed "python pywallet.py --web" in cmd, it returned "'python' is not recognized as an internal or external command, operable program or batch file."
Any idea what I did wrong?
Looks to me like you don't have Python installed on the system your trying to run this fix from.

https://www.python.org/downloads/
Reinstalled Python and it still gives the same error.

My offer still stands, if anyone else wants to try and guide your through it feel free to take their advice.
Might do that if I don't find any other solution.
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
November 16, 2015, 04:00:48 PM
#33
No working solution found so far, still giving 0,1 btc to anyone who can find a way to fix this.
Did mine not work? It should have removed the transaction so that you can spend.
When I typed "python pywallet.py --web" in cmd, it returned "'python' is not recognized as an internal or external command, operable program or batch file."
Any idea what I did wrong?
Looks to me like you don't have Python installed on the system your trying to run this fix from.

https://www.python.org/downloads/
Reinstalled Python and it still gives the same error.

My offer still stands, if anyone else wants to try and guide your through it feel free to take their advice.
newbie
Activity: 24
Merit: 0
November 16, 2015, 03:58:52 PM
#32
No working solution found so far, still giving 0,1 btc to anyone who can find a way to fix this.
Did mine not work? It should have removed the transaction so that you can spend.
When I typed "python pywallet.py --web" in cmd, it returned "'python' is not recognized as an internal or external command, operable program or batch file."
Any idea what I did wrong?
Looks to me like you don't have Python installed on the system your trying to run this fix from.

https://www.python.org/downloads/
Reinstalled Python and it still gives the same error.

Also, does it necessarily have to be Python 2.7 as stated in https://github.com/jackjack-jj/pywallet or can I use the newest version?
legendary
Activity: 1610
Merit: 1000
Well hello there!
November 16, 2015, 02:49:59 PM
#31
No working solution found so far, still giving 0,1 btc to anyone who can find a way to fix this.
Did mine not work? It should have removed the transaction so that you can spend.
When I typed "python pywallet.py --web" in cmd, it returned "'python' is not recognized as an internal or external command, operable program or batch file."
Any idea what I did wrong?
Looks to me like you don't have Python installed on the system your trying to run this fix from.

https://www.python.org/downloads/
newbie
Activity: 24
Merit: 0
November 16, 2015, 12:45:47 PM
#30
No working solution found so far, still giving 0,1 btc to anyone who can find a way to fix this.
Did mine not work? It should have removed the transaction so that you can spend.
When I typed "python pywallet.py --web" in cmd, it returned "'python' is not recognized as an internal or external command, operable program or batch file."
Any idea what I did wrong?
hero member
Activity: 868
Merit: 503
November 16, 2015, 09:18:51 AM
#29
This does happen and the end result is about 50% in your favor.  If there was any error at all in the address or anything like that it can get hung up.  Depending on the service that you used, it may or may not be returned.
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
November 16, 2015, 02:09:22 AM
#28
No working solution found so far, still giving 0,1 btc to anyone who can find a way to fix this.
Did mine not work? It should have removed the transaction so that you can spend.

Probably not doing it right. Joopii send me the file to [email protected] if you want. I dont need the password, feel free to set one extra strong for me.
staff
Activity: 3458
Merit: 6793
Just writing some code
November 15, 2015, 10:23:01 PM
#27
No working solution found so far, still giving 0,1 btc to anyone who can find a way to fix this.
Did mine not work? It should have removed the transaction so that you can spend.
newbie
Activity: 24
Merit: 0
November 15, 2015, 10:17:06 PM
#26
No working solution found so far, still giving 0,1 btc to anyone who can find a way to fix this.
newbie
Activity: 56
Merit: 0
November 14, 2015, 10:30:52 AM
#25
First time i hear that transaction with miners fee got unconfirmed when btc balance was possitive in a wallet. Very strange and interesting. Watching this tread
Pages:
Jump to: