*** NVIDIA ***
Download CCMiner from https://github.com/tpruvot/ccminer/releases/tag/2.2.2-tpruvot
Download Wallet from https://github.com/agnicoin/agni/releases/download/v1.0.0.0/agni-1.0.0.0-win64.zip (windows, linux or mac). There is no android or web wallets at the moment.
Extract both miner and wallet. Generate address and copy it. Let the wallet open and leave it to sync with the network
In the CCMiner folder create start.bat file. Change the start.bat file content to looks like:
ccminer.exe -a nist5 -o stratum+tcp://pool.bsod.pw:2198 -u YOURWALLETADDRESS.rigname -p c=AGNI
You can use whatever pool you like. I'm on pool.bsod.pw.
Set your GPU card clocks (I set CORE 100, MEMORY -500, and power limit 75 for NVIDIA 1060 6 GB, or 220 core for 1070ti) according what you think is best suits you.
*** ATI *** (I just tried to see is it working with ATI cards, and I did not continued mine with them)
Download SGMiner from https://github.com/nicehash/sgminer/releases/tag/5.6.1
Download Wallet from https://github.com/agnicoin/agni/releases/download/v1.0.0.0/agni-1.0.0.0-win64.zip (windows, linux or mac). There is no android or web wallets at the moment.
Extract both miner and wallet. Generate address and copy it. Let the wallet open and leave it to sync with the network.
In the SGMiner folder create start.bat file. Change the start.bat file content to looks like:
sgminer -k talkcoin-mod -o stratum+tcp://pool.bsod.pw:2198 -u YOURMININGWALLETADDRESS -p c=AGNI -I 20
You can use whatever pool you like.
Set your GPU card clocks (I have CORE 1250, MEMORY 2040, and core voltage -96 for ATI RX 470) according what you think is best suits you. And play with -I option to find the best results.