My wallet is not syncing, does anyone have the latest official snapshot of the blockchain?
It only shows 1 - 2 peers, I have wallet version 0.9.0
Snapshot?
What wallet are you using? Did it use to sync? Do you have any error popup of some kind?
Ethereum wallet version 0.9.0
No it was never synced before, iv tried many times, if it does start to sync it will slowly move, for example about 2 - 4% over 48hrs.
Thats why I was asking for the most recent snapshot, so I don't have to sync from the beginning.
It could be normal you're having some trouble catching up the network, especially if you've a slow internet connection and/or you're storing the blockchain data on an HDD.
Try erasing all the data you've already downloaded which should be on the \geth\chaindata folder and start manually a node in fast mode using the following workaround:
- Open cmd.exe
- Navigate to geth directory by running cd %APPDATA%\Roaming\EthereumWallet\binaries\Geth\unpacked (the path may be a bit different on your computer)
- Execute the following command: geth.exe --fast --cache 1024
Try not to erase your keystore folder which is where your private key(s) is(are) stored!
If it's still syncing very slowly, you may want to try an online wallet like MEW. Beware of phishing websites though.