Post
Topic
Board Announcements (Altcoins)
Re: [ANN] STRAKS - Decentralised, Open Source, Community Driven Digital Currency
by
machamizu
on 21/11/2017, 10:56:10 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

What you need to register in cohf?
you mean .conf file? if it is, copy and paste next lines.

#################
# General Config
#################
rpcuser=ustraks
rpcpassword=YOUR_SUPER_SECRET_PASSWORD
rpcport=7574
rpcallowip=127.0.0.1
server=1
daemon=1
listen=1
#maxconnections=100

####################
# Masternode Config
####################
#masternode=1
#masternodeprivkey=
#externalip=:7575
#promode=1

what am I doing wrong?

open your qt wallet and try it again.

can someone help?


I think your batch file is partially correct, and your CPU is mining alright. Just delete pause command and make it loop.

:loop
straks-cli.exe generatetoaddress 1
goto loop