Pages:
Author

Topic: Unconfirmed transaction (1BTC bounty paid for resolution!) - page 4. (Read 7410 times)

full member
Activity: 580
Merit: 108
Before messing with pywallet, (see this thread to see how to do it: https://bitcointalksearch.org/topic/guide-delete-your-0unconfirmed-transactions-in-30-seconds-35214), I would suggest to extract private keys using the dumpprivkey as described by Moebius327 and Buffer Overflow on pg 1.

Some people have reported issues with pywallet



Has already been done. Py wallet seems to be the only option at the mo
legendary
Activity: 1001
Merit: 1005
Before messing with pywallet, (see this thread to see how to do it: https://bitcointalksearch.org/topic/guide-delete-your-0unconfirmed-transactions-in-30-seconds-35214), I would suggest to extract private keys using the dumpprivkey as described by Moebius327 and Buffer Overflow on pg 1.

Some people have reported issues with pywallet

full member
Activity: 580
Merit: 108
Will try celerons instructions when I get home. Will split up bounty between those who helped if successful!
legendary
Activity: 3472
Merit: 4794
The 2nd option. Sorry if my replies are short and blunt. On mobile.

I can't explain what is going on.  It doesn't make sense for the wallet to display the transaction as unconfirmed on the transactions tab and not find it when you run getrawtransaction.  Either you've somehow accidentally supplied the wrong transactionID, or your wallet is really messed up (corrupted) somehow.  Also, I am running Qt on a Mac (like you).  I've now tried 3 times, using copy and paste on the displayed transaction ID after double-clicking on the transaction and I can't reproduce the results you got (the -000 on the end of the transaction).  I can't seem to figure out how you managed to get transaction IDs that look like that.

You can try deepceleron's instructions to remove the transactions from the Qt wallet, but if it's badly corrupted I'm not sure what the result will be.  Make sure you have a backup of the current wallet.dat before you start messing around with pywallet, just in case you make things worse.

At this point, I'd suggest making a backup of wallet.dat and then working with deepceleron and jackjack to clean things up with pywallet.

Good luck.  I'll be monitoring this thread and will jump back in if I see an opportunity to help.
legendary
Activity: 1512
Merit: 1036
Please follow my instructions on page 1. This will return the full available balance to the wallet. After balance recovery, it would be wise to create a new wallet and send the balance there, since you have mishandled wallet privacy by uploading private key data over interceptable Internet connections to third parties.
full member
Activity: 580
Merit: 108
The 2nd option. Sorry if my replies are short and blunt. On mobile.
legendary
Activity: 3472
Merit: 4794
Where/How?

I just tried pulling transactions from my Qt wallet, and I don't get any -000 on the end of the transactions.  I'm trying to understand how you came up with those as transaction IDs.

They were pulled from qt. not much more I could comment on.

Pulled from running listunspent in the console of Qt?

Pulled from a copy/paste of the transaction ID after double clicking on the transaction under the "Transactions" tab?

Pulled from clicking the "Export" button at the bottom of the "Transactions" tab and then opening the resulting file with a text editor, word processor, or spreadsheet program?

A little help here.  At the moment, bee92239ed763ebcd87495af1cbdd6e3d2f836e3091169eaa6880714c0565744 doesn't appear to be an unconfirmed transaction from your Qt.  Otherwise your getrawtransaction command should have returned a transaction.
full member
Activity: 580
Merit: 108
Where/How?

I just tried pulling transactions from my Qt wallet, and I don't get any -000 on the end of the transactions.  I'm trying to understand how you came up with those as transaction IDs.

They were pulled from qt. not much more I could comment on.
legendary
Activity: 3472
Merit: 4794
Where/How?

I just tried pulling transactions from my Qt wallet, and I don't get any -000 on the end of the transactions.  I'm trying to understand how you came up with those as transaction IDs.
full member
Activity: 580
Merit: 108
I pulled those tx id's from my QT wallet when things started going wrong.
legendary
Activity: 3472
Merit: 4794
So my next step is to remove these transactions from the wallet?

No.  Not yet.  Something isn't right.  That getrawtransaction should not have returned -5.

Where did this list of transaction IDs come from?

- snip -

bee92239ed763ebcd87495af1cbdd6e3d2f836e3091169eaa6880714c0565744-000
5efe09ea1705bbcb6a95e72785abea0b2d7a60fe2d400ebac2a4785a5a13f996-000
5efe09ea1705bbcb6a95e72785abea0b2d7a60fe2d400ebac2a4785a5a13f996-000
c51f640a103bb7f613eec24315fa63399f001fa61eac9a0728c523f9b5dfecb3-000

I just noticed, you seem to have the same transactionID in there twice.  So that is only 3 transactions, not 4.
full member
Activity: 580
Merit: 108
So my next step is to remove these transactions from the wallet?
legendary
Activity: 3472
Merit: 4794
As the sticky states, DannyHamilton is right

Thanks for the vote of confidence.
 Wink

Also I'm the developer of pywallet so if something goes wrong or if you don't understand something just post it here

If we get to the point of needing to use pywallet, I'll send him your way.  I haven't used it at all yet, so I can't give any good advice about it's use.  We aren't at that point yet.
legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
First, guys stop posting stupid advices when you obviously don't know what you're talking about. Now OP has 3 balances, misses 50 BTC and may encounter double spending later
Second, OP: stickies are here to be read before posting... https://bitcointalksearch.org/topic/faq-all-about-unconfirmed-0-confirmation-transaction-fee-read-before-posting-232979

As the sticky states, DannyHamilton is right
Also I'm the developer of pywallet so if something goes wrong or if you don't understand something just post it here
legendary
Activity: 1274
Merit: 1004
Quote
16:20:19

getrawtransaction bee92239ed763ebcd87495af1cbdd6e3d2f836e3091169eaa6880714c0565744


16:20:20

No information available about transaction (code -5)


http://bitcoin.stackexchange.com/questions/9147/getrawtransaction-error-code-5/9152#9152
https://bitcointalksearch.org/topic/cant-find-some-transaction-in-my-bitcoind-213997

Some Info about error code -5 ^

full member
Activity: 580
Merit: 108
Quote
16:20:19

getrawtransaction bee92239ed763ebcd87495af1cbdd6e3d2f836e3091169eaa6880714c0565744


16:20:20

No information available about transaction (code -5)

NB: Don't worry. I have not imported anything to MultiBit. Only used it as a receiver to get funds from my QT wallet. I do however, as you say, have priv keys over QT and Blockchain wallets.
hero member
Activity: 770
Merit: 500
Edit: Do what DannyHamilton says.
legendary
Activity: 3472
Merit: 4794
You are getting some bad advice here and some questionable advice.  You might want to slow down.  You've now got some keys in Qt, some keys in MultiBit, and some keys in blockchain.info.  That sounds like a recipe for disaster.

It would be much better to figure out what the problem is and try to resolve it rather than randomly setting up multiple wallets that all share some private keys hoping that the problem just goes away.

Lets take this one transaction at a time. In the "Console" of the "Debug Window" under the "Help" menu of Bitcoin-Qt, type:

Code:
getrawtransaction bee92239ed763ebcd87495af1cbdd6e3d2f836e3091169eaa6880714c0565744

Then post the resulting really long string of numbers and letters here.  That is the transaction that your Bitcoin-Qt created and should have broadcast onto the network.  We should be able to decode it and determine if there is anything wrong with the inputs.

If the transaction looks ok, then it can be pushed manually onto the network.  If you don't want it pushed onto the network, then pywallet can be used to remove it from the wallet.  Either way, lets take a look at it first and see if we can figure out what's wrong with it.
full member
Activity: 580
Merit: 108
there is a bug in importing large wallets in blockchain.info.. some keys are not imported.

you need to either manually import each key or use a different wallet.

I manually imported each key
legendary
Activity: 1001
Merit: 1005
there is a bug in the import tool when importing large wallets in blockchain.info.. some keys are not imported.. I dont recall how I solved the problem last time I encountered it.

you need to either manually import each key or use a different client.
Pages:
Jump to: