Prohashing mining batch file for Scrypt Algo
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.
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.
Prohashing mining batch file for Scrypt Algo
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
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
- AppleMiner
- Posts: 736
- Joined: Sat Sep 30, 2017 1:44 pm
Re: Prohashing mining batch file for Scrypt Algo
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!
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
Thank you. I have an asic and it does not work with empty password.
- AppleMiner
- Posts: 736
- Joined: Sat Sep 30, 2017 1:44 pm
Re: Prohashing mining batch file for Scrypt Algo
then use n=miner1
so it sets a miner worker name to your setup.
so it sets a miner worker name to your setup.
Re: Prohashing mining batch file for Scrypt Algo
Thank you. Will try.
Re: Prohashing mining batch file for Scrypt Algo
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
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):
bfgminer 5.4.2 batch file (never submits shares at 65536 though):
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
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
Cool. Thank you so much. I will try it and let you know. Take care.