<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Ethereum_Wallet_Syncing_Problems</id>
	<title>Ethereum Wallet Syncing Problems - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Ethereum_Wallet_Syncing_Problems"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Ethereum_Wallet_Syncing_Problems&amp;action=history"/>
	<updated>2026-05-15T07:58:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Ethereum_Wallet_Syncing_Problems&amp;diff=1339&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;{{#seo: |title= Ethereum Wallet Syncing Problems – zaoniao Wiki |keywords=ethereum_wallet_syncing_problems,ethereum_wallet_sync_problems,sync_problem,sync,ethereum wallet sy...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Ethereum_Wallet_Syncing_Problems&amp;diff=1339&amp;oldid=prev"/>
		<updated>2019-02-28T09:27:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{#seo: |title= Ethereum Wallet Syncing Problems – zaoniao Wiki |keywords=ethereum_wallet_syncing_problems,ethereum_wallet_sync_problems,sync_problem,sync,ethereum wallet sy...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#seo:&lt;br /&gt;
|title= Ethereum Wallet Syncing Problems – zaoniao Wiki&lt;br /&gt;
|keywords=ethereum_wallet_syncing_problems,ethereum_wallet_sync_problems,sync_problem,sync,ethereum wallet sync,ethereum wallet problem&lt;br /&gt;
|description=One of the most common problems with the Ethereum Wallet application is keeping the blockchain in sync with the Ethereum network&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;amp/&amp;gt;&lt;br /&gt;
[[File:Ethereum Wallet Syncing Problems.png|350px|right|Ethereum Wallet Syncing Problems]]&lt;br /&gt;
One of the most common problems with the '''Ethereum Wallet''' application is keeping the [[blockchain]] in '''sync''' with the '''Ethereum network'''. This page describes some of the common issues users may encounter while trying to sync the blockchain and potential methods to work around the problems.&lt;br /&gt;
&lt;br /&gt;
'''Note that Ethereum Wallet will not display your account balance correctly when it is not synced fully or correctly'''.&lt;br /&gt;
&lt;br /&gt;
==Unable To Sync==&lt;br /&gt;
&lt;br /&gt;
Check that your the clock on your computer is close to real time. Change your system settings so that your system clock is synced to an NTP (Network Time Protocol) server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Slow Syncing Between Blocks 2,283,397 And 2,717,576==&lt;br /&gt;
{{#ev:youtube|7YXyDw9Zeec|450|right|A video showing how to fix a stuck wallet. Use this method if your Ethereum wallet is stuck and a block and won't download the blockchain}}&lt;br /&gt;
You may be encountering some problems syncing Ethereum Wallet (or Mist) to the Mainnet blockchain. A common problem when syncing Ethereum Wallet's blockchain data is that the syncing slows down between blocks 2,283,397 and 2,620,384 due to the attack on the Ethereum network (reference [http://ethereum.stackexchange.com/questions/9883/why-is-my-node-synchronization-stuck-extremely-slow-at-block-2-306-843 Why is my node synchronization stuck/extremely slow at block 2,306,843?]).&lt;br /&gt;
&lt;br /&gt;
The syncing also slows down between blocks 2,675,055 and 2,717,576 due to the state clearing process to remove the 20 million empty accounts created by the network attack.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How to recover from slow syncing?==&lt;br /&gt;
&lt;br /&gt;
If you have a problem with slow syncing, the easiest way to recover from this slowdown is to remove your blockchain data and restart Ethereum Wallet. Ethereum Wallet will then perform a fast sync which skips over these attack blocks.&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Make sure you back up your keystore directory so you don't accidentally delete your account information.'''&lt;br /&gt;
&lt;br /&gt;
Shut down Ethereum Wallet.&lt;br /&gt;
&lt;br /&gt;
Depending on your operating system, you will find the chaindata subdirectory in:&lt;br /&gt;
* Linux - HOME/.ethereum/geth&lt;br /&gt;
* OS/X - HOME/Library/Ethereum or HOME/Library/Ethereum/geth&lt;br /&gt;
* Windows - %APPDATA%/Ethereum&lt;br /&gt;
&lt;br /&gt;
Remove the chaindata directory.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can run geth removedb to remove the blockchain data.&lt;br /&gt;
&lt;br /&gt;
Start Ethereum Wallet. It should now start fast syncing the blockchain data. Alternatively, run geth --syncmode &amp;quot;fast&amp;quot; --cache 1024 console and then start Ethereum Wallet.&lt;br /&gt;
&lt;br /&gt;
Refer to [[Network Ports, Files And Directories]] for more information on the location of Ethereum software files and directories on your computer.&lt;br /&gt;
&lt;br /&gt;
Another method to reduce sync-time is to run your copy of the blockchain from a Solid State Drive (SSD) as rotational drives are much more affected by the I/O generated by the clearing process, if you are running a full sync.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How can I tell if my node client is fast syncing or not?==&lt;br /&gt;
&lt;br /&gt;
Compare your logging messages with the following logging messages to determine whethere your node client is fast syncing or normal syncing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fast Sync In Progress===&lt;br /&gt;
&lt;br /&gt;
The following messages are displayed on the `geth --syncmode &amp;quot;fast&amp;quot; console` (pre 1.6.0) screen - note the '''header(s)''' and '''receipt(s)''':&lt;br /&gt;
&lt;br /&gt;
 I0416 13:35:53.497422   30629 blockchain.go:889] imported 192 header(s) (0 ignored) in 71.941018ms. #6336 [2edbbc3fâ€¦ / b80c9ac3â€¦]&lt;br /&gt;
 I0416 13:35:54.263134   30629 blockchain.go:1044] imported 192 receipt(s) (0 ignored) in 55.447062ms. #6336 [2edbbc3fâ€¦ / b80c9ac3â€¦]&lt;br /&gt;
 I0416 13:35:54.683682   30629 blockchain.go:889] imported 192 header(s) (0 ignored) in 73.050377ms. #6528 [8ab9a7afâ€¦ / f2ffecacâ€¦]&lt;br /&gt;
&lt;br /&gt;
And following is the equivalent geth 1.6.0 (Testnet) message during a fast sync:&lt;br /&gt;
&lt;br /&gt;
 INFO [03-29|00:44:05] Imported new block headers               count=576  elapsed=83.935ms  number=165038 hash=0d79aeâ€¦139c84 ignored=0&lt;br /&gt;
 INFO [03-29|00:44:05] Imported new state entries               count=128  elapsed=25.678ms  processed=150388 pending=45633&lt;br /&gt;
 INFO [03-29|00:44:05] Imported new block receipts              count=156  elapsed=32.949ms  number=146168 hash=40f288â€¦4f46ca ignored=0&lt;br /&gt;
 INFO [03-29|00:44:06] Imported new block headers               count=192  elapsed=28.569ms  number=165230 hash=9a4733â€¦688bd0 ignored=0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fast Sync Just Completed, Transitioning To Normal Sync ===&lt;br /&gt;
&lt;br /&gt;
Here is the transition when the `--syncmode &amp;quot;fast&amp;quot;` syncing (pre 1.6.0) has completed and normal syncing starts:&lt;br /&gt;
&lt;br /&gt;
 I0416 17:16:12.631667   30629 blockchain.go:1251] imported 195 block(s) (0 queued 0 ignored) including 0 txs in 1.235990428s. #384 [d707e667 / d3d5d5c1]&lt;br /&gt;
 I0416 17:16:12.631825   30629 sync.go:180] fast sync complete, auto disabling&lt;br /&gt;
 I0416 17:16:48.831757   30629 blockchain.go:1251] imported 4 block(s) (0 queued 0 ignored) including 0 txs in 12.933585ms. #388 [bbb506ab / 0ace7268]&lt;br /&gt;
&lt;br /&gt;
And following is the equivalent geth 1.6.0 message during the transition:&lt;br /&gt;
&lt;br /&gt;
 INFO [04-05|19:22:07] Imported new state entries               count=17   elapsed=675.795Âµs processed=672794 pending=598&lt;br /&gt;
 INFO [04-05|19:22:08] Imported new state entries               count=267  elapsed=7.681ms   processed=673061 pending=123&lt;br /&gt;
 INFO [04-05|19:22:08] Imported new state entries               count=26   elapsed=1.053ms   processed=673087 pending=13&lt;br /&gt;
 INFO [04-05|19:22:08] Imported new state entries               count=1    elapsed=361.354Âµs processed=673088 pending=0&lt;br /&gt;
 INFO [04-05|19:22:08] Imported new block receipts              count=1    elapsed=3.234ms   number=3480221 hash=e61ce2â€¦40f00d ignored=0&lt;br /&gt;
 INFO [04-05|19:22:08] Committed new head block                 number=3480221 hash=e61ce2â€¦40f00d&lt;br /&gt;
 INFO [04-05|19:22:16] Imported new chain segment               blocks=208 txs=2654 mgas=75.759 elapsed=8.082s    mgasps=9.373 number=3480429 hash=4da365â€¦1f252e&lt;br /&gt;
 INFO [04-05|19:22:19] Imported new chain segment               blocks=71  txs=883  mgas=26.608 elapsed=2.818s    mgasps=9.440 number=3480500 hash=be85e6â€¦b3926f&lt;br /&gt;
 INFO [04-05|19:22:19] Fast sync complete, auto disabling &lt;br /&gt;
 INFO [04-05|19:22:28] Imported new chain segment               blocks=1   txs=0    mgas=0.000  elapsed=7.716ms   mgasps=0.000 number=3480501 hash=f080caâ€¦ac0b54&lt;br /&gt;
 INFO [04-05|19:22:32] Imported new chain segment               blocks=54  txs=844  mgas=32.843 elapsed=2.700s    mgasps=12.160 number=3480555 hash=d6cd57â€¦4d77c1&lt;br /&gt;
 INFO [04-05|19:22:34] Imported new chain segment               blocks=1   txs=9    mgas=0.270  elapsed=32.803ms  mgasps=8.244  number=3480556 hash=a45d32â€¦a1f89d&lt;br /&gt;
 INFO [04-05|19:23:04] Imported new chain segment               blocks=1   txs=2    mgas=0.055  elapsed=39.279ms  mgasps=1.389  number=3480557 hash=a01317â€¦b2701c&lt;br /&gt;
 INFO [04-05|19:23:06] Imported new chain segment               blocks=1   txs=51   mgas=2.904  elapsed=1.515s    mgasps=1.916  number=3480558 hash=ec84c9â€¦fb5703&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Normal Sync In Progress===&lt;br /&gt;
&lt;br /&gt;
And the following messages are displayed on the `geth console` (pre 1.6.0) screen - note the '''block(s)''':&lt;br /&gt;
&lt;br /&gt;
 I0416 13:32:23.331906   30581 blockchain.go:1251] imported 256 block(s) (0 queued 0 ignored) including 0 txs in 979.938402ms. #6366 [66dcf4c1 / c5d009a1]&lt;br /&gt;
 I0416 13:32:24.169955   30581 blockchain.go:1251] imported 256 block(s) (0 queued 0 ignored) including 0 txs in 836.388044ms. #6622 [e11a3fa9 / d211c2e1]&lt;br /&gt;
 I0416 13:32:24.974790   30581 blockchain.go:1251] imported 256 block(s) (0 queued 0 ignored) including 0 txs in 803.457715ms. #6878 [c9f9ae12 / 238493b8]&lt;br /&gt;
&lt;br /&gt;
And following is the equivalent geth 1.6.0 message from a full sync transitioning to incremental single block updates. The blocks will sync in batches, and when your blockchain data is up to date, single blocks are received approximately every 14 seconds:&lt;br /&gt;
&lt;br /&gt;
 INFO [04-01|10:36:24] Imported new chain segment               blocks=2 txs=4 mgas=0.229 elapsed=111.408ms mgasps=2.053 number=3454425 hash=2f3ad3â€¦768034&lt;br /&gt;
 INFO [04-01|10:36:24] Imported new chain segment               blocks=1 txs=0 mgas=0.000 elapsed=9.165ms   mgasps=0.000 number=3454426 hash=e54658â€¦80d4c4&lt;br /&gt;
 INFO [04-01|10:36:27] Imported new chain segment               blocks=12 txs=170 mgas=4.707 elapsed=2.535s    mgasps=1.857 number=3454438 hash=6aaa7eâ€¦c12f5d&lt;br /&gt;
 INFO [04-01|10:36:30] Imported new chain segment               blocks=9  txs=198 mgas=6.030 elapsed=2.882s    mgasps=2.092 number=3454447 hash=4de30câ€¦7d6c05&lt;br /&gt;
 INFO [04-01|10:36:48] Imported new chain segment               blocks=1  txs=4   mgas=0.084 elapsed=51.447ms  mgasps=1.633 number=3454448 hash=ef97fdâ€¦6a11b5&lt;br /&gt;
 INFO [04-01|10:37:20] Imported new chain segment               blocks=1  txs=4   mgas=0.084 elapsed=10.502ms  mgasps=7.998 number=3454449 hash=c1307dâ€¦e73a90&lt;br /&gt;
 INFO [04-01|10:37:21] Imported new chain segment               blocks=1  txs=35  mgas=0.920 elapsed=542.136ms mgasps=1.697 number=3454449 hash=fd6829â€¦afa455&lt;br /&gt;
 INFO [04-01|10:37:23] Imported new chain segment               blocks=1  txs=1   mgas=0.021 elapsed=7.924ms   mgasps=2.650 number=3454450 hash=c8f298â€¦0945a0&lt;br /&gt;
 INFO [04-01|10:37:34] Imported new chain segment               blocks=1  txs=1   mgas=0.021 elapsed=19.412ms  mgasps=1.082 number=3454451 hash=e3d371â€¦769036&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Alternatives==&lt;br /&gt;
&lt;br /&gt;
===Use Parity Node Client And User Interface===&lt;br /&gt;
&lt;br /&gt;
You can use Parity and start the Parity syncing using the following command line parameter for a reasonably quick sync:&lt;br /&gt;
&lt;br /&gt;
 parity --warp&lt;br /&gt;
&lt;br /&gt;
You can access the Parity user interface by navigating in your browser to '''http://localhost:8080''' .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Use Parity Node Client With Ethereum Wallet===&lt;br /&gt;
&lt;br /&gt;
You can use Parity as a back end to Ethereum Wallet. Start Parity with the following command line&lt;br /&gt;
&lt;br /&gt;
 parity --warp --geth&lt;br /&gt;
&lt;br /&gt;
You can then start Ethereum Wallet and it will connect to your Parity instance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [http://ethereum.stackexchange.com/questions/9883/why-is-my-node-synchronization-stuck-extremely-slow-at-block-2-306-843 Why is my node synchronization stuck/extremely slow at block 2,306,843?]&lt;br /&gt;
* [http://ethereum.stackexchange.com/questions/603/help-with-very-slow-mist-sync Help with very slow mist sync]&lt;br /&gt;
* [[Network Ports, Files And Directories]]&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://theethereum.wiki/ http://theethereum.wiki/]&lt;br /&gt;
&lt;br /&gt;
[[de: Ethereum Wallet Synchronisierungsprobleme]]&lt;br /&gt;
[[Category:EWallets]]&lt;br /&gt;
[[Category:Cryptocurrency wallet]]&lt;br /&gt;
[[Category:Ethereum]]&lt;br /&gt;
[[Category:Weaknesses]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>