Is there a simple windows wallet for Blur because the current wallet is bit complicated , too much files etc..
Download the binaries from
https://github.com/blur-network/blur/releases for windows, and extract the folder. Open the extracted folder and double click
blurd.exe
That is the daemon executable. You will need to wait for it to synchronize with the network. Once that is complete, double-click
blur-wallet-cli.exe
. Follow the prompts to create your wallet. Type
help
into either of those terminals, and that will output a list of commands, syntax, and their functions.
If you'd like to speed up the syncing process (considerably, I might add), you can open a Powershell by Pressing (Windows Button + X) on your keyboard. You should see a blue command prompt. That is the powershell. Start with the command
cd Downloads/blur-v0.1.7-win-x86_64
to switch your current directory to the folder into which you've extracted the binaries. Once you've done that, type:
./blurd.exe --seed-node 178.128.180.136:14894 --seed-node 178.128.186.101:14894 --seed-node 178.128.191.245:14894
Your daemon will begin syncing very quickly.
Thanks for your detailed explanation dev.