Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Kayaman85 on October 15, 2017, 12:31:11 PM



Title: Having trouble setting up my computer to mine .bat files cmd says cmd not recogn
Post by: Kayaman85 on October 15, 2017, 12:31:11 PM
So im trying to set me PC up to GPU mine by executing a .bat file and whenever i start it it immediately closes...so I added a "Pause" command to the file to see if it had an error message and it says that my mining info isnt recognized as a command... here is my mining file..

-a Lyra2z -o stratum+tcp://us-east.lyra2z-hub.miningpoolhub.com:20581 -u blahblah.blahblah1 -p blah blah

It says "-a" not recognized as a command

I am using windows all up to date on a gaming PC... Have had trouble with this for a long time, been trying to set up miners like this for about a year, ended up just using nicehash cuz it works... everything else i try doesnt work and IDK why its pissing me off.

So I really need YOUR help here plz... should i just switch over to Linux or somethin? lol.

Thanks in advance for any help you may provide.


BTC KayaManBTC


Title: Re: Having trouble setting up my computer to mine .bat files cmd says cmd not recogn
Post by: philipma1957 on October 15, 2017, 05:28:40 PM
this belongs in alt coin section

but I can try

Lyra2RE

stratum+tcp://lyra2re.eu.nicehash.com:3342


lyra2REv2
stratum+tcp://lyra2rev2.eu.nicehash.com:3347


are nicehash  so what is

lyra2z



mining pool hub lists this

Lyra2z   Zcoin   17025   0.04272   38.47G


https://zcoin.miningpoolhub.com/


Zcoin pool


1. Info

Zcoin pool
http://zcoin.io


2. Server settings

Here are server info for several regions.

U.S.     :   us-east.lyra2z-hub.miningpoolhub.com:20581
                us-east.zcoin.miningpoolhub.com:20581
Europe :   europe.lyra2z-hub.miningpoolhub.com:20581
                europe.zcoin.miningpoolhub.com:20581
Asia     :   asia.lyra2z-hub.miningpoolhub.com:20581
                asia.zcoin.miningpoolhub.com:20581



3. Miner settings



(1) sgminer - AMD
Download : https://github.com/djm34/sgminer-msvc2015/releases (by djm34)

sgminer -k lyra2z -o stratum+tcp://us-east.lyra2z-hub.miningpoolhub.com:20581 -u username.workername -p x




(2) ccminer - NVIDIA
Download : https://github.com/djm34/ccminer-msvc2015/releases/ (by djm34)
(Update 6th Oct, 2017. Fixed inefficient bug resulting lower hashrate on pools, compiled with latest cuda. djm34 binary is highly recommended than other ccminer releases)

x64 Download : https://github.com/Tourgasm/xzc-ccminer/releases/ (by Tourgasm)

ccminer -a lyra2z -o stratum+tcp://us-east.lyra2z-hub.miningpoolhub.com:20581 -u username.workername -p x


(3) CPU
Download : https://mega.nz/#!VoYXULrB!AXDUWbosASmHkv9Zy6z_bjrIf3LA3ABnygPMBhMdxaI
Source : https://github.com/zcoinofficial/cpuminer-xzc

cpuminer.exe -a lyra2z -o stratum+tcp://us-east.lyra2z-hub.miningpoolhub.com:20581 -u username.workername -p x

are you using?

2) ccminer - Nvidia

Download : https://github.com/djm34/ccminer-msvc2015/releases/ (by djm34)


Title: Re: Having trouble setting up my computer to mine .bat files cmd says cmd not recogn
Post by: MATHReX on October 17, 2017, 07:50:05 AM
So im trying to set me PC up to GPU mine by executing a .bat file and whenever i start it it immediately closes...so I added a "Pause" command to the file to see if it had an error message and it says that my mining info isnt recognized as a command... here is my mining file..

-a Lyra2z -o stratum+tcp://us-east.lyra2z-hub.miningpoolhub.com:20581 -u blahblah.blahblah1 -p blah blah

It says "-a" not recognized as a command

I am using windows all up to date on a gaming PC... Have had trouble with this for a long time, been trying to set up miners like this for about a year, ended up just using nicehash cuz it works... everything else i try doesnt work and IDK why its pissing me off.

So I really need YOUR help here plz... should i just switch over to Linux or somethin? lol.

Thanks in advance for any help you may provide.


BTC KayaManBTC

You haven't specified the miner executable file before "-a" syntax.
For example, if you use ccminer, you have to specify this "ccminer.exe" before "-a" to make it work because the syntax is associated with the miner software and if you don't specify it in the bat file, it wouldn't know what to associate the "-a" with.


Title: Re: Having trouble setting up my computer to mine .bat files cmd says cmd not recogn
Post by: Kayaman85 on October 17, 2017, 08:31:04 AM
how do i do that? I am using ccminer


Title: Re: Having trouble setting up my computer to mine .bat files cmd says cmd not recogn
Post by: hanskan on October 17, 2017, 08:44:54 AM
how do i do that? I am using ccminer

ccminer -a Lyra2z -o stratum+tcp://us-east.lyra2z-hub.miningpoolhub.com:20581 -u blahblah.blahblah1 -p blah blah


Title: Re: Having trouble setting up my computer to mine .bat files cmd says cmd not recogn
Post by: mrdenis on October 17, 2017, 08:45:19 AM
how do i do that? I am using ccminer

ccminer.exe -a Lyra2z -o stratum+tcp://us-east.lyra2z-hub.miningpoolhub.com:20581 -u blahblah.blahblah1 -p blah blah

make sure ccminer.exe is in the same folder as bat file...