Bitcoin Forum
May 04, 2024, 04:10:06 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 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 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877795 times)
tankist0
Full Member
***
Offline Offline

Activity: 141
Merit: 100


View Profile
October 25, 2014, 06:45:37 PM
 #1961

I'm trying to build badman74 in Visual Studio C++ 2010. The goal is to have native x64 and x86 versions of sgminer. Following boring instruction, installed (hope so) all the dependencies and now I'm stuck at the final step. Solution won't build showing me error:

Code:
1>..\events.c(45): error C2440: 'initializing' : cannot convert from 'void *' to 'const char *'
1>          Conversion from 'void*' to pointer to non-'void' requires an explicit cast



Has anyone tried winbuild in Visual Studio? And maybe encountered similar issue? Any help would be appreciated
1714839006
Hero Member
*
Offline Offline

Posts: 1714839006

View Profile Personal Message (Offline)

Ignore
1714839006
Reply with quote  #2

1714839006
Report to moderator
1714839006
Hero Member
*
Offline Offline

Posts: 1714839006

View Profile Personal Message (Offline)

Ignore
1714839006
Reply with quote  #2

1714839006
Report to moderator
1714839006
Hero Member
*
Offline Offline

Posts: 1714839006

View Profile Personal Message (Offline)

Ignore
1714839006
Reply with quote  #2

1714839006
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
DStefanov
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile WWW
October 25, 2014, 10:01:17 PM
 #1962

I can not let sgminer v5 /sgminer-5.0-badman74-mod-win32/! Please for assistance.
Bath file write the following text:

del *.bin
set GPU_MAX_ALLOC_PERCENT 100
set GPU_USE_SYNC_OBJECTS 2
sgminer.exe -k x11mod -o stratum+tcp://pool.xhash.net:3412 -u xxx -p xxx --shaders 2048 --thread-concurrency 8193 --intensity 18 --worksize 256 -g 4 --lookup-gap 2 --gpu-reorder
pause

, but leave me and discarded. Where wrong!  Sad
Thank you.

qwep
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
October 26, 2014, 11:54:18 AM
 #1963

AMD ended the era, the era of Nvidia  Roll Eyes
DStefanov
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile WWW
October 26, 2014, 12:14:43 PM
 #1964

AMD ended the era, the era of Nvidia  Roll Eyes

What exactly do you have in mind!?!?

tankist0
Full Member
***
Offline Offline

Activity: 141
Merit: 100


View Profile
October 26, 2014, 06:43:41 PM
 #1965

Wolf0 thanks  Wink I actually resolved the problem, scrolled to line 45 in events.c and fixed "bad" syntax. Up and running now, although hashrate on my 280x is not even close to your speeds. Good experience, anyways.
Foss
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
October 26, 2014, 09:26:39 PM
 #1966

I can not let sgminer v5 /sgminer-5.0-badman74-mod-win32/! Please for assistance.
Bath file write the following text:

del *.bin
set GPU_MAX_ALLOC_PERCENT 100
set GPU_USE_SYNC_OBJECTS 2
sgminer.exe -k x11mod -o stratum+tcp://pool.xhash.net:3412 -u xxx -p xxx --shaders 2048 --thread-concurrency 8193 --intensity 18 --worksize 256 -g 4 --lookup-gap 2 --gpu-reorder
pause

, but leave me and discarded. Where wrong!  Sad
Thank you.
not -k x11mod, use --algorithm darkcoin-mod

BTC: 147kwy3LndX6jkwGC3mU9j6rZMWU8g1Amd
DASH: XhR4V6ChnQp7LDWhpArwBMXARxU5LGiq8a
ETH: 0xe4b10dff72b58a363a3c8b70e21cfb236e2697c9
zeus.miner
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
October 27, 2014, 01:07:42 AM
 #1967

Hi guys
What is the best/fastest gpu/amd miner software today
And is it profitable to mine x13, x11 etc this day ?
kenshirothefist (OP)
Sr. Member
****
Offline Offline

Activity: 457
Merit: 273



View Profile
October 27, 2014, 08:27:36 AM
 #1968

Hi guys
What is the best/fastest gpu/amd miner software today
And is it profitable to mine x13, x11 etc this day ?

The fastest publicly available X-algo miner for AMD GPUs is most probably badman74's modded sgminer-v5 (get it here https://www.nicehash.com/software/#sgminer) ... some additional optimizations of various CL kernels were done by various individuals, but weren't publicly released. And you can get some decent income if you point it to NiceHash multi-algo service https://www.nicehash.com/multialgo.
tankist0
Full Member
***
Offline Offline

Activity: 141
Merit: 100


View Profile
October 27, 2014, 09:04:10 AM
 #1969

I haven't touched the code to SGMiner itself

A single line I changed to this:

Code:
	const char *cmd ="cmdp";

otherwise VS couldn't compile in my case

just the CL files - that's where most of the important stuff is.

It's full of cabalistic math, is any special skill or secret required!?  )) joking
hulk
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
October 27, 2014, 01:45:57 PM
 #1970

Anybody tried R9 285? The new amd card?

Subw
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
October 27, 2014, 07:43:35 PM
 #1971

I need help compiling this miner for linux, after ./configure i got error:

OpenCL...............: NOT FOUND. GPU mining support DISABLED

but i have amd drivers (fglrx-14.301.1001) and AMD APP SDK (AMD-APP-SDK-v2.9-1.599.381-GA-linux64) installed:

$ clinfo
Number of platforms:             1
  Platform Profile:             FULL_PROFILE
  Platform Version:             OpenCL 1.2 AMD-APP (1573.4)
  Platform Name:             AMD Accelerated Parallel Processing
  Platform Vendor:             Advanced Micro Devices, Inc.
  Platform Extensions:             cl_khr_icd cl_amd_event_callback cl_amd_offline_devices
Subw
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
October 27, 2014, 08:28:14 PM
 #1972

What includes? And how?

ps i overcome this problem by installing previous APP SDK (2.9), compile completed OK but miner can't compile .cl files now Sad(
Subw
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
October 27, 2014, 08:40:22 PM
 #1973

Can't remember, smthing about builing binary opencl files (miner starts but can't build *.bin files).
Again i fixed this by rebuilding miner with ADL SDK 6.0 (error was when i first tried with ADL 7.0 headers)

bottom line: miner is not compatible with the latest AMD drivers/SDKs
Subw
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
October 27, 2014, 09:02:31 PM
 #1974

maybe i messed smthing on my system but why ./configure can't find 2.9.1 APP SDK ?
Pansyfaust
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
October 28, 2014, 09:45:24 PM
 #1975

Does anyone know how to change GPU clockspeed/memory speeds using sgminer 5? Attempting to do so through sgminer or even msi afterburner does nothing to the clockspeeds at all.
Pansyfaust
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
October 28, 2014, 11:03:59 PM
 #1976

Does anyone know how to change GPU clockspeed/memory speeds using sgminer 5? Attempting to do so through sgminer or even msi afterburner does nothing to the clockspeeds at all.

I always use --gpu-engine and --gpu-memclock...

I do use that, in both the config and the .bat file-no speed changes at all.
Hippie Tech
aka Amenstop
Legendary
*
Offline Offline

Activity: 1624
Merit: 1001


All cryptos are FIAT digital currency. Do not use.


View Profile WWW
October 29, 2014, 02:11:23 AM
 #1977

Has anyone noticed how the queue setting keeps changing itself ?

I've seen this with 5.0/4.22, the Nicehash version and Wolf0's 5.0.

Pansyfaust
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
October 29, 2014, 05:49:55 AM
 #1978

Does anyone know how to change GPU clockspeed/memory speeds using sgminer 5? Attempting to do so through sgminer or even msi afterburner does nothing to the clockspeeds at all.

I always use --gpu-engine and --gpu-memclock...

I do use that, in both the config and the .bat file-no speed changes at all.

What GPU?

All of them Tongue. 2X 280x's and one 7990. They all run at their stock speeds. 14.7 drivers, win 7 64bit.
Coin-Moron
Hero Member
*****
Offline Offline

Activity: 540
Merit: 500



View Profile
October 29, 2014, 08:55:58 AM
 #1979

Could someone give the config file for X15 with kernel.
R9 280x.
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
October 30, 2014, 10:58:47 PM
 #1980

What's this neoscrypt bullshit about?
Pages: « 1 ... 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 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 ... 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!