Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bobb

Pages: 1 2 3 4 [5]
61
BitShares PTS / Re: Corrupted wallet.dat
« on: November 12, 2013, 07:18:03 pm »
my clients are linked against libdb_cxx-5.1.so.
But so is the qt-client which seem to work fine.

And yes I was able to revcover the PTS.

62
BitShares PTS / Re: Corrupted wallet.dat
« on: November 12, 2013, 07:11:35 pm »
This happend to almost all of my protoshare-wallets, including the wallets on the miners.
I already started to dump the wallets using db_dump. 
Then I just tried the qt-client and the salvagewallet option.

63
BitShares PTS / Re: Corrupted wallet.dat
« on: November 12, 2013, 06:58:24 pm »
Hey Proto,

the same happened to me on some wallets.
I guess you are using the non-qt client?

After _backing up the the wallet_ just try to open the wallet with the qt-client.
If this doesn't work try the -salvagewallet option.

If you have any questions feel free to pm me. I know the feeling when reading that message.

64
General Discussion / Re: CHAIN FORK COMING....
« on: November 11, 2013, 08:48:21 am »
Hey comal,

the source from github isn't linking at the moment, I have the same problem.
But even it you fetch an earlier version (which will compile fine) the client will crash. See this thread:


http://bitsharestalk.org/index.php?topic=408.0


@bytemaster I know there is much going on at the moment, but could you have a look at the thread above.

After the crashes the client fails to access the wallet files, which is kind of making me nervous.

65
BitShares PTS / Re: Client keeps crashing
« on: November 11, 2013, 08:37:00 am »
I think  we are dealing with two related problems here.

When starting from scratch (without any former wallet.dat files) I experience the same behaviour victor already described.
It crashes and the last lines in the log file look like these:

Code: [Select]
getblocks stopping at 12105 00001fa9bc685efadcbdc3c65603e817d8e02c846b24f47660cd56368d7e71d1
getblocks 12089 to 00001d392ce5eaec0320429b14a66c25cbd574778f9d95fa8e0cba0cc8f502c1 limit 500
getblocks stopping at 12230 00001d392ce5eaec0320429b14a66c25cbd574778f9d95fa8e0cba0cc8f502c1

The even more concerning part is this that the client is not able to access the wallet files after these crashes.

Code: [Select]
Error: System error: CDB() : can't open database file wallet.dat, error -30973

Please note that the wallet issues are the same on a range of different machines.

Is there an official (64bit) linux build, that I can use to test?

It is kind of frustrating that there is no way to build a working linux client at the moment.
In combination with wallet error, this is kind of making me nervous right now.
I have a reasonable amount of coins in these wallets.

If I can help to track down/solve the problem, let me know.
Thanks in advance.

66
BitShares PTS / Re: Client keeps crashing
« on: November 11, 2013, 07:03:35 am »
This is exactly what happens right before the crash on all systems after the update:

Error: System error: CDB() : can't open database file wallet.dat, error -30973
*** System error: CDB() : can't open database file wallet.dat, error -30973
Error: System error: CDB() : can't open database file wallet.dat, error -30973
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED
dumpaddr thread stop
msghand thread interrupt
addcon thread interrupt
Flush(false)
wallet.dat refcount=0
wallet.dat checkpoint
wallet.dat detach
wallet.dat closed
DBFlush(false) ended               0ms
StopNode()
net thread interrupt
Flushed 3978 addresses to peers.dat  44ms
terminate called after throwing an instance of 'std::runtime_error'
  what():  CDB() : can't open database file wallet.dat, error -30973

67
BitShares PTS / Client keeps crashing
« on: November 10, 2013, 11:48:53 pm »
hey,

after updating the client (git pull from github) and recompiling the client, it quickly crashes.
I already tried to re-download the whole blockchain and started from scratch (just kept the wallet.dat), but it still doesn't work (regardless if I mine or not)

(running on linux 64bit, ubuntu 12.04, reproducible on various machines)

any ideas? thanks in advance.


Pages: 1 2 3 4 [5]