New Aurora Mining Pool
http://s1.altcoinix.com/aur/public%1 Pool Fee
If your using Linux, Then type the following into the console:
CGMiner
./cgminer --scrypt -o stratum+tcp://s1.altcoinix.com:2503 -u Weblogin.WorkerName -p WorkerPassword
BFGMiner
./bfgminer --scrypt -o stratum+tcp://s1.altcoinix.com:2503 -u Weblogin.WorkerName -p WorkerPassword
If you want to mine on a Windows Operating System, then you'll need to create a batch file to start your miner.
Simply open notepad and then copy and paste the following:
CGMiner
cgminer --scrypt -o stratum+tcp://s1.altcoinix.com:2503 -u Weblogin.WorkerName -p WorkerPassword
BFGMiner
bfgminer --scrypt -o stratum+tcp://s1.altcoinix.com:2503 -u Weblogin.WorkerName -p WorkerPassword
MinerD
minerd -a scrypt -t 6 -s 4 -o stratum+tcp://s1.altcoinix.com:2503 -u Weblogin.WorkerName -p WorkerPassword
Cudaminer For NVIDIA Cards
cudaminer -o stratum+tcp://s1.altcoinix.com:2503 -u Weblogin.WorkerName -p WorkerPassword