ethereum / mist

[DEPRECATED] Mist. Browse and use Ðapps on the Ethereum network.
http://ethereum.org
GNU General Public License v3.0
7.44k stars 2.12k forks source link

Download Problem #3457

Closed gigamike closed 6 years ago

gigamike commented 6 years ago

Guys,

I tried downloading Etheruem Wallet Mist version 0.9.3 on Mac. Every time i download/sync its very slow and at the same time when i shutdown my Mac it resets. I already tried deleting the chaindata but didnt work. Ether node Geth 1.7.2 . Network Main Network. Check Sync with Light Client (Beta). Im worried about this one coz there is already someone transferred on account on my wallet but wont reflect coz maybe because of this sync.

Any ideas?

Thanks in advance

bechtech commented 6 years ago

same shit!

evertonfraga commented 6 years ago

Sorry for that guys, let me reason it. Geth, the software that syncs with the blockchain under the hood downloads the block headers and over 70M state entries, similar to database records.

The current behavior is: stop at CURRENT_BLOCK - 100 while downloading those millions of records. I know it's not feasible for a user that only wants to make a few transactions, and we're actively working on better solutions.

Consider using http://myetherwallet.com if you need to make transactions in a hurry.

Please refer to this issue for more informations.

lock[bot] commented 6 years ago

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.