Pages:
Author

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

legendary
Activity: 3164
Merit: 1003
March 07, 2016, 07: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

legendary
Activity: 3164
Merit: 1003
March 07, 2016, 07: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
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
March 07, 2016, 07: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.
full member
Activity: 224
Merit: 100
March 07, 2016, 07:21:26 AM
#90
how to mine with two card on ethereum? -d 0 1 not working, -t not working either
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
March 07, 2016, 07: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.
legendary
Activity: 3164
Merit: 1003
March 07, 2016, 07: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
Activity: 2926
Merit: 1087
Team Black developer
March 07, 2016, 07: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.
legendary
Activity: 3164
Merit: 1003
March 07, 2016, 06: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
legendary
Activity: 3164
Merit: 1003
March 07, 2016, 06:48:45 AM
#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.
legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
March 07, 2016, 03: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?
sr. member
Activity: 340
Merit: 251
Smell the glove.
March 06, 2016, 10:26:40 PM
#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
legendary
Activity: 3164
Merit: 1003
March 06, 2016, 10:56:13 AM
#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.
legendary
Activity: 1537
Merit: 1005
March 06, 2016, 06: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.`
legendary
Activity: 1526
Merit: 1026
SellDefi.com | Earn by selling files
March 06, 2016, 06:22:57 AM
#80
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.
legendary
Activity: 1537
Merit: 1005
March 06, 2016, 06:15:12 AM
#79
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?
legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
March 04, 2016, 03:50:14 AM
#78
2 Megaquake

Stop using 750ti for etherium, it is useless. Better mine decret or neocrypt with it.
Second, consider moving to win7 with 980 mining eth...
Third, use mining options recomended by Genoil

isn't 970 better cheaper and the ratio is the same or in favor of a 970, maybe you are referring to the density per rig?
legendary
Activity: 3808
Merit: 1723
Up to 300% + 200 FS deposit bonuses
March 03, 2016, 07:55:07 PM
#77
Anyone know how to compile this on Linux?

Yes, there is a Wiki here:
https://github.com/ethereum/webthree-umbrella/wiki/Building-on-Ubuntu
Ubuntu 15.10 works, I've tested both Cuda and AMD implementations.

Building manually is brutal and takes time and a lot of "make VERBOSE=1" tweaking.

IF YOU'RE A NOOB, USE WINDOWS

## you may have to manually install the specific version of cryptopp or edit the cmake file to allow for version 5.6.3 (the latest)

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 "CXXFLAGS += -fPIC" just before the make definitions
make static dynamic -j2 && sudo make install
cd ..

*Make sure you use the latest AMD or Nvidia GPU drivers
AFAIK, previous version of the GPU drivers won't work with the XServer on Ubuntu 15.10



I think I compiled it correctly. Any way to see if I am using the new Ethminer versus the old one? Anyway to see the version? like Ethminer --version ?

EDIT, it says

ethminer version 1.2.0



And I used git clone https://github.com/Genoil/cpp-ethereum/
hero member
Activity: 630
Merit: 506
March 03, 2016, 07:51:10 PM
#76
Thanks Red
legendary
Activity: 1510
Merit: 1003
March 03, 2016, 07:41:27 PM
#75
2 Megaquake

Stop using 750ti for etherium, it is useless. Better mine decret or neocrypt with it.
Second, consider moving to win7 with 980 mining eth...
Third, use mining options recomended by Genoil
hero member
Activity: 630
Merit: 506
March 03, 2016, 06:35:45 PM
#74
I am mining etherium with a gtx980 and a 750ti on windows 10 i cant seem to get the speed i should be getting, any help would be appreciated
my rates look like this.

i  17:31:00|cudaminer0  workLoop 1 #4b77c50bΓǪ #4b77c50bΓǪ
i  17:31:01|cudaminer1  workLoop 1 #4b77c50bΓǪ #4b77c50bΓǪ
i  17:31:01|main  Mining on PoWhash #0144540cΓǪ : 6291456 H/s = 3145728 hashes / 0.5 s
i  17:31:02|main  Mining on PoWhash #0144540cΓǪ : 7030681 H/s = 7340032 hashes / 1.044 s
i  17:31:02|main  Mining on PoWhash #0144540cΓǪ : 7309465 H/s = 11534336 hashes / 1.578 s
i  17:31:03|main  Mining on PoWhash #0144540cΓǪ : 7454331 H/s = 15728640 hashes / 2.11 s
i  17:31:03|main  Mining on PoWhash #0144540cΓǪ : 7637188 H/s = 20185088 hashes / 2.643 s

my command line is: ethminer.exe -U -S -t 2 --gpu-batch-size 18 --gpu-mining-buffers 4

Pages:
Jump to: