how to solo with minerd?
on windows go to your appdata/roaming foler and fine the Yenten directory
you need to create a new files called yenten.conf
paste this into it:
daemon=1
server=1
gen=1
port=9981
rpcport=9982
rpcuser=username
rpcpassword=password
Addnode=133.130.66.167:9981
Addnode=52.3.229.122:9981
the addnodes where cust one my client found when I first started it
make sure the file extension is .conf and .txt
close and reopen your wallet
now with your cpu mining software you need to setup your batch file
this is what mine looks like
minerd.exe -t 8 -a yescryptr16 -o localhost:9982 -u username -p password --coinbase-addr=Yg9V2QcATdh47NvPquo1HuE7T2e83Jaewg
PAUSE
the - t is the number of threads
the coinbase addr change to your address
should be good to go
-TC