how can i start solo mining this? pls someone help me!!!

create a yenten.conf file in C:\Users\\AppData\Roaming\Yenten with information below
server=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=9999
run the minerd with this config
minderd -o 127.0.0.1:9999 -u user -p password -t #threads --coinbase-addr=#your_wallet_address
Download the Yenten release from here:
https://github.com/conan-equal-newone/yenten/releasesCreate file yenten.conf in the folder where the yentend is located and enter this information:
daemon=1
server=1
port=9981
rpcport=9982
rpcuser=username
rpcpassword=password
addnode=133.130.66.167
addnode=52.3.229.122Start the yenten-qt and navigate to Help > Debug window > Console
Type "setgenerate true" in the console which will start the mining
Check your hashrate with the command "getmininginfo"