Bitcoin Forum
May 08, 2024, 04:52:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Server Just Crashed For No Reason???  (Read 3119 times)
gigabytecoin (OP)
Sr. Member
****
Offline Offline

Activity: 280
Merit: 252


View Profile
May 05, 2011, 10:09:52 PM
Last edit: May 06, 2011, 10:29:38 AM by gigabytecoin
 #1

Here are the "details" that microsoft provided me with...

Code:
Problem signature:
  Problem Event Name: APPCRASH
  Application Name: bitcoin.exe
  Application Version: 0.0.0.0
  Application Timestamp: 4d710f7b
  Fault Module Name: bitcoin.exe
  Fault Module Version: 0.0.0.0
  Fault Module Timestamp: 4d710f7b
  Exception Code: 40000015
  Exception Offset: 00494191
  OS Version: 6.1.7600.2.0.0.256.1
  Locale ID: 1033
  Additional Information 1: 5059
  Additional Information 2: 50594bacf91ee35dd61f657f5dc0cc38
  Additional Information 3: 3bd2
  Additional Information 4: 3bd2e34847402d73855e65539a9290bb

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

I am using the 0.3.20.2 version of bitcoin on windows.
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715187176
Hero Member
*
Offline Offline

Posts: 1715187176

View Profile Personal Message (Offline)

Ignore
1715187176
Reply with quote  #2

1715187176
Report to moderator
1715187176
Hero Member
*
Offline Offline

Posts: 1715187176

View Profile Personal Message (Offline)

Ignore
1715187176
Reply with quote  #2

1715187176
Report to moderator
1715187176
Hero Member
*
Offline Offline

Posts: 1715187176

View Profile Personal Message (Offline)

Ignore
1715187176
Reply with quote  #2

1715187176
Report to moderator
gigabytecoin (OP)
Sr. Member
****
Offline Offline

Activity: 280
Merit: 252


View Profile
May 05, 2011, 11:25:42 PM
Last edit: May 06, 2011, 10:30:05 AM by gigabytecoin
 #2

I upgraded to the latest bitcoin version 0.3.21 - run the bitcoin.exe -server command, and this time bitcoin was only up and running for about 30 minutes before I saw the exact same error message again (attached).



And then the following (similar) code was produced in the "Details" drop down box on the next window:

Code:
Problem signature:
  Problem Event Name: APPCRASH
  Application Name: bitcoin.exe
  Application Version: 0.0.0.0
  Application Timestamp: 4db847a6
  Fault Module Name: bitcoin.exe
  Fault Module Version: 0.0.0.0
  Fault Module Timestamp: 4db847a6
  Exception Code: 40000015
  Exception Offset: 004988a5
  OS Version: 6.1.7600.2.0.0.256.1
  Locale ID: 1033
  Additional Information 1: 5059
  Additional Information 2: 50594bacf91ee35dd61f657f5dc0cc38
  Additional Information 3: e6ca
  Additional Information 4: e6cac0980bcc580bd64be67830b7f436

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

My Specifications:

Windows 7 Ultimate 32 bit
4GB Ram
3.0GHz CPU

There are also 4 mining cards connecting to it 24/7... and when I re-start bitcoin.exe -server manually, POCLBM still reads "problem connecting to RPC client" on every card... I am forced to re-start bitcoin.exe -server while the miners are not running, and then start the miners.

My bitcoin server had been running flawlessly for about 3-4 days straight before this error occured. I have not installed or removed any programs in the last week or two either.

Any ideas?
gigabytecoin (OP)
Sr. Member
****
Offline Offline

Activity: 280
Merit: 252


View Profile
May 05, 2011, 11:57:18 PM
Last edit: May 06, 2011, 08:28:22 AM by gigabytecoin
 #3

Annnnnnnnnd it just did it again.

Quote
Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   bitcoin.exe
  Application Version:   0.0.0.0
  Application Timestamp:   4db847a6
  Fault Module Name:   bitcoin.exe
  Fault Module Version:   0.0.0.0
  Fault Module Timestamp:   4db847a6
  Exception Code:   40000015
  Exception Offset:   004988a5
  OS Version:   6.1.7600.2.0.0.256.1
  Locale ID:   1033
  Additional Information 1:   5059
  Additional Information 2:   50594bacf91ee35dd61f657f5dc0cc38
  Additional Information 3:   e6ca
  Additional Information 4:   e6cac0980bcc580bd64be67830b7f436

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

Going to try re-starting now and see if that fixes anything.

Edit: NOPE :S It seems my computer has suddenly developed an affliction with bitcoin.exe

I am running bitcoind.exe -server right now, but how do I know that it is actually working?! I can see that my miners are hashing, but when I enter bitcoind gethashespersec I see 0..Huh

Is it going to spit out a message or something once I generate a block? (bitcoind.exe?)
BitterTea
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
May 06, 2011, 06:22:17 PM
 #4

Copy your wallet.dat to a safe place, then delete %AppData%\Bitcoin. If you still get crashes, do that again and uninstall/reinstall.

gethashespersec returns 0 because bitcoind is not hashing using the CPU. It doesn't know the hash rate of connected clients.
gigabytecoin (OP)
Sr. Member
****
Offline Offline

Activity: 280
Merit: 252


View Profile
May 06, 2011, 07:05:16 PM
 #5

Copy your wallet.dat to a safe place, then delete %AppData%\Bitcoin. If you still get crashes, do that again and uninstall/reinstall.

gethashespersec returns 0 because bitcoind is not hashing using the CPU. It doesn't know the hash rate of connected clients.

Thanks for that!

I have backed up my wallet.dat already, and I simply installed 0.3.21 over 0.3.20

I will try re-installing and see if that fixes anything?

So far so good though with bitcoind.exe ~24 hours of no failures. I think it might have something to do with the GUI.
BookLover
Hero Member
*****
Offline Offline

Activity: 533
Merit: 500


^Bitcoin Library of Congress.


View Profile
May 06, 2011, 07:22:49 PM
 #6

Annnnnnnnnd it just did it again.

Quote
Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   bitcoin.exe
  Application Version:   0.0.0.0
  Application Timestamp:   4db847a6
  Fault Module Name:   bitcoin.exe
  Fault Module Version:   0.0.0.0
  Fault Module Timestamp:   4db847a6
  Exception Code:   40000015
  Exception Offset:   004988a5
  OS Version:   6.1.7600.2.0.0.256.1
  Locale ID:   1033
  Additional Information 1:   5059
  Additional Information 2:   50594bacf91ee35dd61f657f5dc0cc38
  Additional Information 3:   e6ca
  Additional Information 4:   e6cac0980bcc580bd64be67830b7f436

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

Going to try re-starting now and see if that fixes anything.

Edit: NOPE :S It seems my computer has suddenly developed an affliction with bitcoin.exe

I am running bitcoind.exe -server right now, but how do I know that it is actually working?! I can see that my miners are hashing, but when I enter bitcoind gethashespersec I see 0..Huh

Is it going to spit out a message or something once I generate a block? (bitcoind.exe?)

My bitcoin server is set up with bitcoin.exe" -server. Is the difference important?

gigabytecoin (OP)
Sr. Member
****
Offline Offline

Activity: 280
Merit: 252


View Profile
May 06, 2011, 07:52:36 PM
 #7

Annnnnnnnnd it just did it again.

Quote
Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   bitcoin.exe
  Application Version:   0.0.0.0
  Application Timestamp:   4db847a6
  Fault Module Name:   bitcoin.exe
  Fault Module Version:   0.0.0.0
  Fault Module Timestamp:   4db847a6
  Exception Code:   40000015
  Exception Offset:   004988a5
  OS Version:   6.1.7600.2.0.0.256.1
  Locale ID:   1033
  Additional Information 1:   5059
  Additional Information 2:   50594bacf91ee35dd61f657f5dc0cc38
  Additional Information 3:   e6ca
  Additional Information 4:   e6cac0980bcc580bd64be67830b7f436

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

Going to try re-starting now and see if that fixes anything.

Edit: NOPE :S It seems my computer has suddenly developed an affliction with bitcoin.exe

I am running bitcoind.exe -server right now, but how do I know that it is actually working?! I can see that my miners are hashing, but when I enter bitcoind gethashespersec I see 0..Huh

Is it going to spit out a message or something once I generate a block? (bitcoind.exe?)

My bitcoin server is set up with bitcoin.exe" -server. Is the difference important?

You mean the double quote? I doubt it.
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!