Post
Topic
Board Announcements (Altcoins)
Re: [ANN] 🌀The Blur Network (BLUR) 🌀 - PoW Cryptonight-Adaptive CPU-Only
by
captaindz
on 18/08/2018, 23:17:21 UTC
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
Code:
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
Code:
blur-wallet-cli.exe
. Follow the prompts to create your wallet.  Type
Code:
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
Code:
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:
Code:
./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.