How to solo mine Antimatter?
1. Download a version of CGminer that can work with your GPU no later than version 3.7.0
1. Download Antimatter wallet and run it.
2. Create a antimatter.conf file like following :
rpcallowip=127.0.0.1
rpcuser=username
rpcpassword=yourpassword
server=1
daemon=1
listen=1
3. Save the .conf file in the %appdata%roaming antimatter folder.
4. Create a antimatter.bat file like the following : cgminer --scrypt -u username -p yourpassword -o
http://127.0.0.1:9331 -I 11 -g 1 --thread-concurrency 4096 -w 128 --queue 1 --no-submit-stale -s 1 --auto-fan
5. Save the .bat file in the CGminer folder.
6. Open the on the .bat you just created file and mine away. You can change the thread-concurrency and settings in the .bat depending on your configuration.