Prohashing mining batch file for Scrypt Algo

Discuss issues with mining rigs and connectivity issues with experienced Prohashing miners.
Forum rules
Welcome to the mining rig and connectivity support forum!

This forum is for discussing issues with mining rigs and connectivity issues with experienced PROHASHING miners. This is a great place to ask questions about connecting specific hardware to PROHASHING.

Remember, PROHASHING employees do not closely monitor the forums like we do the official support channels, so this forum's purpose is to connect you with other PROHASHING miners who have experience with similar hardware/issues. If you have connectivity issues you are unable to resolve here on the forum, please submit a ticket through the official support channels.

For the full list of PROHASHING forums rules, please visit https://prohashing.com/help/prohashing- ... rms-forums.
Post Reply
ruptan
Posts: 20
Joined: Fri Aug 25, 2017 10:04 am

Prohashing mining batch file for Scrypt Algo

Post by ruptan » Thu Dec 21, 2017 10:43 am

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
User avatar
AppleMiner
Posts: 736
Joined: Sat Sep 30, 2017 1:44 pm

Re: Prohashing mining batch file for Scrypt Algo

Post by AppleMiner » Thu Dec 21, 2017 11:31 am

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!
ruptan
Posts: 20
Joined: Fri Aug 25, 2017 10:04 am

Re: Prohashing mining batch file for Scrypt Algo

Post by ruptan » Thu Dec 21, 2017 1:06 pm

Thank you. I have an asic and it does not work with empty password.
User avatar
AppleMiner
Posts: 736
Joined: Sat Sep 30, 2017 1:44 pm

Re: Prohashing mining batch file for Scrypt Algo

Post by AppleMiner » Thu Dec 21, 2017 2:52 pm

then use n=miner1
so it sets a miner worker name to your setup.
ruptan
Posts: 20
Joined: Fri Aug 25, 2017 10:04 am

Re: Prohashing mining batch file for Scrypt Algo

Post by ruptan » Fri Dec 22, 2017 10:05 am

Thank you. Will try.
ruptan
Posts: 20
Joined: Fri Aug 25, 2017 10:04 am

Re: Prohashing mining batch file for Scrypt Algo

Post by ruptan » Fri Dec 22, 2017 11:22 pm

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.
spauk
Posts: 161
Joined: Wed Apr 27, 2016 7:33 pm

Re: Prohashing mining batch file for Scrypt Algo

Post by spauk » Sat Dec 23, 2017 7:29 am

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
ruptan
Posts: 20
Joined: Fri Aug 25, 2017 10:04 am

Re: Prohashing mining batch file for Scrypt Algo

Post by ruptan » Sat Dec 23, 2017 10:01 am

Cool. Thank you so much. I will try it and let you know. Take care.
Post Reply