Pages:
Author

Topic: EWBF's CUDA Zcash miner - page 70. (Read 2164327 times)

newbie
Activity: 12
Merit: 1
September 07, 2017, 05:32:25 AM
Hello all, new to this and downloaded Zcash miner today to my windows 7 Probook 6570b laptop which has an intel HD Graphics 4000 card on the board. I did everything that was instructed but can't get the miner to run. Any suggestions?

thanks,

The Intel HD Graphics 4000 is a graphics card running on processor - CPU. It supports OpenCL, so you can mine with it using miners supporting OpenCL.
However, do to nature of this "GPU" it is in fact better to directly use your CPU power for mining using CPU designed algorithm, such as CryptoNight, or Hodl on NiceHash getting payout in BTC.
Then you can exchange BTC to Zcash, it will be more profitable in your case than directly mining Zcash.
full member
Activity: 207
Merit: 100
Wahoo for the Bitcoin revolution!
September 07, 2017, 12:50:31 AM
Hello all, new to this and downloaded Zcash miner today to my windows 7 Probook 6570b laptop which has an intel HD Graphics 4000 card on the board. I did everything that was instructed but can't get the miner to run. Any suggestions?

thanks,
full member
Activity: 558
Merit: 194
September 06, 2017, 06:46:45 PM
I got 3 rigs going and figured I'd share my Sol rates.

Rig 1 - 6x EVGA 1080Ti OC Gamer's Black Edition
Rig 2 - 1x Zotac 1080Ti ArticStorm (water cooled) 1x EVGA 1070 Overclocked edition
Rig 3 - 1x Nvidia 1070 FE

newbie
Activity: 4
Merit: 0
September 06, 2017, 05:55:12 PM
I am using EWBF 0.3.4b and my Nvidia 1070s keep hitting the temp limit. I have set the temp limit to 75C. The cards were going up to 83C. I have not had this issue with any other miner. I also reduced the intensity to 45. All other values are default values. Any ideas why it would be running so hot?

Note: I am not using PEC.
legendary
Activity: 1274
Merit: 1006
September 06, 2017, 03:08:06 PM
Does anyone know why the system doesn't boot if I plus pcie riser into main x16 slot on motherboard?

BTW - I'm using P5Q PRO board: https://www.asus.com/Motherboards/P5Q_PRO/

Whenever I use the main x16 pcie slot (blue) the system won't boot.
Anyone knows how can I fix this ?
newbie
Activity: 42
Merit: 0
September 06, 2017, 02:56:17 PM
In the mining software it states that I have a "Total speed: 1760 Sol/s" stable but in flypool i have 1.6kH/s average effective hastrate, I think I should have 1.7kH/s, all share is valid, it's a problem?
nope pool side is what you need to pay more attention too, lots of things your not considering that affect actual hashrate

explain me a little better pls
sr. member
Activity: 462
Merit: 258
Small Time Miner, Rig Builder, Crypto Trader
September 06, 2017, 02:35:39 PM
In the mining software it states that I have a "Total speed: 1760 Sol/s" stable but in flypool i have 1.6kH/s average effective hastrate, I think I should have 1.7kH/s, all share is valid, it's a problem?
nope pool side is what you need to pay more attention too, lots of things your not considering that affect actual hashrate
newbie
Activity: 42
Merit: 0
September 06, 2017, 02:08:19 PM
In the mining software it states that I have a "Total speed: 1760 Sol/s" stable but in flypool i have 1.6kH/s average effective hastrate, I think I should have 1.7kH/s, all share is valid, it's a problem?
sr. member
Activity: 480
Merit: 250
September 06, 2017, 01:30:33 PM
There's a bug in how failover servers are handled. When I start up the miner and the Main server is not available the miner quits instead of trying to connect three times and then switching to the next server in the config file like it's supposed to. Please fix. This basically defeats the purpose of failover servers.
jr. member
Activity: 59
Merit: 1
September 06, 2017, 06:41:32 AM
Hey guys.. Is there a monitoring tool to see the actual status of my miners from remotely? I mean like the EthMan software for Claymore's miners. It isn't necessary to manage the rigs from remotely, at least I just want to see their status real-time (temperature, hashrate, etc.).

I tried to use the http api of Ewbf's miner but I can't reach that site even from localhost.

Use --api 0.0.0.0:42000 in bat file. When ip address is 0.0.0.0 it can be viewed from everywhere.
member
Activity: 65
Merit: 10
September 06, 2017, 04:31:15 AM
thanks for the reply papasmurf1337

You give this user as sample or you tried with that command?
You are not authorized with foo.bar user

yes, foo.bar is just a sample. id you want to try it, you can try:
Code:
miner --eexit 3 --server asia.equihash-hub.miningpoolhub.com --user henyojess.rigx --pass x --port 12023

also --eexit should not be correct command.

running miner --help shows that --eexit is a valid option, did I miss anything???:
Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.4b         |
+-------------------------------------------------+
--help, -h          Show this help.
--server            Stratum server only hostname or ip address.
--port              Stratum server port.
--user              Stratum user.
--pass              Stratum password.
--fee               The developer fee in percent allowed decimals for example 0, 1, 2.5, 1.5 etc.
--pec               Power efficiency calculator. Shows power statistics.
--cuda_devices      Space-separated list of cuda devices.
                    Without this option all devices are used.
--solver            Disable benchmark and use specified solver
                    Allowed values from 0 to 3.
--eexit             Exit in case of error. Value 1 exit if miner cannot restart workers.
                    Value 2 if lost connection with the pool. 3 both cases.
--log               Create file miner.log in directory of miner.
                    Allowed values 1 and 2. 1 only errors, 2 will repeat console output.
--logfile           Set custom filename.
--config            Config file.
--tempunits         Temperature units, allowed values: C for celsius, F for fahrenheit and K for kelvin :)).
--templimit         Temperature limit, gpu will be stopped if this limit is reached.
--api               Enable api without an argument will be listen on 127.0.0.1:42000,
                    You can set listen address as an argument for example: --api 0.0.0.0:12345
                    Allowed ports 1000 - 65535
newbie
Activity: 64
Merit: 0
September 05, 2017, 09:11:47 PM
You give this user as sample or you tried with that command?
You are not authorized with foo.bar user
also --eexit should not be correct command.
member
Activity: 65
Merit: 10
September 05, 2017, 07:57:26 PM
Help please.

I am on windows10pro using ewbf v0.3.4b with command:
Code:
miner --eexit 3 --server asia.equihash-hub.miningpoolhub.com --user foo.bar --pass x --port 12023

ewbf does not exit when lost connection with server and just continues to mine at 0 Sol/s.

am i doing something wrong?

Code:
Temp: GPU0: 59C GPU1: 59C GPU2: 59C GPU3: 61C GPU4: 63C GPU5: 60C
GPU0: 254 Sol/s GPU1: 265 Sol/s GPU2: 256 Sol/s GPU3: 263 Sol/s GPU4: 258 Sol/s GPU5: 259 Sol/s
Total speed: 1555 Sol/s
ERROR: Lost connection with the server.
INFO: Attempt to restore connection.
ERROR: Stratum authorization error
Temp: GPU0: 53C GPU1: 53C GPU2: 53C GPU3: 55C GPU4: 54C GPU5: 52C
GPU0: 0 Sol/s GPU1: 0 Sol/s GPU2: 0 Sol/s GPU3: 0 Sol/s GPU4: 0 Sol/s GPU5: 0 Sol/s
Total speed: 0 Sol/s
Temp: GPU0: 51C GPU1: 50C GPU2: 51C GPU3: 53C GPU4: 51C GPU5: 50C
GPU0: 0 Sol/s GPU1: 0 Sol/s GPU2: 0 Sol/s GPU3: 0 Sol/s GPU4: 0 Sol/s GPU5: 0 Sol/s
Total speed: 0 Sol/s
Temp: GPU0: 49C GPU1: 49C GPU2: 49C GPU3: 52C GPU4: 49C GPU5: 49C
GPU0: 0 Sol/s GPU1: 0 Sol/s GPU2: 0 Sol/s GPU3: 0 Sol/s GPU4: 0 Sol/s GPU5: 0 Sol/s
Total speed: 0 Sol/s
Temp: GPU0: 49C GPU1: 47C GPU2: 48C GPU3: 50C GPU4: 47C GPU5: 48C
GPU0: 0 Sol/s GPU1: 0 Sol/s GPU2: 0 Sol/s GPU3: 0 Sol/s GPU4: 0 Sol/s GPU5: 0 Sol/s
Total speed: 0 Sol/s
Temp: GPU0: 48C GPU1: 46C GPU2: 47C GPU3: 50C GPU4: 46C GPU5: 47C
GPU0: 0 Sol/s GPU1: 0 Sol/s GPU2: 0 Sol/s GPU3: 0 Sol/s GPU4: 0 Sol/s GPU5: 0 Sol/s
Total speed: 0 Sol/s
Temp: GPU0: 48C GPU1: 46C GPU2: 46C GPU3: 49C GPU4: 46C GPU5: 47C
GPU0: 0 Sol/s GPU1: 0 Sol/s GPU2: 0 Sol/s GPU3: 0 Sol/s GPU4: 0 Sol/s GPU5: 0 Sol/s
Total speed: 0 Sol/s
newbie
Activity: 39
Merit: 0
September 05, 2017, 05:23:22 PM
Hi , if anyone uses Gigabyte GTX 1080 Ti Gaming OC 11GB GDDR5X in mining with ewbf , please reply with  some details about your oc , temp and power consumption on the gpu  and some sols/watt ratio .Thnx
newbie
Activity: 2
Merit: 0
September 05, 2017, 01:54:24 PM
I'm getting really poor performance with this miner in Linux compared to Windows.

In windows, I'm getting around 300 Sols/s with my GTX 970. In ubuntu, I'm getting around 85. Is there anything I can do here?

Guess I only needed a restart...or something. Problem went away, performance is pretty much the same as on Windows now.

Issue I'm running into now is extremely sluggish desktop performance while mining. Mouse is extremely slow and hardly moves at all, I don't have this experience on windows.

Any ideas?
full member
Activity: 160
Merit: 100
September 05, 2017, 11:10:34 AM
Hey guys.. Is there a monitoring tool to see the actual status of my miners from remotely? I mean like the EthMan software for Claymore's miners. It isn't necessary to manage the rigs from remotely, at least I just want to see their status real-time (temperature, hashrate, etc.).

I tried to use the http api of Ewbf's miner but I can't reach that site even from localhost.
newbie
Activity: 2
Merit: 0
September 04, 2017, 08:24:25 PM
I'm getting really poor performance with this miner in Linux compared to Windows.

In windows, I'm getting around 300 Sols/s with my GTX 970. In ubuntu, I'm getting around 85. Is there anything I can do here?
newbie
Activity: 39
Merit: 0
September 04, 2017, 08:09:04 PM
Hi all.

Having an issue with EBWF firing up.
Trying to use Flypool ...and i am getting a system error when i try to start it
I have put in my wallet address info and everything in the .bat file

miner.exe - System Error
The code execution cannot proceed because MSVCR120.dll was not found. Reinstalling the program may fix this problem


Yes, I have deleted and reinstalled multiple times but get the same error.

New to Zcash/gpu mining thought I would build something with spare parts and a few bought items

And help is greatly appreciated!!  Cheesy

Best Regards,
sjp04001


Here can get it https://de.dll-files.com/msvcr120.dll.html

or try it here https://dllkit.com/de/dll/msvcr120_dll?item=f7375_msvcr120.dll&htype=&cid=dll.GE.001_f7375_msvcr120.dll&gclid=CjwKCAjw87PNBRBAEiwA0XAIrzunD5kitEDL0dS3hHcwkwjiyYqQ9VP5ZAwM9_UFNXHEvVLVUCM6uRoC5ZEQAvD_BwE

That worked!! Thanks man ! My rig is mining now!!
legendary
Activity: 3136
Merit: 3213
September 04, 2017, 07:29:34 PM
Hi all.

Having an issue with EBWF firing up.
Trying to use Flypool ...and i am getting a system error when i try to start it
I have put in my wallet address info and everything in the .bat file

miner.exe - System Error
The code execution cannot proceed because MSVCR120.dll was not found. Reinstalling the program may fix this problem


Yes, I have deleted and reinstalled multiple times but get the same error.

New to Zcash/gpu mining thought I would build something with spare parts and a few bought items

And help is greatly appreciated!!  Cheesy

Best Regards,
sjp04001


Here can get it https://de.dll-files.com/msvcr120.dll.html

or try it here https://dllkit.com/de/dll/msvcr120_dll?item=f7375_msvcr120.dll&htype=&cid=dll.GE.001_f7375_msvcr120.dll&gclid=CjwKCAjw87PNBRBAEiwA0XAIrzunD5kitEDL0dS3hHcwkwjiyYqQ9VP5ZAwM9_UFNXHEvVLVUCM6uRoC5ZEQAvD_BwE
newbie
Activity: 39
Merit: 0
September 04, 2017, 07:16:26 PM
Hi all.

Having an issue with EBWF firing up.
Trying to use Flypool ...and i am getting a system error when i try to start it
I have put in my wallet address info and everything in the .bat file

miner.exe - System Error
The code execution cannot proceed because MSVCR120.dll was not found. Reinstalling the program may fix this problem


Yes, I have deleted and reinstalled multiple times but get the same error.

New to Zcash/gpu mining thought I would build something with spare parts and a few bought items

And help is greatly appreciated!!  Cheesy

Best Regards,
sjp04001
Pages:
Jump to: