Bitcoin Forum
April 27, 2024, 03:46:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Bitcoin Core keeps crashing while opening  (Read 3575 times)
Ilanoh (OP)
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
June 07, 2016, 04:23:42 PM
 #1

Hey

I updated bitcoin core recently, it worked perfectly fine until yesterday when I came home I found a crash notice, I tried to reopen it, and it keeps crashing with this message, I'm on mac

What is going on, I don't want to loose my coin Sad

The error message is too long for here so I pasted it

http://pastebin.com/58bBBkEQ

Thanks

Also I transfered some btc to my wallet from coinbase when my wallet was not yet updated, have I lost those btc ? Since my wallet is crashing, the wallet has not yet retrieves the coins ? Will my wallet.dat file retrieve the btc that I have not yet in my wallet if I completely change it.

I don't know if it makes sens lol

So I transfered some btc from coinbase to my wallet, then I updated it, then while the wallet was reindexing the blocks, I arrived at the time where it retrieved my original btc, but not the new ones, then it crashed, and now it keeps crashing, and I'm wondering if I change totally the wallet and copy paste my wallet.dat, if it will retrieve the new btc I bought before the update.

thanks
1714189587
Hero Member
*
Offline Offline

Posts: 1714189587

View Profile Personal Message (Offline)

Ignore
1714189587
Reply with quote  #2

1714189587
Report to moderator
1714189587
Hero Member
*
Offline Offline

Posts: 1714189587

View Profile Personal Message (Offline)

Ignore
1714189587
Reply with quote  #2

1714189587
Report to moderator
1714189587
Hero Member
*
Offline Offline

Posts: 1714189587

View Profile Personal Message (Offline)

Ignore
1714189587
Reply with quote  #2

1714189587
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
xhomerx10
Legendary
*
Offline Offline

Activity: 3822
Merit: 7969



View Profile
June 07, 2016, 04:30:30 PM
 #2

Hey

I updated bitcoin core recently, it worked perfectly fine until yesterday when I came home I found a crash notice, I tried to reopen it, and it keeps crashing with this message, I'm on mac

What is going on, I don't want to loose my coin Sad

The error message is too long for here so I pasted it

http://pastebin.com/58bBBkEQ

Thanks

Also I transfered some btc to my wallet from coinbase when my wallet was not yet updated, have I lost those btc ? Since my wallet is crashing, the wallet has not yet retrieves the coins ? Will my wallet.dat file retrieve the btc that I have not yet in my wallet if I completely change it.

 The transfer from coinbase doesn't care if your wallet is update or not - it happened.    Have you made a backup of your wallet.dat file? 
LFC_Bitcoin
Legendary
*
Offline Offline

Activity: 3514
Merit: 9495


#1 VIP Crypto Casino


View Profile
June 07, 2016, 04:32:02 PM
 #3

You'll get better advice here bro - https://bitcointalk.org/index.php?board=4.0

Too many trolls & people who haven't got a clue in this section.

.
.BITCASINO.. 
.
#1 VIP CRYPTO CASINO

▄██████████████▄
█▄████████████▄▀▄▄▄
█████████████████▄▄▄
█████▄▄▄▄▄▄██████████████▄
███████████████████████████████
████▀█████████████▄▄██████████
██████▀██████████████████████
████████████████▀██████▌████
███████████████▀▀▄█▄▀▀█████▀
███████████████████▀▀█████▀
 ▀▀▀▀▀▀▀██████████████
          ▀▀▀████████
                ▀▀▀███

.
......PLAY......
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3374
Merit: 6535


Just writing some code


View Profile WWW
June 07, 2016, 04:35:27 PM
 #4

Please post the debug.log file, your crash log means nothing to us as that is generated by the OS, not Bitcoin Core.

Your Bitcoin is safe so long as you do not delete your wallet.dat file. It doesn't matter whether your wallet is synced as once the transaction is in the blockchain, the wallet will be able to find it when it does sync up.

xhomerx10
Legendary
*
Offline Offline

Activity: 3822
Merit: 7969



View Profile
June 07, 2016, 04:35:47 PM
 #5

The wallet.dat file should be store here  ~/Library/Application Support/Bitcoin/
on a Mac.  Make a copy of that before you do anything else.
Ilanoh (OP)
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
June 07, 2016, 04:40:40 PM
 #6

yes my wallet.dat file is secure and copied somewhere else also !
xhomerx10
Legendary
*
Offline Offline

Activity: 3822
Merit: 7969



View Profile
June 07, 2016, 05:39:34 PM
 #7

yes my wallet.dat file is secure and copied somewhere else also !

 Excellent.  Since you recently updated the version, I think the first thing to try is rebuilding the block chain index.
From the command line, run bitcoin-qt.exe with the -reindex command.
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3374
Merit: 6535


Just writing some code


View Profile WWW
June 07, 2016, 05:46:42 PM
 #8

yes my wallet.dat file is secure and copied somewhere else also !

 Excellent.  Since you recently updated the version, I think the first thing to try is rebuilding the block chain index.
From the command line, run bitcoin-qt.exe with the -reindex command.

That's not going to help with the software continuously crashing.

OP, please post the debug.log file. It should be in the same place that you found the wallet.dat file.

xhomerx10
Legendary
*
Offline Offline

Activity: 3822
Merit: 7969



View Profile
June 07, 2016, 06:32:50 PM
 #9

yes my wallet.dat file is secure and copied somewhere else also !

 Excellent.  Since you recently updated the version, I think the first thing to try is rebuilding the block chain index.
From the command line, run bitcoin-qt.exe with the -reindex command.

That's not going to help with the software continuously crashing.

OP, please post the debug.log file. It should be in the same place that you found the wallet.dat file.

 Program crashed on thread 7 which appeared to me to be running the UniValue subroutine which contains the comments

143     // Strict type-specific getters, these throw std::runtime_error if the
144     // value is of unexpected type

Which lead me to believe the block chain index needs to be rebuilt.  I believe that running the bitcoin-qt executable with the -reindex command will accomplish this task.  That being said, it could be a hardware issue - perhaps some bad memory?

 You may be right but it can't hurt to try my advice.  Worst case scenario is another program crash.



xhomerx10
Legendary
*
Offline Offline

Activity: 3822
Merit: 7969



View Profile
June 08, 2016, 04:54:36 PM
 #10

Wow.  Twenty-four hours and OP hasn't logged in since.  Maybe it was a hardware issue and the computer died.
Ilanoh (OP)
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
June 10, 2016, 03:38:40 PM
 #11

Hey guys thanks for the help and messages my computer was not with me, I was at my GF place :p

I try your solution now

However I'm on mac, will it work with the .exe extension ?

today's debug.log

2016-06-10 15:35:28 Bitcoin version v0.12.1 (2016-04-11 13:01:43 +0200)
2016-06-10 15:35:28 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2016-06-10 15:35:32 Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2016-06-10 15:35:32 Default data directory /Users/Ilan/Library/Application Support/Bitcoin
2016-06-10 15:35:32 Using data directory /Users/Ilan/Library/Application Support/Bitcoin
2016-06-10 15:35:32 Using config file /Users/Ilan/Library/Application Support/Bitcoin/bitcoin.conf
2016-06-10 15:35:32 Using at most 125 connections (2560 file descriptors available)
2016-06-10 15:35:32 Using 2 threads for script verification
2016-06-10 15:35:32 Using wallet wallet.dat
2016-06-10 15:35:32 scheduler thread start
2016-06-10 15:35:32 init message: Verifying wallet...
2016-06-10 15:35:32 CDBEnv::Open: LogDir=/Users/Ilan/Library/Application Support/Bitcoin/database ErrorFile=/Users/Ilan/Library/Application Support/Bitcoin/db.log
2016-06-10 15:35:35 Bound to [::]:8333
2016-06-10 15:35:35 Bound to 0.0.0.0:8333
2016-06-10 15:35:35 Cache configuration:
2016-06-10 15:35:35 * Using 2.0MiB for block index database
2016-06-10 15:35:35 * Using 32.5MiB for chain state database
2016-06-10 15:35:35 * Using 65.5MiB for in-memory UTXO set
2016-06-10 15:35:35 init message: Loading block index...
2016-06-10 15:35:35 Opening LevelDB in /Users/Ilan/Library/Application Support/Bitcoin/blocks/index
2016-06-10 15:35:36 Opened LevelDB successfully
2016-06-10 15:35:36 Using obfuscation key for /Users/Ilan/Library/Application Support/Bitcoin/blocks/index: 0000000000000000
2016-06-10 15:35:36 Opening LevelDB in /Users/Ilan/Library/Application Support/Bitcoin/chainstate
2016-06-10 15:35:39 Opened LevelDB successfully
2016-06-10 15:35:39 Using obfuscation key for /Users/Ilan/Library/Application Support/Bitcoin/chainstate: 60e545cbe8463538
2016-06-10 15:35:45 LoadBlockIndexDB: last block file = 23
2016-06-10 15:35:45 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=282, size=49159492, heights=272691...273714, time=2013-12-02...2013-12-08)
2016-06-10 15:35:45 Checking all blk files are present...
2016-06-10 15:35:45 LoadBlockIndexDB: transaction index disabled
2016-06-10 15:35:45 LoadBlockIndexDB: hashBestChain=00000000000000048a7b11f71c6ee2926bb2b91e5e20fd953446f7f2be18fb2d height=272857 date=2013-12-03 13:46:45 progress=0.103760
2016-06-10 15:35:46 init message: Verifying blocks...
2016-06-10 15:35:46 Verifying last 288 blocks at level 3
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3374
Merit: 6535


Just writing some code


View Profile WWW
June 10, 2016, 03:49:11 PM
 #12

Hey guys thanks for the help and messages my computer was not with me, I was at my GF place :p

I try your solution now

However I'm on mac, will it work with the .exe extension ?
Just omit the .exe part.

today's debug.log
Is that it? We need to see the full thing.

Jet Cash
Legendary
*
Offline Offline

Activity: 2702
Merit: 2449


https://JetCash.com


View Profile WWW
June 11, 2016, 06:23:21 AM
 #13

Just as an aside. I back up the blockchain as well as my wallet. I don't want to have to download the blockchain again if I have a hardware problem.

Offgrid campers allow you to enjoy life and preserve your health and wealth.
Save old Cars - my project to save old cars from scrapage schemes, and to reduce the sale of new cars.
My new Bitcoin transfer address is - bc1q9gtz8e40en6glgxwk4eujuau2fk5wxrprs6fys
Ilanoh (OP)
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
June 11, 2016, 09:33:55 AM
 #14

Hey guys thanks for the help and messages my computer was not with me, I was at my GF place :p

I try your solution now

However I'm on mac, will it work with the .exe extension ?
Just omit the .exe part.

today's debug.log
Is that it? We need to see the full thing.

The entire file is huge,

I have omited the .exe part but I get an invalid command
xhomerx10
Legendary
*
Offline Offline

Activity: 3822
Merit: 7969



View Profile
June 11, 2016, 12:06:22 PM
 #15

Hey guys thanks for the help and messages my computer was not with me, I was at my GF place :p

I try your solution now

However I'm on mac, will it work with the .exe extension ?
Just omit the .exe part.

today's debug.log
Is that it? We need to see the full thing.

The entire file is huge,

I have omited the .exe part but I get an invalid command


 Okay then, first show us the next 30 lines of the log after this line
Code:
2016-06-10 15:35:46 Verifying last 288 blocks at level 3
and also show us what you are typing into the console that gives an invalid command.
Ilanoh (OP)
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
June 11, 2016, 08:09:38 PM
 #16

There is nothing after this line,

I suppose the program crash at this moment

For the console

Marie-Stellas-MacBook-Pro:~ Ilan$ /Applications/bitcoin-qt.app -reindex
-bash: /Applications/bitcoin-qt.app: is a directory

Marie-Stellas-MacBook-Pro:~ Ilan$ bitcoin-qt -reindex
-bash: bitcoin-qt: command not found
longbob72
Hero Member
*****
Offline Offline

Activity: 574
Merit: 503


V2h5IGFyZSB5b3UgcmVhZGluZyB0aGlzPw==


View Profile
June 11, 2016, 08:23:54 PM
Last edit: June 11, 2016, 08:34:42 PM by longbob72
 #17

There is nothing after this line,

I suppose the program crash at this moment

For the console

Marie-Stellas-MacBook-Pro:~ Ilan$ /Applications/bitcoin-qt.app -reindex
-bash: /Applications/bitcoin-qt.app: is a directory

Marie-Stellas-MacBook-Pro:~ Ilan$ bitcoin-qt -reindex
-bash: bitcoin-qt: command not found

It's /Applications/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt -reindex

And in the debug.log, there should be some spaces between each of your sessions. You said the client crashed multiple times so check the last few lines of each sessions which the client crashed on and see if they are the same.

You can copy the debug.log and clear it, by the way. That way the file won't be so huge for you to post it here.

                                                                       
    ▄▄███████▄▄                           ▄      ▄
   ██████████████▄                       ███    ███
  ███▀ ▄▄▄▄▄▄▄ ▀████                     ███    ███
  █████████████▄ ▀███                    ███    ███   █▄ ▄▄
   ▀████▄  ▄▄███  ▀███                   ███    ███  ▄████
   ▄███████████   ▄███                  ███    ███  ▀▀███▀▀
   ███           ▄███         ▄▄▄▄      ███    ███     █    ▄▄  ▄▄▄▄
  ▄███     ▄▄▄▄█████        ▄█████▄    ▄██▀   ▄██▀    ███   █████████
  ███▄    ████████         ▄███▀▀███   ███    ███    ███▀   █████▀████
   ███     ▀▀█████▄      ▄█████▄ ███   ███    ███    ███    ████   ███
   ███         ▀███▄     ███▀███ ███  ███▀   ███▀    ███    ███▀   ███
   ███           ███▄    ███  ▀▀ ███  ███    ███    ███▀   ▄███    ███
   ▀██▄           ███    ███▄  ▄███   ███    ███    ███    ███    ███▀
    ███           ▀███▄   ████████    ███    ███    ███    ███    ███
    ▀██            ▀████   ▀████▀      ██     ██    ▀██    ▀█▀    ▀█▀


.
.
.
        ▄▄▀                ▀▄▄
     ▄ ▀▀                    ▀▀ ▄
   ▄ ▀▀▀                      ▀▀▀ ▄
  ▄▀▀▀                          ▀▀▀▄
 ▀█▄▄                            ▄▄█▀
▄█  ▄                            ▄  █▄
▀█ █▀                            ▀█ █▀
█▄  ▄                            ▄  ▄█
▀█ █                              █ █▀
█▄   █                          █   ▄█
 ██▄█▀                          ▀█▄██
  ▀▀  ▄█                      █▄  ▀▀
  ▀██▄ ▀  █▄              ▄█  ▀ ▄██▀
    ▀▀▀   ██  █▄      ▄█  ██   ▀▀▀
     ▀███▄▄▀  ███    ███  ▀▄▄███▀
        ▀▀▀▀▄▄▄▄▀    ▀▄▄▄▄▀▀▀▀
          ▀▀█████▀▀▀▀█████▀▀
.
.
Free Bitcoins
Chat Lottery & Games
Level Up System with Rewards
▄████████▄  ▄████████▄
██      ██  ██      ██
██      ██  ██      ██
██      ██  ██      ██
██      ██  ██      ██
 ████████    ████████
██      ██  ██      ██
██      ██  ██      ██
██      ██  ██      ██
██      ██  ██      ██
▀████████▀  ▀████████▀
.
Ilanoh (OP)
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
June 11, 2016, 08:37:57 PM
 #18

Yes it crashes always at the same point... "Verifying last 288 blocks at level 3"

WOOOW your command opened the wallet in 1 second !

What should I do now, if it keeps crashing ?

How long does it takes to reindex ?
longbob72
Hero Member
*****
Offline Offline

Activity: 574
Merit: 503


V2h5IGFyZSB5b3UgcmVhZGluZyB0aGlzPw==


View Profile
June 11, 2016, 08:52:12 PM
 #19

Yes it crashes always at the same point... "Verifying last 288 blocks at level 3"

WOOOW your command opened the wallet in 1 second !

What should I do now, if it keeps crashing ?

How long does it takes to reindex ?

Few minutes to couple of hours depending on your pc's performance, your sync stats before, and how bad the damage is.

If it keeps crashing then I don't know what to do except to reformat your harddisk (that's what I once did.).

                                                                       
    ▄▄███████▄▄                           ▄      ▄
   ██████████████▄                       ███    ███
  ███▀ ▄▄▄▄▄▄▄ ▀████                     ███    ███
  █████████████▄ ▀███                    ███    ███   █▄ ▄▄
   ▀████▄  ▄▄███  ▀███                   ███    ███  ▄████
   ▄███████████   ▄███                  ███    ███  ▀▀███▀▀
   ███           ▄███         ▄▄▄▄      ███    ███     █    ▄▄  ▄▄▄▄
  ▄███     ▄▄▄▄█████        ▄█████▄    ▄██▀   ▄██▀    ███   █████████
  ███▄    ████████         ▄███▀▀███   ███    ███    ███▀   █████▀████
   ███     ▀▀█████▄      ▄█████▄ ███   ███    ███    ███    ████   ███
   ███         ▀███▄     ███▀███ ███  ███▀   ███▀    ███    ███▀   ███
   ███           ███▄    ███  ▀▀ ███  ███    ███    ███▀   ▄███    ███
   ▀██▄           ███    ███▄  ▄███   ███    ███    ███    ███    ███▀
    ███           ▀███▄   ████████    ███    ███    ███    ███    ███
    ▀██            ▀████   ▀████▀      ██     ██    ▀██    ▀█▀    ▀█▀


.
.
.
        ▄▄▀                ▀▄▄
     ▄ ▀▀                    ▀▀ ▄
   ▄ ▀▀▀                      ▀▀▀ ▄
  ▄▀▀▀                          ▀▀▀▄
 ▀█▄▄                            ▄▄█▀
▄█  ▄                            ▄  █▄
▀█ █▀                            ▀█ █▀
█▄  ▄                            ▄  ▄█
▀█ █                              █ █▀
█▄   █                          █   ▄█
 ██▄█▀                          ▀█▄██
  ▀▀  ▄█                      █▄  ▀▀
  ▀██▄ ▀  █▄              ▄█  ▀ ▄██▀
    ▀▀▀   ██  █▄      ▄█  ██   ▀▀▀
     ▀███▄▄▀  ███    ███  ▀▄▄███▀
        ▀▀▀▀▄▄▄▄▀    ▀▄▄▄▄▀▀▀▀
          ▀▀█████▀▀▀▀█████▀▀
.
.
Free Bitcoins
Chat Lottery & Games
Level Up System with Rewards
▄████████▄  ▄████████▄
██      ██  ██      ██
██      ██  ██      ██
██      ██  ██      ██
██      ██  ██      ██
 ████████    ████████
██      ██  ██      ██
██      ██  ██      ██
██      ██  ██      ██
██      ██  ██      ██
▀████████▀  ▀████████▀
.
Ilanoh (OP)
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
June 11, 2016, 08:59:54 PM
 #20

If I go to another disk and copy paste wallet.dat will it work ?
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!