mist wallet momentarily is syncing so slow that I get a block synched every new block that gets found in the network. I will never go further than the 25K spread I guess.

No solution there?
Hey SebastianJu.
If you have a slow internet connection and an HDD, it's only normal syncing become slower and slower given that the number of transactions by block and therefore the blocksize is getting bigger with time (
see on Etherscan). Moreover, when using Mist, you're setting an Ethereum node which is good for the network but means that from time to time your blockchain copy will be partly downloaded by someone else (like when you're using any P2P software) which means random reading access to your disk which, again, is not working that good with HDDs.
To give you an example, I have a fiber connection to the Internet and a 7200 rpm HDD and I have to wait for roughly 2 days to catch up the blockchain after a 4 days deconnection.
So if you have some troubles catching up, I can only advise you to buy an SSD or to use some online wallet of your own choice.
Hi Fargusson,
it's the official wallet. And I know there are a lot of noobs that used mist to receive funds and then realize that they can not spend it. Searching for a solution about it.
It might be the HDD, I run it on a hybrid disc. The problem is not the CPU, it's using 11% only.
Question remains... how is it possible that mist is using the harddisc to heavily? I mean it doesn't write tenth of GB on the disk of blocks in the chain. It's calculating something or so. Even though geth already uses nearly 4 GB of RAM. So this sounds like a highly inefficient calculation routine or something in that area.
Greetings!
Sebastian
PS: Is there a safe vanitygen Creator for ethereum accounts?
PSS: In case I would like to create 1000 ethereum accounts automatically to give every investor his personal investment address, which wallet can do that and in a safe way?
Yeah. I know this slow sync problem with Mist is a bummer. I think there is a way to fast sync using a cmd option while setting a new installation from the scratch but I didn't tried it yet and it's becoming useless as when you just need to catch up from a two weeks holidays with your computer off.
It's probably the HDD. Mist, or any wallet which stores the chain data on your computer will be using a LOT your HDD because it needs not only to download the chaindata but also to share it with all the networks (or at least with the peers that are connected with you) in a way to reach consensus. It's really like if you were downloading the blockchain from eMule basically. So you will have many reading/writing access at more or less random location of your HDD which is hard to get with mechanical pieces.
As I said before, it will become harder and harder with the adoption going and the blocksize and blockchain size growing. Until we get a sharding blockchain (when there may be a way to set Mist to light node mode), you should probably get an online wallet or be prepared to wait for quite a long time and let your computer on most of the time.
Partial answer to your PS: I never heard of a way to make a routine to create multiple wallets. I don't think it exists because it means that you will have to save a log of all the passwords that encrypt the each private keys somewhere which look like an unsafe thing to do. If there is not some API of some sort you can use, I will use MEW (the real one, not the phishing attempts) and create the wallets manually (given that your investors don't mind the fact that you'll know their private key).