Well....It should look something like the following;
ccminer-x64.exe -a neoscrypt -o stratum+tcp://prohashing.com:3338 -u YourProhashUsedID.{YourRigName} -p a=neoscrypt,n=[YourRigName}
pause
So, if your name was your prohashing login and you had a rig/worker named 'TestRig'. The following would mine neoscrypt in FPPS mode.
It would look like;
ccminer-x64.exe -a neoscrypt -o stratum+tcp://prohashing.com:3338 -u robdavmil.TestRig -p a=neoscrypt,n=TestRig
pause
Here are the lines if you wanted to mine just feathercoin. Here is the command for all 3 modes; FPPS, PPLNS, and solo ;
FPPS mode
-------------
ccminer-x64.exe -a neoscrypt -o stratum+tcp://prohashing.com:3338 -u robdavmil.TestRig -p a=neoscrypt,c=feathercoin,n=TestRig
PPLNS mode
--------------
ccminer-x64.exe -a neoscrypt -o stratum+tcp://prohashing.com:3338 -u robdavmil.TestRig -p a=neoscrypt,c=feathercoin,n=TestRig,m=pplns
solo mode
------------
ccminer-x64.exe -a neoscrypt -o stratum+tcp://prohashing.com:3338 -u robdavmil.TestRig -p a=neoscrypt,c=feathercoin,n=TestRig,m=solo
I HIGHLY recommend their worker configurator under the Tools menu to help with the commands.
Hope this helps a little.
https://prohashing.com/tools/miner-conf ... r/Equihash