Quote from: davidonpda on June 22, 2010, 18:23:26 EXCEPTION: 22DbRunRecoveryException DBENv::open: DB_RUNRECOVERY: Fatal error, run database recovery C:\Program Files\Bitcoin\bitcoin.exe in OnInit() davidonpda, were you also running laszlo’s build previously? Check if the “%appdata%” directory exists, and “%appdata%\bitcoin” Try: rename “%appdata%\bitcoin” bitcoin2 does it work then? Related posts: Re: 0.3 almost […]
Read moreCategory: Bitcoin Talk
Re: 0.3 almost ready
Quote from: davidonpda on June 22, 2010, 18:23:26 EXCEPTION: 22DbRunRecoveryException DBENv::open: DB_RUNRECOVERY: Fatal error, run database recovery C:\Program Files\Bitcoin\bitcoin.exe in OnInit() What operating system? Normally when it does that it’s because the directory where the data directory should go doesn’t exist. See if the “%appdata%” directory exists. Do you get […]
Read moreRe: 0.3 almost ready
Here’s RC1 for windows for testing: (removed, see RC2 below) Please only download this if you’re going to test and report back whether everything seems fine or not. Make sure to look through the files in “c:\program files\bitcoin” Related posts: Re: 0.3 almost ready Here’s RC1 for linux for testing: […]
Read moreRe: 0.3 almost ready
Quote from: lachesis on June 22, 2010, 06:20:02 It would be nice if the listtransactions RPC method were finished before the next release, though. My fear is too many programmers would latch onto that for checking for received payments. It can never be reliable that way. The list/getreceivedbyaddress/label functions are […]
Read moreRe: Proof-of-work difficulty increasing
Quote from: davidonpda on June 22, 2010, 14:55:37 How about in the options menu you can turn it off or on, and specify an interval in minutes for how often it should display? I say keep it simple; more choices isn’t always better, it just makes it overwhelming and confusing […]
Read moreRe: Bitcoin in Ubuntu 10.04
Yeah, r89 works as expected for me. It doesn’t seem to have any problems creating or removing icons, but I’m using XFCE, so that might be the difference. In addition, there’s a difference between standard behaviour for tray icons in Windows and Linux. In most Linux apps, clicking the tray […]
Read moreRe: How fast do the fastest computers generate bitcoins?
I only have a 1Ghz netbook running bitcoin at the moment, so I’m curious what kind of bitcoin generation rates the faster computers get. 100/week, 1000/week, 10000/week? How big of an advantage is there to having a faster computer? I’ve noticed that hashing performance doesn’t vary as much between CPUs […]
Read more0.3 almost ready — please test the Mac version!
I finished everything on my list to do for version 0.3. The code on SVN is about ready to release. Testing at this point is much appreciated. Related posts: Re: 0.3 almost ready — please test the Mac version! Mac OS version – requires Intel processor and 10.5 (10.4… Re: […]
Read moreRe: Bitcoin in Ubuntu 10.04
Satoshi, that definitely made it look better for me, but now Bitcoin won’t minimize to tray in Ubuntu 10.04. The proper check box is checked, but it just minimizes to my taskbar like always. On Ubuntu 10.04 it wouldn’t remove the taskbar button cleanly, so I made it leave it […]
Read moreRe: Proof-of-work difficulty increasing
I integrated the hashmeter idea into the SVN version. It displays khash/s in the left section of the status bar. Two new log messages: 21/06/2010 01:23 hashmeter 2 CPUs 799 khash/s 21/06/2010 01:23 generated 50.00 grep your debug.log for “generated” to see what you’ve generated, and grep for “hashmeter” […]
Read more