Page 1 of 1

Prohashing mining batch file for Scrypt Algo

Posted: Thu Dec 21, 2017 10:43 am
by ruptan
Hi,
What is the actual mining script for Scrypt Algorithm. if I want to do one coin and then all profitable coins? Is it below or something like that?

stratum+tcp://prohashing.com:3333 - u username - p a=scrypt
or
stratum+tcp://prohashing.com:3333 - u username - p a=LTC

Any help will be appreciated. Thanks

Re: Prohashing mining batch file for Scrypt Algo

Posted: Thu Dec 21, 2017 11:31 am
by AppleMiner
Again, you will not make much mining scrypt on here with a CPU/GPU miner.

enter NO password at all for the best coin, and set the earnings tab to whatever payout coin you want.


HAPPY HASHING!

Re: Prohashing mining batch file for Scrypt Algo

Posted: Thu Dec 21, 2017 1:06 pm
by ruptan
Thank you. I have an asic and it does not work with empty password.

Re: Prohashing mining batch file for Scrypt Algo

Posted: Thu Dec 21, 2017 2:52 pm
by AppleMiner
then use n=miner1
so it sets a miner worker name to your setup.

Re: Prohashing mining batch file for Scrypt Algo

Posted: Fri Dec 22, 2017 10:05 am
by ruptan
Thank you. Will try.

Re: Prohashing mining batch file for Scrypt Algo

Posted: Fri Dec 22, 2017 11:22 pm
by ruptan
I have also tried with -p d=2048. But my shares are not being accepted for some reason. I am using CGMiner 4.3.5 with Zeus Miner script machine.

Re: Prohashing mining batch file for Scrypt Algo

Posted: Sat Dec 23, 2017 7:29 am
by spauk
http://cryptomining-blog.com/2791-new-b ... ypt-asics/
http://cryptomining-blog.com/wp-content ... indows.zip

bfgminer 4.2.1 seemed to work for me to get my zeus thunder x3's to be able to submit shares at 65536 difficulty. only issues with 4.2.1 that i could see is that at 65536 difficulty it says 0 instead of 1. and now the upper limit for difficulty seems to be 65536 because 131072 won't submit any shares. so i just keep it at 65536 because dynamic sometimes goes up to 131072 and gets stuck there.
i tried several different cgminer and bfgminer that normally work at lower difficulties, but won't work with this pool until they lower the difficulty (i thought they were going to make this change soon, hopefully allowing difficulties down to 16384 or lower for smaller asics.) i would think the newest bfgminer 5.4.2 or newer would work best, but it isn't always the case. i'm not an expert on this hardware either, might be some bug with the way the hardware was made if no software works right. but at the same time we're looking at discontinued and unsupported hardware and software

here's my batch file for bfgminer 4.2.1 for two thunder x3 (setting chipcount and clock looks a bit different from other bfgminers):

Code: Select all

bfgminer --scrypt -S zus:\\.\com18 -S zus:\\.\com22 -o stratum+tcp://prohashing.com:3333 -u spauk -p "a=scrypt d=65536 n=thunder" --zeus-cc 128 --zeus-clk 328
pause
bfgminer 5.4.2 batch file (never submits shares at 65536 though):

Code: Select all

bfgminer --scrypt -S zus:\\.\com18 -S zus:\\.\com22 -o stratum+tcp://prohashing.com:3333 -u spauk -p "a=scrypt d=65536 n=thunder2" --set zus:chips=128 --set zus:clock=328
pause

Re: Prohashing mining batch file for Scrypt Algo

Posted: Sat Dec 23, 2017 10:01 am
by ruptan
Cool. Thank you so much. I will try it and let you know. Take care.