Post
Topic
Board Announcements (Altcoins)
Re: [ANN] STRAKS - Decentralised, Open Source, Community Driven Digital Currency
by
nolemocy
on 21/11/2017, 05:30:03 UTC
U need to get ur address, then turn off GUI wallet.

Then start batch in ur straks wallet folder:
Code:
@echo off
start straksd.exe
timeout 10
:loop
straks-cli.exe generatetoaddress 1
goto loop