Carbonshark pool is down. I like it but seems the guy who runs it is not interested anymore.How to solo mine AIR? Never did it.
Normally I have config.conf file for every coin that I mine, so I just rename configDoge.conf -> config.conf and double click cgminer.exe and it would mine Doge and so on
for all coins that I have, but I never solomined. Anyone cares how to do it?
P.S. I looked at 1st page of this coin and created in roaming/Aircoin folder file with name aircoin.conf and put there what is on 1st page (with my name and password), then I am stumbled as I don't know what it means to start cgminer with --scrypt ....
(If Carbonshark comes back to life I would gladly join back again with my ATI R290)
Thank you.
These are the conf and bat files I used to solo mine hope this helps
AIRcoin.conf
listen=1
daemon=1
server=1
rpcuser=put-your-user-name-here
rpcpassword=put-your-password-here
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcallowip=localhost
rpcconnect=localhost
rpcallowip=192.168.1.*
rpcconnect=192.168.1.*
rpcallowip=10.0.0.*
rpcconnect=10.0.0.*
rpcport=1630
port=1631
gen=0
testnet=0
addnode=107.170.20.200
addnode=188.226.182.21
Note: you can delete the extra rpc allow and connects I was using them to have multiple computer mine the same wallet.
------------------------------------
This the bat file I used to start the solo mining
AIRsolo.bat
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
c:\cgminer\cgminer --scrypt -o
http://127.0.0.1:1630 --gpu-engine 1085 --gpu-memclock 1250 -u put-your-user-name-here -p put-your-password-here --thread-concurrency 8000 -I 18 -g 1 -w 256 -s 5 -E 25
Note: These are the settings that worked for my card they will be different for your card