Post
Topic
Board Announcements (Altcoins)
Re: [ANN] STRAKS - Decentralised, Open Source, Community Driven Digital Currency
by
machamizu
on 21/11/2017, 06:32:00 UTC
Instructions of solo mining.

1. Download wallet from https://github.com/straks/straks/releases
2. Extract into directory of your choosing
3. Run straksd.exe
4. Run straks-cli.exe getnewaddress
5. Create batch file with the following;
:loop
straks-cli.exe generatetoaddress 1
goto loop