BirthdayResearch / defichain-app

DeFi Blockchain desktop app for Windows, Linux and Mac.
https://defichain.com
MIT License
157 stars 57 forks source link

Mac: 2.4.5 unable to start blockchain #921

Closed c8400 closed 3 years ago

c8400 commented 3 years ago

Actual behavior: V2.4.4 on mac is unable to start the blockchain. The app doesn't want to close neither. I need to do a force close action. applogs.loge binary logs.log

I've tried restarting my laptop with no luck.

What are your environment parameters?

defichain-bot commented 3 years ago

@c8400: Thanks for opening an issue, it is currently awaiting triage.

The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.

In the meantime, you can:

  1. Checkout DeFiChain’s Github issue page to see if your issue has already been reported
  2. Submit any logs if you have them, this will greatly expedite the process for us.
  3. You can also join our Telegram or Reddit community channels.
Details I am a bot created to help the [DeFiCh](https://github.com/DeFiCh) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/DeFiCh/app/blob/master/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [DeFiCh/oss-governance-bot](https://github.com/DeFiCh/oss-governance-bot) repository.
supervolot commented 3 years ago

I got my servers live again. I change to SPV=1 line in the defi.conf; and delete all folders (except "wallet") and start the wallet with snapshot 893149.zip

izzycsy commented 3 years ago

Hi @c8400 , the team is investigating on the issue. Please refer to DeFiChain Announcements (EN) for the latest update. Thank you.

thedoublejay commented 3 years ago

Hi @c8400, can you please try these steps?

  1. Very important: Backup your wallet.dat (Make sure you have a copy of your wallet.dat)
  2. Go to your Blockchain Folder (https://defichain-wiki.com/wiki/Blockchain_folder)
  3. Delete all files and folders except wallets
  4. Download v2.4.5 and install it (https://defichain.com/downloads/)
  5. Once app starts, it will sync from scratch or force a re-index. You may download the latest snapshot (893149).
  6. Sync from Snapshot
c8400 commented 3 years ago

followed above steps. The app loaded for a long time after downloading the snapshot. Seems to work 100% again, thanks.