Bitcoin Forum
September 05, 2024, 03:24:29 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Having Issues with wallet  (Read 1608 times)
peanutbutterjones (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 23, 2012, 08:12:06 PM
 #1

So I'm using bitcoin-qt, and my wallet stopped working. Following most of the advice I've read on the forum I deleted all the data in my bitcoin folder, save for my wallet, and tried to redownload my blockchain, without success.

I've gotten the following error messages.

EXCEPTION: 11DbException
Db::get: Not enough space

And Displayed transactions may not be correct, you may need to upgrade or other nodes may need to upgrade.

I've tried using the tools in python, but to be honest, python won't even let me select directories.

I have backups of my wallet, and 2 backups of my bitcoin folder. At this point I just want to get the coins transfered to another wallet, like electrum or multibit, I don't even care about getting bitcoin-qt working again. Can anyone help me?
LuaKT
Member
**
Offline Offline

Activity: 162
Merit: 10


The World’s First Blockchain Core


View Profile
August 23, 2012, 08:18:42 PM
 #2

Check your windows time and make sure it is correct.

▄▄▄▄▄▄▄▄▄▄▄ ▄ ■        SKYNET        ■ ▄ ▄▄▄▄▄▄▄▄▄▄▄
▐▬▬▬▬▬▬▬▬▬▬     PRIVATE SALE is LIVE     ▬▬▬▬▬▬▬▬▬▬▌
Whitepaper   Bounty   Bitcointalk  ■  Facebook   Twitter   Telegram
peanutbutterjones (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 23, 2012, 08:22:28 PM
 #3

My windows clock is accurate.
LuaKT
Member
**
Offline Offline

Activity: 162
Merit: 10


The World’s First Blockchain Core


View Profile
August 23, 2012, 08:25:47 PM
 #4

Just to cover the obvious, you have enough disk space?

▄▄▄▄▄▄▄▄▄▄▄ ▄ ■        SKYNET        ■ ▄ ▄▄▄▄▄▄▄▄▄▄▄
▐▬▬▬▬▬▬▬▬▬▬     PRIVATE SALE is LIVE     ▬▬▬▬▬▬▬▬▬▬▌
Whitepaper   Bounty   Bitcointalk  ■  Facebook   Twitter   Telegram
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
August 23, 2012, 08:26:17 PM
 #5

Not enough space generally means your HDD is full. Clean your recycle bin and make sure you have at least 3 GB free on it.

Ofcourse running a computer with the drive almost full is not a very good practice, so you better delete some files if that's the case.
peanutbutterjones (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 23, 2012, 08:27:50 PM
 #6

I did double check, but my C: Drive has 71 gigs of free space.
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
August 23, 2012, 08:33:56 PM
 #7

https://bitcointalk.org/index.php?topic=49183.0
peanutbutterjones (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 23, 2012, 08:47:53 PM
 #8

I resynched my clock and calendar, but when I was checking my debug logs there was nothing about the block timestamp.

However, I did notice a lot off error messages towards the end of when my wallet failed to load.

sending getdata: tx 649defca767a2ba5f612
ERROR: FetchInputs() : 649defca76 mempool Tx prev not found 62941464a0
ERROR: CTxMemPool::accept() : FetchInputs failed 649defca76
stored orphan tx 649defca76 (mapsz 5900)
askfor tx b2c4a3135eef8ef45b8c   0
sending getdata: tx b2c4a3135eef8ef45b8c
ERROR: FetchInputs() : b2c4a3135e mempool Tx prev not found 21ae59fb6b
ERROR: CTxMemPool::accept() : FetchInputs failed b2c4a3135e
stored orphan tx b2c4a3135e (mapsz 5901)
askfor tx e002af965463df21624e   0
sending getdata: tx e002af965463df21624e
ERROR: FetchInputs() : e002af9654 mempool Tx prev not found f8c26b9482
ERROR: CTxMemPool::accept() : FetchInputs failed e002af9654
stored orphan tx e002af9654 (mapsz 5902)
askfor tx 326c2d38dea21ffb0f81   0
sending getdata: tx 326c2d38dea21ffb0f81
askfor tx 326c2d38dea21ffb0f81   1345741158000000
askfor tx 326c2d38dea21ffb0f81   1345741278000000
ERROR: FetchInputs() : 326c2d38de mempool Tx prev not found 649defca76
ERROR: CTxMemPool::accept() : FetchInputs failed 326c2d38de
stored orphan tx 326c2d38de (mapsz 5903)
askfor tx 67a85cbca2ee76ffa8b3   0


The following is the error log for when I tried to load it and head the memory issues.

Bitcoin version v0.6.3-beta (2012-06-19 16:44:55 -0400)
Default data directory C:\Users\Kyle\AppData\Roaming\Bitcoin
Loading addresses...
dbenv.open LogDir=C:\Users\Kyle\AppData\Roaming\Bitcoin\database ErrorFile=C:\Users\Kyle\AppData\Roaming\Bitcoin\db.log
Loaded 12119 addresses
 addresses               164ms
Loading block index...
LoadBlockIndex(): hashBestChain=00000000000007e6be78  height=185937
Verifying last 2500 blocks at level 1
ERROR: CheckBlock() : hashMerkleRoot mismatch
LoadBlockIndex() : *** found bad block at 184369, hash=00000000000004cdc780f2095960b7ac103ad1dacaf91377f4254285f046005a
LoadBlockIndex() : *** moving best chain pointer back to block 184368
REORGANIZE
REORGANIZE: Disconnect 1569 blocks; 00000000000002701b0e..00000000000007e6be78
REORGANIZE: Connect 0 blocks; 00000000000002701b0e..00000000000002701b0e


************************
EXCEPTION: 11DbException       
Db::get: Not enough space       
C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe in Runaway exception       

EnvShutdown exception: DbEnv::close: Invalid argument (22)


Thank you for your help btw.
peanutbutterjones (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 23, 2012, 09:57:49 PM
 #9

Is there an easy way to make a private key so I can just access my coins via another wallet?
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
August 23, 2012, 10:00:29 PM
 #10

Is there an easy way to make a private key so I can just access my coins via another wallet?

Without starting Bitcoin-qt or bitcoind there is no "easy way".

There is pywallet. https://github.com/joric/pywallet

BTW, the part that isn't easy about pywallet is the installation of the dependencies. Working with it is easy.
peanutbutterjones (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 23, 2012, 10:11:59 PM
 #11

I've been reading up on using bitcoind, but I honestly can't get it started via python, can you help me with that?
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
August 23, 2012, 10:21:06 PM
 #12

If your blockchain is corrupted, bitcoind will not start. It will error, just like bitcoin-qt. I know nothing about accessing bitcoind using python, so I can't help you there.
Right now your only solution(maybe not the only, but the easiest) is to put pywallet working on windows and export the private keys from your wallet to import them someplace else, like the blockchain.info wallet or some lite client, like Electrum.
peanutbutterjones (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 23, 2012, 10:29:11 PM
 #13

Actually I think I got most of it, I just couldn't set up Bitcoin to run as a server, so my command prompt wouldn't connect.

I'm using the guide you posted earlier
https://bitcointalk.org/index.php?topic=86085.0

I'm just confused at the mention of the path entry of the properties window, because I don't see it here in windows 7.
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
August 23, 2012, 10:33:25 PM
 #14

Yes, you do have the Properties window.
Choose one of the bitcoin shortcuts on your system. The one on the Desktop or the one on the Start Menu/Programs and right click it and choose Properties. Append -server to the end of the Path, like
Code:
"C:\Program Files\Bitcoin\bitcoin-qt.exe" -server
and Save.
Use the shortcut you edited to launch the client.
That's it.
But like I said, not sure if it will start if you still have the error you described on your first post. Or did that get solved when you reseted the time/date?
peanutbutterjones (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 23, 2012, 11:00:57 PM
 #15

Psy, you saved my butt bigtime, I just sent you half a bitcoin as a reward for helping me through all of this.
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
August 23, 2012, 11:24:37 PM
 #16

Psy, you saved my butt bigtime, I just sent you half a bitcoin as a reward for helping me through all of this.

Glad you got it sorted. Thank you for the reward Smiley
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!