Bitcoin Forum
June 30, 2024, 12:11:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 [117] 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877806 times)
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
November 30, 2014, 08:58:32 AM
 #2321



Wolf0, if I were to drop the driver down to 13.12 wouldn't most other algos suffer? I thought X13 and X11 do much better on newer drivers?

yes they would suffer this is what makes scrypt-N   pointless  with auto switch

it best just switched off with the password
damm315er
Sr. Member
****
Offline Offline

Activity: 539
Merit: 255


View Profile
November 30, 2014, 03:06:27 PM
 #2322

By the way, I want to say thanks to Slix (ystarnaud) for adding the kernelfile option I suggested. Now I can develop without polluting the source tree - just setting kernelfile to "wolf-x13" or whatever it is per profile, then setting kernel-path to the new folder.  Cheesy

Is that going to be applied to a binary soon? 
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
November 30, 2014, 10:14:54 PM
 #2323



The kernelfile option? It's in Nicehash's build, probably.

is that a new Nicehash build to deal with the R9 290x bottle neck ?
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
November 30, 2014, 10:27:39 PM
 #2324

where do i read about how to make an API code to make sgminer  switch pool's
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
December 01, 2014, 11:50:03 AM
 #2325

trying to compile sgminer5, on windows, mingw I end up with a no rule to make target with jansson...
Am I missing something ? (the readme file just send to the old windows build doc)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
damm315er
Sr. Member
****
Offline Offline

Activity: 539
Merit: 255


View Profile
December 01, 2014, 11:57:10 AM
 #2326

trying to compile sgminer5, on windows, mingw I end up with a no rule to make target with jansson...
Am I missing something ? (the readme file just send to the old windows build doc)

I have run into the same issue trying to compile for myself.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
December 01, 2014, 12:06:47 PM
Last edit: December 01, 2014, 03:08:53 PM by djm34
 #2327

trying to compile sgminer5, on windows, mingw I end up with a no rule to make target with jansson...
Am I missing something ? (the readme file just send to the old windows build doc)

I have run into the same issue trying to compile for myself.
need to add jansson files to jansson... (not cool for those not using github or building from windows...) considering I must have it already in several other directories and you only need mostly a couple of files  Roll Eyes


edit: working now

suggestion to the main author: could you remove the "scrypt" default kernel when it goes when a wrong kernel is given and just let it exit peacefully (rather than crash the whole computer  Angry )




djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
rldep
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 02, 2014, 08:10:31 AM
 #2328

Sorry for dumb question - is sgminer has no possibility to assign different pools and algos to the different card in a rig?
aikklond
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
December 02, 2014, 09:48:47 AM
 #2329

sorry about the noobish question but what is the command to make sgminer to use an existing .bin file...Huh

pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 02, 2014, 09:58:30 AM
 #2330

sorry about the noobish question but what is the command to make sgminer to use an existing .bin file...Huh

just overwrite the existing one.
since  the file name is created using the card settings, instead of guessing them, just overwrite it ;-)
if you have many bin files: close the miner, remove *.bin, run the miner, close it, overwrite the bin file, rerun the miner.

aikklond
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
December 02, 2014, 10:19:51 AM
 #2331

sorry about the noobish question but what is the command to make sgminer to use an existing .bin file...Huh

just overwrite the existing one.
since  the file name is created using the card settings, instead of guessing them, just overwrite it ;-)
if you have many bin files: close the miner, remove *.bin, run the miner, close it, overwrite the bin file, rerun the miner.

you mean to rename the .bin file i downloaded and give it the name of my bin file with my settings?

then when i run the .bat file wont it override the .bin config with the instructions that are in the .bat file?
aikklond
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
December 02, 2014, 11:07:42 AM
 #2332

sorry about the noobish question but what is the command to make sgminer to use an existing .bin file...Huh

just overwrite the existing one.
since  the file name is created using the card settings, instead of guessing them, just overwrite it ;-)
if you have many bin files: close the miner, remove *.bin, run the miner, close it, overwrite the bin file, rerun the miner.

you mean to rename the .bin file i downloaded and give it the name of my bin file with my settings?

then when i run the .bat file wont it override the .bin config with the instructions that are in the .bat file?

YES, that's what I told you in the other thread. Generate a bin using worksize 64, then rename my bin to the same thing sgminer generated, and replace the SGMiner generated bin with mine.


Thanks, figured it out!
booz
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
December 03, 2014, 04:27:45 AM
 #2333

Can I setup scrypt-jane on this sgminer? Where I can find howto?
Dophoeve
Full Member
***
Offline Offline

Activity: 182
Merit: 100

To the MOOOON


View Profile WWW
December 03, 2014, 02:58:13 PM
 #2334

Can I setup scrypt-jane on this sgminer? Where I can find howto?

Which vga type

cryptorider
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 03, 2014, 04:01:46 PM
 #2335

hi y'all, i installed pimp amd 13.12 on a used usb stick, whenever i run it, it will firstly only detect  4 of 5 gpu's and secondly give the message "unable to enumerate usb device on port .. "  (5 or 6 depending on where i stick it) every half second. Is it the usb stick or is it something else?
shield_of_hope
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 04, 2014, 01:50:36 AM
 #2336

What is wrong when I get only message "Segmentation fault" when trying to run sgminer? I succeeded to get over all the problems in compilation but the finished program won't even start. I've tried several versions such as 4.1.0, 4.2.2 and 5.0.1.

I have two Radeon HD 5970 cards and I'm using Linux Mint 17 Cinnamon with Catalyst 14.9 and AMD APP SDK v2.5. I did the compilation using commands:

Code:
autoreconf -i
CFLAGS="-02 -Wall -march=native" sudo ./configure --enable-opencl --disable-adl
sudo make

which gave me a report:

Code:
Configuration Options Summary:

  Use git version......: no
  libcurl(GBT+getwork).: Enabled: -lcurl 
  curses.TUI...........: FOUND: -lncurses
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: Detection overrided. GPU monitoring support DISABLED

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -g -O2
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl   compat/jansson-2.5/src/.libs/libjansson.a -lpthread -lOpenCL    -lm -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local

I'm trying to mine Diamondcoin and used to do that in Windows using sgminer_diamond_v4.1.0 but I haven't found any source for that.
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
December 04, 2014, 02:19:21 AM
 #2337

does anyone what would cause this it comes up in the miner log when the miner just shuts down and restarts for no apparent  reason to me

[04/12/2014 02:08:00]  SGMiner (760): Process closed.

cheers
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
December 04, 2014, 03:18:44 AM
 #2338

What is wrong when I get only message "Segmentation fault" when trying to run sgminer? I succeeded to get over all the problems in compilation but the finished program won't even start. I've tried several versions such as 4.1.0, 4.2.2 and 5.0.1.

I have two Radeon HD 5970 cards and I'm using Linux Mint 17 Cinnamon with Catalyst 14.9 and AMD APP SDK v2.5. I did the compilation using commands:

Code:
autoreconf -i
CFLAGS="-02 -Wall -march=native" sudo ./configure --enable-opencl --disable-adl
sudo make

which gave me a report:

Code:
Configuration Options Summary:

  Use git version......: no
  libcurl(GBT+getwork).: Enabled: -lcurl 
  curses.TUI...........: FOUND: -lncurses
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: Detection overrided. GPU monitoring support DISABLED

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -g -O2
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl   compat/jansson-2.5/src/.libs/libjansson.a -lpthread -lOpenCL    -lm -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local

I'm trying to mine Diamondcoin and used to do that in Windows using sgminer_diamond_v4.1.0 but I haven't found any source for that.
have you tried
Code:
git clone --recursive git://github.com/sgminer-dev/sgminer.git 
cd sgminer
autoreconf -if
CFLAGS="-02 -Wall -march=native" ./configure --enable-opencl --disable-adl
make
kenshirothefist (OP)
Sr. Member
****
Offline Offline

Activity: 457
Merit: 273



View Profile
December 04, 2014, 07:02:26 AM
 #2339

I see many of you guys struggling with manual sgminer compilation/building ... if you're just looking for latest windows/linux builds you can always take a look here: https://www.nicehash.com/download/nightly/ ... whenever a change will be made to sgminer/master or sgminer/devel, a new build will be available to download (thanks to elbandi for the automatic build system).

sgminer-5.0-daily-xxx are from master branch (aka production)
sgminer-dev-daily-xxx are from the devel branch
shield_of_hope
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 04, 2014, 01:43:13 PM
 #2340

have you tried
Code:
git clone --recursive git://github.com/sgminer-dev/sgminer.git 
cd sgminer
autoreconf -if
CFLAGS="-02 -Wall -march=native" ./configure --enable-opencl --disable-adl
make
I tried that with no success. Something must be going wrong during the building despite that the code goes through the compiler with no errors.

I see many of you guys struggling with manual sgminer compilation/building ... if you're just looking for latest windows/linux builds you can always take a look here: https://www.nicehash.com/download/nightly/ ... whenever a change will be made to sgminer/master or sgminer/devel, a new build will be available to download (thanks to elbandi for the automatic build system).

sgminer-5.0-daily-xxx are from master branch (aka production)
sgminer-dev-daily-xxx are from the devel branch
I copied those kernels into sgminer/kernel but that didn't change anything. It seems that the problem is in sgminer itself. Why don't those Linux builds include anything but just kernel files? There are also many other files that is needed for mining.
Pages: « 1 ... 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 [117] 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 ... 233 »
  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!