WACCOIN SILVER MINING POOL RELEASED
http://178.63.168.43 If your using Linux, Then type the following into the console:
CGMiner
./cgminer --scrypt -o stratum+tcp://178.63.168.43:4345 -u Weblogin.WorkerName -p WorkerPassword
BFGMiner
./bfgminer --scrypt -o stratum+tcp://178.63.168.43:4345 -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.
You can download pre-configured one from MEGA Here or you can make your own by opening notepad and then copy and pasting the following:
MinerD
minerd -a --scrypt -t 6 -s 4 -o stratum+tcp://178.63.168.43:4345 -u Weblogin.WorkerName -p WorkerPassword
CGMiner
cgminer --scrypt -o stratum+tcp://178.63.168.43:4345 -u Weblogin.WorkerName -p WorkerPassword
BFGMiner
bfgminer --scrypt -o stratum+tcp://178.63.168.43:4345 -u Weblogin.WorkerName -p WorkerPassword
Cudaminer For NVIDIA Cards
cudaminer -o stratum+tcp://178.63.168.43:4345 -u Weblogin.WorkerName -p WorkerPassword