Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: HITTI2 on September 24, 2015, 01:42:53 PM



Title: Ethminer 0.9.41 Nvidia CUDA Version cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 01:42:53 PM
I tried adding -G -C to the bat, only cpu runs. Tried -C only cpu runs.
suprnova-cuda.bat runs the gpu
Code:
ethminer -U -F http://80-eth.suprnova.cc:80/username/password

Crashes
Code:
ethminer -U -F http://80-eth.suprnova.cc:80/username/password -G

CPU runs but not GPU
Code:
ethminer -U -F http://80-eth.suprnova.cc:80/username/password -G -C

How may I get two instances of ethminer to run with out this warning or mine on cpu and gpu with the same instance?

Code:
DAG Generation Failure. Reason: Permission denied



Title: Re: ethminer cpu and gpu at the same time?
Post by: Unblock64 on September 24, 2015, 05:56:29 PM

What is your GPU - more precise parameters How old are you + system memory


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 05:57:48 PM

What is your GPU - more precise parameters How old are you + system memory

GTX 960 2GB.


Title: Re: ethminer cpu and gpu at the same time?
Post by: Unblock64 on September 24, 2015, 06:00:11 PM
And how much system RAM MEMORY ?

Try this ...

@echo off
setx GPU_MAX_ALLOC_PERCENT 95
setx GPU_USE_SYNC_OBJECTS 1
ethminer -F http://80-eth.suprnova.cc:80/username/password-G --opencl-platform 0 --no-precompute --cl-global-work 16384




Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 06:01:29 PM
And how much system RAM MEMORY ?

Try this ...

@echo off
setx GPU_MAX_ALLOC_PERCENT 95
setx GPU_USE_SYNC_OBJECTS 1
ethminer -F http://80-eth.suprnova.cc:80/username/password-G --opencl-platform 0 --no-precompute --cl-global-work 16384




8 gigs.


Title: Re: ethminer cpu and gpu at the same time?
Post by: Unblock64 on September 24, 2015, 06:05:50 PM
Sorry previous them for AMD


This is ok for NVidia >

@echo off
setx GPU_MAX_ALLOC_PERCENT 95
setx GPU_USE_SYNC_OBJECTS 1
ethminer -F http://80-eth.suprnova.cc:80/username/password -G --cuda-grid-size 8192 --cuda-block-size 128 --cuda-schedule auto


 --- Ethminer 0.9.41 ---


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 06:11:40 PM
Doesn't work.

hm. ionno. This eth mining does not look to promising.


Title: Re: ethminer cpu and gpu at the same time?
Post by: Unblock64 on September 24, 2015, 06:20:14 PM
Doesn't work.

hm. ionno. This eth mining does not look to promising.


Send screen :

ethminer -M -G


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 06:27:49 PM
Doesn't work.

hm. ionno. This eth mining does not look to promising.


Send screen :

ethminer -M -G

https://i.imgur.com/kofdRSV.jpg


Title: Re: ethminer cpu and gpu at the same time?
Post by: Unblock64 on September 24, 2015, 06:32:07 PM
 ??? ??? ???

ethminer --list-devices


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 06:34:35 PM
??? ??? ???

ethminer --list-devices

Nothing there.
Code:
C:\Users\Admin\Desktop\ethminer-cuda-0.9.41-new2>ethminer --list-devices

C:\Users\Admin\Desktop\ethminer-cuda-0.9.41-new2>pause
Press any key to continue . . .


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 06:35:54 PM
I am using ethminer-cuda-0.9.41-new2.


Title: Re: ethminer cpu and gpu at the same time?
Post by: Unblock64 on September 24, 2015, 06:40:14 PM
You have in the system one GPU ?
Other gpu for example, the motherboard or CPU


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 06:45:30 PM
This mines away.
Code:
ethminer -U -F http://80-eth.suprnova.cc:80/worker.worker/password --cuda-grid-size 8192 --cuda-block-size 128 --cuda-schedule auto

But if I goto mine with the cpu as well

https://i.imgur.com/9zojzrV.jpg


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 06:46:47 PM
You have in the system one GPU ?
Other gpu for example, the motherboard or CPU

I've got GTX 960 in PCIex16 slot and enabled.
Intel HD graphics 4000 which is in the processor.


Title: Re: ethminer cpu and gpu at the same time?
Post by: Unblock64 on September 24, 2015, 06:51:39 PM

!!! Visual C++ Redistributable for Visual Studio 2012  !!!


Reinstall, but need to have x86 !

While it's x64 system


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 06:53:50 PM

!!! Visual C++ Redistributable for Visual Studio 2012  !!!


Reinstall, but need to have x86 !

While it's x64 system

Didn't work.


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 06:55:06 PM
I am stumped.

See, like Folding@home app, I can run it, and it folds away on my cpu and gpu. I want to mine on cpu and gpu but I get that app crash.


Title: Re: ethminer cpu and gpu at the same time?
Post by: Unblock64 on September 24, 2015, 07:01:36 PM
I had similar problems.
And I had a problem with C ++ There must be both x64 and x86 versions. Otherwise it falls


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 07:07:20 PM
I had similar problems.
And I had a problem with C ++ There must be both x64 and x86 versions. Otherwise it falls

I installed both.


Do u have download link for then maybe dif version might help.


Title: Re: ethminer cpu and gpu at the same time?
Post by: Unblock64 on September 24, 2015, 07:07:56 PM
Last try

Delete all files in this folder ...

AppData\Local\Ethash\


Title: Re: ethminer cpu and gpu at the same time?
Post by: Unblock64 on September 24, 2015, 07:12:17 PM
I had similar problems.
And I had a problem with C ++ There must be both x64 and x86 versions. Otherwise it falls

I installed both.


Do u have download link for then maybe dif version might help.

https://i.imgur.com/Plx3Gad.png


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 07:14:18 PM
I had similar problems.
And I had a problem with C ++ There must be both x64 and x86 versions. Otherwise it falls

I installed both.


Do u have download link for then maybe dif version might help.

https://i.imgur.com/Plx3Gad.png

https://i.imgur.com/JX8SjkR.jpg


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 07:15:15 PM
Last try

Delete all files in this folder ...

AppData\Local\Ethash\

Ok, I deleted them.


Title: Re: ethminer cpu and gpu at the same time?
Post by: Unblock64 on September 24, 2015, 07:17:29 PM
I had similar problems.
And I had a problem with C ++ There must be both x64 and x86 versions. Otherwise it falls

I installed both.


Do u have download link for then maybe dif version might help.

https://i.imgur.com/Plx3Gad.png

https://i.imgur.com/JX8SjkR.jpg

Other version I have removed from the system ...
I left only the two


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 07:19:40 PM
I need the others for other programs.


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 24, 2015, 11:02:12 PM
end of the rope.

I removed all software.


Title: Re: ethminer cpu and gpu at the same time?
Post by: chup on September 25, 2015, 07:04:17 AM
end of the rope.

I removed all software.

Two instances of the ethminer are messing with the same DAG folder. AFAIK one developer made custom version with different DAG folders in order to run ethminer on Nvidia and AMD in parallel. I don't believe You will gain something if You manage to do the same with CPU and GPU in parallel. Usually GPU is way better than CPU, so decrease in GPU-miner because of bussy CPU is bigger than gain from CPU-miner.


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 25, 2015, 10:07:01 AM
end of the rope.

I removed all software.

Two instances of the ethminer are messing with the same DAG folder. AFAIK one developer made custom version with different DAG folders in order to run ethminer on Nvidia and AMD in parallel. I don't believe You will gain something if You manage to do the same with CPU and GPU in parallel. Usually GPU is way better than CPU, so decrease in GPU-miner because of bussy CPU is bigger than gain from CPU-miner.

My cpu puts out more than my gpu. From seeing HR. I see that twp gpus can mine at same time using the same dag. For one the developer took out --list devices of ETHMINER-CUDA.exe.

In therory I should be able to list devices find cpu and gpu then assign them to work in one batch file.


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 25, 2015, 10:09:35 AM
http://cryptomining-blog.com/5684-updated-ethminer-0-9-41-nvidia-cuda-version-for-windows-2/


Title: Re: ethminer cpu and gpu at the same time?
Post by: HITTI2 on September 25, 2015, 10:13:32 AM
I found how to assign a gpu or gpus. --cuda-devices 0 1 2 etc.

Now I need to assign the cpu as well if possible.