Page 1 of 1

Any ccminer neoscrypt miners out there?

Posted: Sat May 22, 2021 1:20 pm
by robdavmil
Looking for someone to share their .bat text to mine feathercoin on Prohashing. Or actually mine any neoscrypt coins. I’ve tried a few things and I’m stuck. I’m sure there’s someone smarter then me out there who’s figured it out .

Thanks!

Re: Any ccminer neoscrypt miners out there?

Posted: Mon May 31, 2021 8:52 pm
by Marduke
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