Looks like the forum on ethereum.org is pretty much useless. I asked some things but no answer at all. So I will try here again.
It looks like Mist is unuseable for me. I can't let it run all the time. Doesn't make sense.
1.) I tried to use the fast flag but it looks like I can't use it on windows in the newer versions. Is that correct?
2.) I use Mist because it is the official wallet and should have the full capability with smart contracts and so on. Is there a safe alternative that have all the full functionality like mist has? Myetherwallet.com has his own risks I guess. Parity lately showed broken multisig contracts, which is bad since I would use that. So can you suggest a wallet I search for?
3.) I want to accept ETH payments. Each investor should receive his own ether address which is rather complicated with the mist wallet, for example. I would need to have a connection ETH-Investment address and user. Any suggestion on that?
Thank you!
Hi SebastianJu.
1) Normally the fast flag should work but I think there are some prerequisites:
- you shouldn't have started downloading the chaindata yet
- you may have to first run geth using cmd
You should find a step-by-step workaround
here.
2) I've heard MEW, Parity and Jaxx are the most common alternatives to Mist out there (I personally use Mist). I don't think there is any problem using Parity if you want to, given that you don't use multisig wallets that often and that the sloppy code on Parity's multisig wallet contract has been repaired.
Please note that unlike Parity and Mist, MEW is an online wallet which you should have noticed given that you're talking about some "risks". That also mean that you won't have to run a node which means that you won't have any problem downloading chaindata if you don't have a good internet connection and an SSD but also means that you won't run a node (obviously) which is that less help for the network.
In any case, don't forget to save at least an UTC/JSON copy of your private key on some cold storage you own to prevent any ETH loss.
Finally don't forget to check that you're accessing the website of the wallet of your choice using the right URL: there's plenty of fishing attempts out there (especially for MEW).
3) If I recall correctly, you already asked for something like this some time ago (you wanted to create multiples addresses in a row). Now that I see you slightly changed your question, I understand that you gave up on your previous idea. I still don't see why all your investors can't manage to create their address themselves but that should be part of your business plan

Anyway,
ENS ledger is designed to make a link between a human-readable address and an ETH account. You may wan't to create an ENS domain name for each of your investors ?
Please note that if you wan't some answers to your questions to come, I think the
Ethereum official subreddit is the right place to go.