Needs a step by step install for windows....
On windows 10
Quick step by step tutorial
Activate the Bash terminal as shown in this tutorial
https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10Start a Bash window and do as follow
1:Go to root
cd
2: Run updates and install dependencies
sudo apt-get update
sudo apt-get install build-essential git cmake libboost-all-dev
3: Git clone
git clone
https://github.com/ZirtysPerzys/dragonglass.git4: Build the files
cd dragonglass
make
5: Sync blocks
cd build/release/src/
./dragonglassd
!!keep this terminal running and open new terminal for next step!!
6: Start simplewallet and create wallet (navigate to the folder where you created the wallet)
~dragonglass/build/release/src$ ./simplewallet
or
cd dragonglass/build/release/src
./simplewallet
set up wallet name & password
then start mining in wallet
start_mining
use "help" in wallet to check other commands
------------------------
!!Remember you have to use linux command in Bash
You'll find your folders and wallet in
C:\Users\YOURUSERNAME\AppData\Local\lxss\home
All of this until a windows wallet shows up, than you can copy the wallet.dat from the linux folder to wherever you need