Only scrypt multipool is available ?
Go to http://multipool.bitcoinland.org/shopcoin/ to add your shopcoin wallet and get your newly generated BTC wallet Address that will be used for mining.
Scrypt:Run your miners with these parameters:
Host: Pick the closest to you!
US East: stratum+tcp://useast.wafflepool.com:3333
US West: stratum+tcp://uswest.wafflepool.com:3333
Europe: stratum+tcp://eu.wafflepool.com:3333
Asia: stratum+tcp://sea.wafflepool.com:3333
Username: Your Bitcoin Address
Password: Any Password is acceptable.
Params: --scrypt
Example: ./sgminer -o stratum+tcp://useast.wafflepool.com:3333 -u your_bitcoin_address -p d=1024 --scrypt
Scrypt-N:Run your miners with these parameters:
Host: Pick the closest to you!
US East: stratum+tcp://useast.wafflepool.com:3332
US West: stratum+tcp://uswest.wafflepool.com:3332
Europe: stratum+tcp://eu.wafflepool.com:3332
Asia: stratum+tcp://sea.wafflepool.com:3332
Username: Your Bitcoin Address
Password: Any Password is acceptable.
Params: --scrypt-vert
Example: ./vertminer.exe -o stratum+tcp://useast.wafflepool.com:3332 -u your_bitcoin_address -p d=1024 --scrypt-vert
X11:
Run your miners with these parameters:
Host: Pick the closest to you!
US East: stratum+tcp://useast.wafflepool.com:3331
US West: stratum+tcp://uswest.wafflepool.com:3331
Europe: stratum+tcp://eu.wafflepool.com:3331
Asia: stratum+tcp://sea.wafflepool.com:3331
Username: Your Bitcoin Address
Password: Any Password is acceptable.
Params:
--kernel="x11mod" (only for sgminer)
--algo=x11 (only for ccminer)
Example: ./sgminer -o stratum+tcp://useast.wafflepool.com:3331 -u your_bitcoin_address -p d=0.02 --kernel=x11mod
Example: ./ccminer50.exe -o stratum+tcp://useast.wafflepool.com:3331 -u your_bitcoin_address -p d=0.02 --algo=x11