Pages:
Author

Topic: ethminer-0.9.41-genoil-1.1 - page 79. (Read 397360 times)

full member
Activity: 196
Merit: 100
April 04, 2016, 11:22:56 AM
guys is normal this result?  i'am trying to mine with 7950

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer -G -F http://127.0.0.1:8080/rig1 --cl-local-work 128 --cl-global-work 8192



I' am new on ETH, the real hashrate are first or second figure?

Thanks

try with --farm-recheck 300
i have a 390x and i use
ethminer --farm-recheck 300 -G -F http://proxyip:8080/gpu1
i get about 29.3MHs
sr. member
Activity: 406
Merit: 250
April 04, 2016, 11:21:30 AM
guys is normal this result?  i'am trying to mine with 7950

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer -G -F http://127.0.0.1:8080/rig1 --cl-local-work 128 --cl-global-work 8192



I' am new on ETH, the real hashrate are first or second figure?

Thanks

i think you can touch 20mega, try to oc a bit, and why you're mining in solo ethereum lol
legendary
Activity: 1453
Merit: 1011
Bitcoin Talks Bullshit Walks
April 04, 2016, 11:20:24 AM
Can someone tell me what the -S parameter is used for and also -t 2 option too. Using t-2 works with a number of gpus and some it does not work on. -S I do not know what is for as no documentation I have read so far has this listed.

I have a rig with only hd 7970's (4 cards) and i dont need the -t 4 option.. but in my 290x rig i have to assign the -t 5 option for the amount of cards i have or it just doesnt pick them all up.. seems this miner behaves differently on different setups.. but its a wip so that can be expected.. To my knowledge the -t is the amount of threads the ethminer is using.  Honestly i dont know. i came across it in my many long nights and that is what made my system work.   I have some 390x 's coming today.. excited to get them up and running..  Also anyone here try these yet.  http://www.ebay.com/itm/141865200790?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT .. i ordered a few and will give them a go and report back.. will save us a ton in setup costs if these work.. but they take a few weeks to get here.. meantime just have to keep buying up mobo's// 

Best Regards
Doug
hero member
Activity: 1050
Merit: 513
April 04, 2016, 11:15:21 AM
guys is normal this result?  i'am trying to mine with 7950

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer -G -F http://127.0.0.1:8080/rig1 --cl-local-work 128 --cl-global-work 8192



I' am new on ETH, the real hashrate are first or second figure?

Thanks
sr. member
Activity: 340
Merit: 251
Smell the glove.
April 04, 2016, 11:13:25 AM
ubuntu 14.04 cuda-7.5 and use cmake -DCOMPUTE=30 -DBUNDLE=cudaminer .. from cpp-ethereum/build
with: installed
apt-get install  build-essential fakeroot dh-make debconf execstack dh-modaliases dkms pkg-config
apt-get install libtool libncurses5-dev libcryptopp-dev libleveldb-dev libjsoncpp-dev libargtable2-dev libjson-rpc-cpp-dev
apt-get install libmicrohttpd-dev libreadline-dev libtool autotools-dev automake pkg-config  libssl-dev libevent-dev bsdmainutils
apt-get install -f libsdl2-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libgmp-dev cpuid


nvcc fatal   : Unknown option '-std'
CMake Error at ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake:206 (message):
  Error generating
  /root/cpp-ethereum/build2/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o


make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o] Error 1
make[2]: Leaving directory `/root/cpp-ethereum/build2'
make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2
make[1]: Leaving directory `/root/cpp-ethereum/build2'
make: *** [all] Error 2

edit this file:
/root/cpp-ethereum/build2/libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake

look for lines that set the nvcc_flags:
set(CUDA_NVCC_FLAGS ..........

-std isn't a valid option for some versions of mvcc - so, remove that option.
My line looks like this:
set(CUDA_NVCC_FLAGS --disable-warnings;--ptxas-options=-v;-use_fast_math;-lineinfo;-gencode;arch=compute_20,code=sm_20;-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_50,code=sm_50 ;; )

Also, stop building as root:)
sudo is your friend, my friend.

didnt help. got
Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_000008a0_00000000-6_ethash_cuda_miner_kernel.cpp1.ii".
Compilation terminated.
CMake Error at ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake:264 (message):
  Error generating file
  /root/cpp-ethereum/build2/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o


make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o] Error 1
make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2


So, you have more/different errors.

Stop building as root - you're killin' me???

What version of cuda? I use 7.5, I think Genoil is using 6.5.

Here's what I do after failed builds.

From your build directory, working as a NON PRIV user:

rm -rf CMakeCache.txt && cmake -G "Unix Makefiles" -DEVMJIT=0 -DCMAKE_BUILD_TYPE=Release -DBUNDLE=cudaminer
make clean

**make your change (removing --std) to libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake
set(nvcc_flags -m64;--std;c++11;-DETH_JSONRPC;-DETH_READLINE;-DETH_MINIUPNPC;-DETH_ETHASHCL;-DETH_ETHASHCUDA;-DETH_STRATUM;-DETH_CURL;-DETH_FRONTIER;-DETH_TRUE) # list

make VERBOSE=1

Then, show me the error.

legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
April 04, 2016, 09:49:14 AM
is the windows 10 low hashrate for nvidia solved somewhere? the last drivers give me 7 mega which is very bad, and you cna not revert to 347.52, it say that the cuda version is too old or something

You need a CUDA 6.5 build. You can find them in the CUDA miner topic on ETH forums, guy named @Mo35 makes them available. I should put them in my repo sometime.

1.0.6b2 from the pick-devies branch is not the latest version. It has the -E bug. That should be fixed in 1.0.6 in master branch. If you still experience issues, please send me your full command line, as well as a directory listing from your DAG storage directory.
1.0.6 version is not stable.
Miner work, whereas on the bullet coinotron rate drops to zero.
After restarting the miners, speed pool reappears.

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100

ethminer.exe -G -S coinotron.com:3344 -O usr.log:pass --cl-local-work 128 --cl-global-work 16384 --farm-recheck 200
https://dropmefiles.com/yZv3J

True, it isn't stable. I'm working on creating a timeout clientside. So if the miner is working on the same job for over, let's say 1.5 the blocktime, we can safely assume the connection is botched. Reconect and try again. I know it;s a band-aid for a problem I haven't been able to identify yet, but it's better than what we have now..

found it https://forum.ethereum.org/discussion/comment/25157#Comment_25157, but the link does not work, unlucky like everything
legendary
Activity: 2954
Merit: 1159
Leading Crypto Sports Betting & Casino Platform
April 04, 2016, 09:35:20 AM
Can someone tell me what the -S parameter is used for and also -t 2 option too. Using t-2 works with a number of gpus and some it does not work on. -S I do not know what is for as no documentation I have read so far has this listed.

-S is used for the pools which supports stratum protocol. One of the pool is the ethpool.org. You use -s eu1.ethpool.org:3333
legendary
Activity: 1820
Merit: 1001
April 04, 2016, 08:55:41 AM
Can someone tell me what the -S parameter is used for and also -t 2 option too. Using t-2 works with a number of gpus and some it does not work on. -S I do not know what is for as no documentation I have read so far has this listed.
legendary
Activity: 924
Merit: 1000
Dark Passenger Bitcoin miner 2013,Bitcoin node
April 04, 2016, 08:53:00 AM
is the windows 10 low hashrate for nvidia solved somewhere? the last drivers give me 7 mega which is very bad, and you cna not revert to 347.52, it say that the cuda version is too old or something

You need a CUDA 6.5 build. You can find them in the CUDA miner topic on ETH forums, guy named @Mo35 makes them available. I should put them in my repo sometime.

1.0.6b2 from the pick-devies branch is not the latest version. It has the -E bug. That should be fixed in 1.0.6 in master branch. If you still experience issues, please send me your full command line, as well as a directory listing from your DAG storage directory.
1.0.6 version is not stable.
Miner work, whereas on the bullet coinotron rate drops to zero.
After restarting the miners, speed pool reappears.

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100

ethminer.exe -G -S coinotron.com:3344 -O usr.log:pass --cl-local-work 128 --cl-global-work 16384 --farm-recheck 200
https://dropmefiles.com/yZv3J

True, it isn't stable. I'm working on creating a timeout clientside. So if the miner is working on the same job for over, let's say 1.5 the blocktime, we can safely assume the connection is botched. Reconect and try again. I know it;s a band-aid for a problem I haven't been able to identify yet, but it's better than what we have now..
i get an invalid argument -S error
full member
Activity: 196
Merit: 100
April 04, 2016, 06:30:02 AM
ubuntu 14.04 cuda-7.5 and use cmake -DCOMPUTE=30 -DBUNDLE=cudaminer .. from cpp-ethereum/build
with: installed
apt-get install  build-essential fakeroot dh-make debconf execstack dh-modaliases dkms pkg-config
apt-get install libtool libncurses5-dev libcryptopp-dev libleveldb-dev libjsoncpp-dev libargtable2-dev libjson-rpc-cpp-dev
apt-get install libmicrohttpd-dev libreadline-dev libtool autotools-dev automake pkg-config  libssl-dev libevent-dev bsdmainutils
apt-get install -f libsdl2-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libgmp-dev cpuid


nvcc fatal   : Unknown option '-std'
CMake Error at ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake:206 (message):
  Error generating
  /root/cpp-ethereum/build2/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o


make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o] Error 1
make[2]: Leaving directory `/root/cpp-ethereum/build2'
make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2
make[1]: Leaving directory `/root/cpp-ethereum/build2'
make: *** [all] Error 2

edit this file:
/root/cpp-ethereum/build2/libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake

look for lines that set the nvcc_flags:
set(CUDA_NVCC_FLAGS ..........

-std isn't a valid option for some versions of mvcc - so, remove that option.
My line looks like this:
set(CUDA_NVCC_FLAGS --disable-warnings;--ptxas-options=-v;-use_fast_math;-lineinfo;-gencode;arch=compute_20,code=sm_20;-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_50,code=sm_50 ;; )

Also, stop building as root:)
sudo is your friend, my friend.

didnt help. got
Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_000008a0_00000000-6_ethash_cuda_miner_kernel.cpp1.ii".
Compilation terminated.
CMake Error at ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake:264 (message):
  Error generating file
  /root/cpp-ethereum/build2/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o


make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o] Error 1
make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2
sr. member
Activity: 438
Merit: 250
April 04, 2016, 05:13:59 AM
is the windows 10 low hashrate for nvidia solved somewhere? the last drivers give me 7 mega which is very bad, and you cna not revert to 347.52, it say that the cuda version is too old or something

You need a CUDA 6.5 build. You can find them in the CUDA miner topic on ETH forums, guy named @Mo35 makes them available. I should put them in my repo sometime.

1.0.6b2 from the pick-devies branch is not the latest version. It has the -E bug. That should be fixed in 1.0.6 in master branch. If you still experience issues, please send me your full command line, as well as a directory listing from your DAG storage directory.
1.0.6 version is not stable.
Miner work, whereas on the bullet coinotron rate drops to zero.
After restarting the miners, speed pool reappears.

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100

ethminer.exe -G -S coinotron.com:3344 -O usr.log:pass --cl-local-work 128 --cl-global-work 16384 --farm-recheck 200
https://dropmefiles.com/yZv3J

True, it isn't stable. I'm working on creating a timeout clientside. So if the miner is working on the same job for over, let's say 1.5 the blocktime, we can safely assume the connection is botched. Reconect and try again. I know it;s a band-aid for a problem I haven't been able to identify yet, but it's better than what we have now..
legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
April 04, 2016, 02:57:27 AM
is the windows 10 low hashrate for nvidia solved somewhere? the last drivers give me 7 mega which is very bad, and you can not revert to 347.52, it say that the cuda version is too old or something
newbie
Activity: 1
Merit: 0
April 04, 2016, 02:49:59 AM
1.0.6b2 from the pick-devies branch is not the latest version. It has the -E bug. That should be fixed in 1.0.6 in master branch. If you still experience issues, please send me your full command line, as well as a directory listing from your DAG storage directory.
1.0.6 version is not stable.
Miner work, whereas on the bullet coinotron rate drops to zero.
After restarting the miners, speed pool reappears.

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100

ethminer.exe -G -S coinotron.com:3344 -O usr.log:pass --cl-local-work 128 --cl-global-work 16384 --farm-recheck 200
https://dropmefiles.com/yZv3J
legendary
Activity: 924
Merit: 1000
Dark Passenger Bitcoin miner 2013,Bitcoin node
April 04, 2016, 01:05:25 AM
thanks for the response, I have exceeded all the minimum requirements will try tomorrow, is the bat file in the proxy or in the ethminer i am noob at this, this pc was 2013 btc gpu miner has clean instal of windows as of 2 hours ago  Huh
Edit: i am well versed in DMG, Install shield and install wizard
sr. member
Activity: 340
Merit: 251
Smell the glove.
April 04, 2016, 12:09:40 AM
hello crew new to eth, i will to ask if it is possible to run 2 amd cards a 7950 and 7850 in the same rig, windows 8.1 64bit, the switches that i have read here for specifying add'l cards don't seem to work it starts to mine and stops, also i can mine with the single cards in position 0 of the mb works great but when i install the second card in position 1 it assigns itself position 0, here is my cmds i have tried,
1)single card, "ethminer.exe --farm-recheck 200 -G -F http://127.0.0.1:8332/username.workername:password --cl-global-work 8192 --cl-local-work 128: on the single 7950this works great, 20+ MHs/s
2)2cards, "ethminer.exe --farm-recheck 200 G -F http;//127.0.0.1:8332/username.workername:password  opencl-device 0,1 --cl-global-work 8192 --cl-local-128" with settings it will start to hash until the second or third "got work" then it halts and the curser blinks,also i checked the status on the amd settings and it shows that the 7950 card is operating at 99% the 7850 is at idle.
3)2cards, "ethminer.exe --farm-recheck 200 -G -F http://127.0.0.1:8332/username.workername:password" it will ether loading dag or start hashing until the second or third "got work package" and it halts.
thanks in advance


Yeah, stop using Windows:)

Here is an example "hillbilly winders" startup bat file:

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100

cd C:\Users\dave\Desktop\ethminer-0.9.41-genoil-1.0.5
ethminer -G -R . --farm-recheck 400 --cl-local-work 128 --cl-global-work 8192 -F http://ethereum.usa.nicehash.com:3500/n1c3-1HtkaiWKeKZ6MJgag6a3fUQo3BxcT2gAKv.nvda/20

There are a lot of things to check.

8GB of RAM is a good idea.
Make sure you have available disk space - DAG files are ~3GB in total.
Make sure your are using the latest AMD drivers - Crimson has been working well for most.
Take all that malware off your "Winders" box too - strip it BARE, or even do a clean install of a 64bit OS.






sr. member
Activity: 340
Merit: 251
Smell the glove.
April 04, 2016, 12:01:44 AM
i need to know what farm check does exactly, it seems that my earning is increase with this set to 100

farm-recheck is the time (in milliseconds) interval your miner checks the farm for new work/block changes.
You will punish your farm, but, get new work sooner after a block change.

Won't make a world of difference, but, it will help a little.

Notes:
If you use a stratum proxy, a lower farm-recheck is fine as your actually just punishing your proxy.
The proxy "subscribes" to block changes.

Genoil's hard work implementing stratum should make the farm-recheck a thing of the past with stratum-capable pools.
sr. member
Activity: 340
Merit: 251
Smell the glove.
April 03, 2016, 11:54:31 PM
legendary
Activity: 924
Merit: 1000
Dark Passenger Bitcoin miner 2013,Bitcoin node
April 03, 2016, 05:33:46 PM
hello crew new to eth, i will to ask if it is possible to run 2 amd cards a 7950 and 7850 in the same rig, windows 8.1 64bit, the switches that i have read here for specifying add'l cards don't seem to work it starts to mine and stops, also i can mine with the single cards in position 0 of the mb works great but when i install the second card in position 1 it assigns itself position 0, here is my cmds i have tried,
1)single card, "ethminer.exe --farm-recheck 200 -G -F http://127.0.0.1:8332/username.workername:password --cl-global-work 8192 --cl-local-work 128: on the single 7950this works great, 20+ MHs/s
2)2cards, "ethminer.exe --farm-recheck 200 G -F http;//127.0.0.1:8332/username.workername:password  opencl-device 0,1 --cl-global-work 8192 --cl-local-128" with settings it will start to hash until the second or third "got work" then it halts and the curser blinks,also i checked the status on the amd settings and it shows that the 7950 card is operating at 99% the 7850 is at idle.
3)2cards, "ethminer.exe --farm-recheck 200 -G -F http://127.0.0.1:8332/username.workername:password" it will ether loading dag or start hashing until the second or third "got work package" and it halts.
thanks in advance
full member
Activity: 143
Merit: 100
April 02, 2016, 03:40:28 PM
Yes I meant AMD opencl. Again if you need some testing on linux AMD rig, just drope me a line
sr. member
Activity: 438
Merit: 250
April 02, 2016, 03:04:48 PM
1.0.6b2 from the pick-devies branch is not the latest version. It has the -E bug. That should be fixed in 1.0.6 in master branch. If you still experience issues, please send me your full command line, as well as a directory listing from your DAG storage directory.

If you look around carefully you should know I've been trying to improve the OpenCL kernel for AMD. But for now..no luck. The only result until now is a faster OpenCL kernel on Nvidia, just .5MH short of the CUDA kernel on a 970. I hope to get it at the same speed. This will be useful for Linux people, as compiling with CUDA has lead to many issues.
Pages:
Jump to: