No thanks. Dev should make a Windows wallet at launch. 95% of members here use Windows. Now he and a handful can mine this.
We're at very first cycle of dev so no GUI tools released yet. Sorry for inconvenience. Windows user, however, can easily start daemon and generate wallet with pre-built binaries. Here are initial steps to start mining:
1. Download and extract binaries to a folder, say, C:/sumokoin-bin
2. Open cmd window, enter the following commands to start
sumokoind daemon:
cd C:/sumokoin-bin
sumokoind
and wait a few minutes until screen message says sth like:
You are sync with the network, start wallet now.
2. Open another command window (do not close daemon window), start wallet client:
cd C:/sumokoin-bin
sumo-wallet-cli
follow step-by-step guide to generate a new wallet, you'll have a new wallet address start with "
Sumo...". Remember to write down 26 seed words so that you can recover wallet whenever you want.
3. After successfully creating wallet, at wallet prompt, type:
to start solo mining where 4 is number of mining threads you want to start (often equal or less than number of CPU cores)
(or you may use the wallet address for mining to a pool.)
Hope this can help.