Bitcoin Forum
April 25, 2024, 09:03:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ... 90 »
  Print  
Author Topic: ethminer-0.9.41-genoil-1.1  (Read 397324 times)
fredeq
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
March 06, 2016, 10:36:31 AM
 #81

Any idea why 750ti is not working with latest 1.0.4b3 on windows 7? (Tried 1.0.3 and some ethminer from suprnova pool as well)
Getting 0kh for few seconds and then driver crashes.

Using 361.75.
Am I missing some requirement?

as per i know 2gb card will not work in future. mining performance will reduce with increasing dag size and difficulties for all cards.

But for now it should be working?
After driver crashes I get this error:
`CUDA error in func 'ethash_cuda_miner::search' at line 288 : unknown error.`

https://whattomine.com - Check what to mine Smiley
1714035829
Hero Member
*
Offline Offline

Posts: 1714035829

View Profile Personal Message (Offline)

Ignore
1714035829
Reply with quote  #2

1714035829
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714035829
Hero Member
*
Offline Offline

Posts: 1714035829

View Profile Personal Message (Offline)

Ignore
1714035829
Reply with quote  #2

1714035829
Report to moderator
1714035829
Hero Member
*
Offline Offline

Posts: 1714035829

View Profile Personal Message (Offline)

Ignore
1714035829
Reply with quote  #2

1714035829
Report to moderator
1714035829
Hero Member
*
Offline Offline

Posts: 1714035829

View Profile Personal Message (Offline)

Ignore
1714035829
Reply with quote  #2

1714035829
Report to moderator
tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
March 06, 2016, 02:56:13 PM
Last edit: March 08, 2016, 09:15:46 AM by tbearhere
 #82

How do I get ethereum miner to recognize 2 cards on the same computer ?... it only mines one of 2 cards .nvidia 980ti at 22 mh/s.
It should have  -d 0,1 but doesn't work..like cuda should.
Thx

EDIT: This my bat file that doesn't work      

ethminer.exe  --farm-recheck 3000  -o http://eth-us.suprnova.cc:3001/razorsedge.eth1/22

On the donation bat file I get 1 card 980ti that gives 22 mh/s...but this bat file above doesn't work.
Please help.
thx

EDIT: I have
ethminer.exe --farm-recheck 3000 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22  --opencl-platform 1
Working with one card.
I have 2 750ti too on the rig.

Still won't mine with the other 980ti card......

EDIT: I got it
On cuda devices are called out with the -d argument ...but he changed that.
So ethminer -G --opencl-device 0     ethminer -G --opencl-device 2       =    -d 0,2    ect.

A working bat file for windows 8.1 with 2 cards.

ethminer.exe --farm-recheck 300 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22  --cuda-devices 0 1

Or in my case  --cuda-devices 0 2  because  device 1 is a 750ti not a 980ti.
The 750ti is useless on this algo.
EDIT: change --farm-recheck 3000 to 300.
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
March 07, 2016, 02:26:40 AM
Last edit: March 09, 2016, 01:17:17 AM by davembg
 #83

For reference, by 390X ($369 at my local retailer) is doing a average of 34MH.
The only changes in my run line are -
--cl-local-work 256 --farm-recheck 200

Here are my build notes for Ubuntu 15.10

**Don't bother with a card with less than 2GB of RAM, it won't load the DAG.

sudo apt-get install aptitude
sudo aptitude install openssh-server

sudo apt-get -y update
sudo apt-get -y install language-pack-en-base
sudo dpkg-reconfigure locales
sudo apt-get -y install software-properties-common
wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository "deb http://llvm.org/apt/wily/ llvm-toolchain-wily-3.7 main"
sudo apt-get update && sudo apt-get -y upgrade

sudo apt-get -y install language-pack-en-base build-essential git cmake libboost-all-dev libgmp-dev libleveldb-dev libminiupnpc-dev \
libreadline-dev libncurses5-dev libcurl4-openssl-dev libmicrohttpd-dev libjsoncpp-dev libargtable2-dev \
llvm-3.7-dev libedit-dev mesa-common-dev ocl-icd-libopencl1 opencl-headers libgoogle-perftools-dev qtbase5-dev \
qt5-default qtdeclarative5-dev libqt5webkit5-dev ocl-icd-dev libv8-dev libjsonrpccpp-dev zlib1g-dev curl \
unzip automake autogen yasm autoconf dh-autoreconf pkg-config screen libtool libncurses5-dev libudev-dev \
xserver-xorg-core xserver-xorg-video-ati gdebi gedit execstack dh-modaliases lib32gcc1 dkms

Install AMD Catalyst 15.2 (or latest supported Ubuntu driver)
mkdir displayDriver && cd displayDriver
curl -o AMDdriver-15_2.zip http://www2.ati.com/drivers/linux/radeon-crimson-15.12-15.302-151217a-297685e.zip  --referer http://support.amd.com/en-us/kb-articles/Pages/Catalyst-Linux-Installer-Notes.aspx
unzip AMDdriver-15_2.zip
cd fglr*
chmod a+x *.run
sudo sh *.run
# choose install for Ubuntu (option 2)

I think you have to reboot after the driver install...

Install atitweak, monitor your GPU temps with "atitweak -s"
cd ~
git clone https://github.com/mjmvisser/adl3.git
sudo ln -s `pwd`/adl3/atitweak /usr/bin/atitweak

#cryptopp
mkdir cryptopp && cd cryptopp
wget -O cryptopp562.zip http://downloads.sourceforge.net/project/cryptopp/cryptopp/5.6.2/cryptopp562.zip?r=&ts=1456766520&use_mirror=iweb
unzip cryptopp562.zip && rm cryptopp562.zip
#nano GNUmakefile  // add  "-fPIC" to the CXXFLAGS line so it reads: CXXFLAGS = -DNDEBUG -g -O2 -fPIC

make static dynamic -j2 && sudo make install
cd ~

## build cpp-ethereum

git clone https://github.com/Genoil/cpp-ethereum.git
cd cpp-ethereum

#for the stratum branch
git checkout --track -b origin/stratum

# edit build options in nano cmake/EthCompilerSettings.cmake
# remove -Werror from the first compiler line


rm -rf CMakeCache.txt && cmake -G "Unix Makefiles" -DBUNDLE=miner -DCMAKE_BUILD_TYPE=Release -DEVMJIT=1
make VERBOSE=1 -j2

Run it with:
~/cpp-ethereum/ethminer/ethminer --cl-local-work 256 --farm-recheck 1000 -R ~/ -G -F http://your-farm-address
Ayers
Legendary
*
Offline Offline

Activity: 2604
Merit: 1023


Leading Crypto Sports Betting & Casino Platform


View Profile
March 07, 2016, 07:53:42 AM
 #84

How do I get ethereum miner to recognize 2 cards on the same computer ?... it only mines one of 2 cards .nvidia 980ti at 22 mh/s.
It should have  -d 0,1 but doesn't work..like cuda should.
Thx

EDIT: This my bat file that doesn't work      

ethminer.exe  --farm-recheck 3000  -o http://eth-us.suprnova.cc:3001/razorsedge.eth1/22

On the donation bat file I get 1 card 980ti that gives 22 mh/s...but this bat file above doesn't work.
Please help.
thx

EDIT: I have
ethminer.exe --farm-recheck 3000 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22  --opencl-platform 1
Working with one card.
I have 2 750ti too on the rig.

Still won't mine with the other 980ti card......

you need to remove the "," to make this work, apparently it was removed in the last version?

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
March 07, 2016, 10:48:45 AM
Last edit: March 07, 2016, 11:05:00 AM by tbearhere
 #85

How do I get ethereum miner to recognize 2 cards on the same computer ?... it only mines one of 2 cards .nvidia 980ti at 22 mh/s.
It should have  -d 0,1 but doesn't work..like cuda should.
Thx

EDIT: This my bat file that doesn't work      

ethminer.exe  --farm-recheck 3000  -o http://eth-us.suprnova.cc:3001/razorsedge.eth1/22

On the donation bat file I get 1 card 980ti that gives 22 mh/s...but this bat file above doesn't work.
Please help.
thx

EDIT: I have
ethminer.exe --farm-recheck 3000 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22  --opencl-platform 1
Working with one card.
I have 2 750ti too on the rig.

Still won't mine with the other 980ti card......

you need to remove the "," to make this work, apparently it was removed in the last version?
Do you mean  -d 0,1 is wrong? ...... so should be  -d 0 -d 1      ?

This doesn't work either     --opencl-device 0  --opencl-device 1 doesn't work either.

Could you please show me you bat file for 2 cards on one rig with windows 8.1 please.
tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
March 07, 2016, 10:53:06 AM
 #86

Thank you
That didn't work either.

Could someone please show me their bat file for 2 cards on one rig with windows 8.1 please.

Thx
sp_
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
March 07, 2016, 11:07:04 AM
 #87

ethminer.exe --farm-recheck 3000 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22  --cuda-device 0 1

or --cuda-devices don't remember the exact syntax, but you need to seperate the devices with a blank and not a comma.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW ZILLIQA + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
March 07, 2016, 11:15:03 AM
 #88

ethminer.exe --farm-recheck 3000 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22  --cuda-device 0 1

or --cuda-devices don't remember the exact syntax, but you need to seperate the devices with a blank and not a comma.
Giving it a try  thank you sp Smiley

EDIT: doesn't work opens then closes instantly.
This works for one card....... but adding --opencl-device 1 to that won't work either.
ethminer.exe --farm-recheck 3000 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22   --opencl-device 0
sp_
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
March 07, 2016, 11:20:19 AM
 #89

Open it in the command line window. What is the error message?

You can try:

ethminer.exe --farm-recheck 3000 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22  --cuda-devices 0 1

the batfile must be in the same folder as the ethminer.exe file.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW ZILLIQA + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Vaccomondus
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
March 07, 2016, 11:21:26 AM
 #90

how to mine with two card on ethereum? -d 0 1 not working, -t not working either
sp_
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
March 07, 2016, 11:22:10 AM
 #91

how to mine with two card on ethereum? -d 0 1 not working, -t not working either

--cuda-devices 0 1

or

--cuda-device 0 1

I don't remember the exact syntax.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW ZILLIQA + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
March 07, 2016, 11:26:48 AM
 #92

how to mine with two card on ethereum? -d 0 1 not working, -t not working either

--cuda-devices 0 1

or

--cuda-device 0 1

I don't remember the exact syntax.

Yes.........  Cheesy  thank you sp
A working bat file for windows 8.1 with 2 cards.

ethminer.exe --farm-recheck 3000 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22  --cuda-devices 0 1
tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
March 07, 2016, 11:28:06 AM
 #93

how to mine with two card on ethereum? -d 0 1 not working, -t not working either

ethminer.exe --farm-recheck 3000 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22  --cuda-devices 0 1

Wait for the dag file to be created.

So it's              --cuda-devices 0 1

Vaccomondus
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
March 07, 2016, 11:33:21 AM
 #94

it work good, tnx
tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
March 07, 2016, 11:35:21 AM
 #95

it work good, tnx
Mine crashed after 2 minutes... opening again  Undecided
sp_
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
March 07, 2016, 11:37:56 AM
 #96

Exclude the 750ti cards. only compute 5.2 cards will work.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW ZILLIQA + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
March 07, 2016, 11:40:49 AM
 #97

Exclude the 750ti cards. only compute 5.2 cards will work.

Yes I just noticed that Cheesy
It should be       --cuda-devices 0 2        not    --cuda-devices 0 1  for device 2 is my 2nd 980ti.

Thx  sp

EDIT: Working good......  Smiley
Vaccomondus
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
March 07, 2016, 11:47:26 AM
 #98

i have two 970 now, all good, planning to buy another one and then dunno waiting for roi first before adding others, not much money lol

pascal is coming i know but i can always resell easily those 970, gamers love them, and they are all g1 gaming best brand

this means that i only need to roi on the difference between the original price and the resell price, easy profit lol
tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
March 07, 2016, 11:54:32 AM
Last edit: March 07, 2016, 12:35:47 PM by tbearhere
 #99

i have two 970 now, all good, planning to buy another one and then dunno waiting for roi first before adding others, not much money lol

pascal is coming i know but i can always resell easily those 970, gamers love them, and they are all g1 gaming best brand

this means that i only need to roi on the difference between the original price and the resell price, easy profit lol
Exactly Vaccomondus....  Wink

Do you know when pascal will be released ?
antantti
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
March 07, 2016, 11:58:58 AM
 #100

how to mine with two card on ethereum? -d 0 1 not working, -t not working either

ethminer.exe --farm-recheck 3000 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22  --cuda-devices 0 1

Wait for the dag file to be created.

So it's              --cuda-devices 0 1



Isn't that farm-recheck value a bit too high? 3 seconds is quite a lot when average block time is 16-17 secs.

Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ... 90 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!