Bitcoin Forum
July 06, 2024, 04:21:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: HELP!! Wallet will not sync : EXCEPTION:11DbException  (Read 1571 times)
daehbew (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
May 15, 2014, 12:50:54 AM
 #1

Need help! - wallet will not sync, it says: "EXCEPTION:11DbException Db:get: Not enough space C:\Users\WIN7\USDe.exe in ProcessMessages()

1) I initiated the wallet sync - it had been pending..
2) I sent about 37,808.01090524 coins from the pool to my wallet "CASH OUT"
3) Wallet is still syncing and coins show zero balance on the pool.
4) Wallet is still syncing; 6579.20443417 successfully received with about 13k confirmations.
5) Wallet sync fails and says the following:

EXCEPTION:11DbException
Db::get: Not enough space
C:\Users\WIN7\Desktop\USDe\USDe.exe in ProcessMessages()


6) The remaining coins that I sent have yet to arrive as well.

Please provide any solutions; and include your wallet address so I can hook you up if successful.

Thank you very much in advance!
daehbew (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
May 15, 2014, 01:10:55 AM
 #2

Looks like your disk is full and you need to make some room for the block chain.

BTW, have you backed up your wallet?


Yes I have backed up my wallet.

The disk isn't full, still over 10 gigs available on my SSD.  I even tried opening on my 1TB drive, same error.
Injust
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
May 15, 2014, 01:25:15 AM
 #3

Looks like your disk is full and you need to make some room for the block chain.

BTW, have you backed up your wallet?


Yes I have backed up my wallet.

The disk isn't full, still over 10 gigs available on my SSD.  I even tried opening on my 1TB drive, same error.

SSD? Isn't it a bad idea to download the entire blockchain onto an SSD?
daehbew (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
May 15, 2014, 02:08:04 AM
 #4

Not sure what you mean by download the entire blockchain.. I don't recall downloading any large blockchain file;  I just downloaded the wallet from the USDE site and created a folder and opened the .exe
Injust
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
May 15, 2014, 09:49:47 PM
 #5

Not sure what you mean by download the entire blockchain.. I don't recall downloading any large blockchain file;  I just downloaded the wallet from the USDE site and created a folder and opened the .exe

What you downloaded is the client. The client is a node on the network, and downloads the blockchain in the background.
bitcoinreactor
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 15, 2014, 09:55:57 PM
 #6

are you sure you're actually storing the blockchain data on the disk with enough available space ?

Just putting the wallet binary file somewhere won't necessarily use that directory to store blockchain data.
It depends on the wallet you're using obviously, but barely modified bitcoin-forks still uses userdirectory for storage:

something like this:
C:\Users\YourUsername\AppData\Roaming\forkedcoin

unless you specify a datadir option.

BTC: 17CHqn3XE3Waf7Qfkm9p2MQE1VgB8gVbG4
Injust
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
May 15, 2014, 10:16:03 PM
 #7

are you sure you're actually storing the blockchain data on the disk with enough available space ?

Just putting the wallet binary file somewhere won't necessarily use that directory to store blockchain data.
It depends on the wallet you're using obviously, but barely modified bitcoin-forks still uses userdirectory for storage:

something like this:
C:\Users\YourUsername\AppData\Roaming\forkedcoin

unless you specify a datadir option.

And if you're running your computer off an SSD, you should really use the datadir flag to put the blockchain on a regular HDD.
Putting the blockchain on your SSD will drastically reduce its lifespan.
daehbew (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
May 16, 2014, 01:32:30 PM
 #8

I see..

Yes, I'm certain I had been running the client from my SSD.

I do have an HDD with 1 TB.

So how should I go about this?

Can someone provide me with a step by step process that would run everything, including storing the blockchain on my HDD..?

 I had heard that there was something stored at Users~AppData~Roaming~ from searching other forums for similar problems (on DogeCoin).. but; upon checking that location; nothing existed.. so either the files were hidden, stored someplace else.. maybe on the HDD? - but I'm on Windows 7 Ultimate and I did a search for those folders, like roaming and appdata and nothing came up.  Makes me wonder how my wallet had been working in the first place.. unless it somehow got accidently deleted (but I don't recall that ever happening).

I'm thinking that I'd have to delete every file related to the wallet (or move it to a thumb drive just incase)..

I have the backup.dat file but I have no idea how to use it.

I'm just assuming I'd have to reinstall the client.. run the .exe within after unloading the client zip onto my HDD.

Then what?
Do I download the blockchain?   (how does that part work)

sidenote: thx for all responses thus far, I'm feeling confident there is a solution to this issue now
daehbew (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
May 30, 2014, 06:08:59 PM
 #9

still looking for a solution...

http://i81.photobucket.com/albums/j207/daehbew/help.jpg

There's gotta be someone out there that knows how to handle this error...  Embarrassed
Injust
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
May 30, 2014, 08:21:43 PM
 #10

still looking for a solution...



There's gotta be someone out there that knows how to handle this error...  Embarrassed

Use the -datadir flag to move the data directory to your HDD then.
daehbew (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
May 30, 2014, 10:38:00 PM
 #11

can you please explain how I would do that?
Injust
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
May 30, 2014, 11:36:30 PM
 #12

can you please explain how I would do that?

Taken from the wiki:

Quote
Go to Start -> Run (or press WinKey+R) and run this:

Code:
explorer %APPDATA%\Bitcoin
Bitcoin's data folder will open. For most users, this is the following locations:

Code:
C:\Documents and Settings\YourUserName\Application data\Bitcoin (XP)

C:\Users\YourUserName\Appdata\Roaming\Bitcoin (Vista and 7)
"AppData" and "Application data" are hidden by default.

You can also store Bitcoin data files in any other drive or folder.

If you have already downloaded the data then you will have to move the data to the new folder. If you want to store them in D:\BitcoinData then click on "Properties" of a shortcut to bitcoin-qt.exe and add -datadir=D:\BitCoinData at the end as an example:

Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -datadir=d:\BitCoinData
Start Bitcoin, now you will see all the files are created in the new data directory.
daehbew (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
May 31, 2014, 01:11:53 AM
 #13

my stuff for the appdata roaming WAS in..  
*note that there is no bitcoin appdata/roaming.. it's USDE...*

Code:
C:\Users\WIN7\AppData\Roaming\usde
117 GB SSD

so I moved everything in that folder.. to..
Code:
M:\Bitcoin\USDE\usdeData
1TB HDD

THEN

I took the usde wallet exe file.. made a shortcut of it.
put that shortcut in the same folder as the..
Code:
M:\Bitcoin\USDE\usdeData
1TB HDD

THEN

I opened the properties of that shortcut....
changed it to...
Code:
C:\Users\WIN7\Desktop\USDe\USDe.exe -datadir=M:\Bitcoin\USDE\usdeData

syncing.... as normal as before........ so far..... 60776 blocks remaining...
progress is good.
will post update if success..


did I do it right Inust?
daehbew (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
May 31, 2014, 01:31:58 AM
 #14

how long does it take... it's just sitting at 60776....
Injust
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
May 31, 2014, 01:58:48 AM
 #15

my stuff for the appdata roaming WAS in..  
*note that there is no bitcoin appdata/roaming.. it's USDE...*

Code:
C:\Users\WIN7\AppData\Roaming\usde
117 GB SSD

so I moved everything in that folder.. to..
Code:
M:\Bitcoin\USDE\usdeData
1TB HDD

THEN

I took the usde wallet exe file.. made a shortcut of it.
put that shortcut in the same folder as the..
Code:
M:\Bitcoin\USDE\usdeData
1TB HDD

THEN

I opened the properties of that shortcut....
changed it to...
Code:
C:\Users\WIN7\Desktop\USDe\USDe.exe -datadir=M:\Bitcoin\USDE\usdeData

syncing.... as normal as before........ so far..... 60776 blocks remaining...
progress is good.
will post update if success..


did I do it right Inust?

Yup, that should be right. Is it not syncing?
daehbew (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
May 31, 2014, 01:59:46 AM
 #16

waited.. and now it says same as before...... exception db error.
Injust
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
May 31, 2014, 02:13:56 AM
 #17

waited.. and now it says same as before...... exception db error.

It still gives the exact not enough space error?
Lucky Cris
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
May 31, 2014, 02:17:42 AM
 #18

OK!!!

You guys are the techies and should be able to help this dude out.

Dude - it's PROCESS... meaning it's talking about your RAM resources not your hard drive! Look on the bottom of your miner at the AXE icon... You're CPU MINING!!!!! Check your miner's config file. Do you have gen=1 in there? Google what that means.

daehbew (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
June 01, 2014, 04:08:03 AM
Last edit: June 02, 2014, 12:39:55 AM by daehbew
 #19

OK!!!

You guys are the techies and should be able to help this dude out.

Dude - it's PROCESS... meaning it's talking about your RAM resources not your hard drive! Look on the bottom of your miner at the AXE icon... You're CPU MINING!!!!! Check your miner's config file. Do you have gen=1 in there? Google what that means.

If you're referring to a document that looks like a text file (type is actually "CONF File") and the item is named "usde" in the folder with the original usde wallet files..

There is no line that shows gen=1.

There is however,

listen=1
server=1
daemon=1

Unless I'm looking in the wrong file..

I should also note that I don't use THIS pc for mining.  Nor do I mine with that feature on the wallet.


I will try to load the wallet again. Haven't really changed anything - just hoping it will somehow sync.
It does START the sync process.
~189403 Block remaining... green bar...(about 10%)
~188249 Blocks remaining.. so the number is getting smaller..

I'll just let it run and then edit the result into this post incase that helps with anyone's diagnosis.

and now it's not showing any of my wallet balance.. this is not good.
daehbew (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
June 02, 2014, 01:52:48 AM
 #20

So; I did the steps previously -- haven't changed anything since.
However, I still had the original exe file on my desktop in my USDE folder.
naturally I had opened that up.. this was (I'm guessing) creating a new wallet when it synced?
because it didn't see the CONF file?
I'm not exactly sure why, but it basically generated a new address, no balance and fully synced with no problem on the sync process..

**********************************************************************************

phew. I can still access my balance.

via that SHORTCUT I created (as noted in last few posts).

as of typing this post now the wallet is stuck at "~63746 blocks remaining"
It doesn't show that DBexception YET.
Instead it currently says "Synchrnoizing with network..."

(but this is normal process, that sync process takes a lot of time)

http://i81.photobucket.com/albums/j207/daehbew/sync.jpg~original
Pages: [1] 2 »  All
  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!