Bitcoin Forum
April 24, 2024, 01:50:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
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 »
  Print  
Author Topic: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017]  (Read 140373 times)
thierryouellet
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
January 22, 2018, 04:57:21 AM
 #701

Hi,

I am having some network issues with sgminer. I have 10 rigs in my network that run sgminer and once in a while, my whole network becomes down because of one rig (it's always a random one). The switch port where is connected the rig in question starts blinking really fast and I have to either disconnect the network cable or reboot the rig to restore my whole network. I also notice that the network I/O is really high in sgminer compared to other miners. I only have this issue with sgminer as I have another farm with 20 rigs running ccminer and no network issue whatsoever.

Any thoughts?

Is here anyone who knows how to use it w/ Rx 480/470?



for me with 480s it resets the system
... the only problem is that the driver reports a wrong number of CUs. Therefore, you have to use a larger xintensity or just use rawintensity and the hashrate for those GPUs can be increased by using 2 threads per GPU.

Could you share proper values of xintensity or rawintensity for 480/470?
And is worksize of 256 correct?
TIA
worksize: 192
rawintensity (rx 470): 1916928
rawintensity (rx 480): 2156544

You should try different intensities to optimize your hash rate
1713923444
Hero Member
*
Offline Offline

Posts: 1713923444

View Profile Personal Message (Offline)

Ignore
1713923444
Reply with quote  #2

1713923444
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713923444
Hero Member
*
Offline Offline

Posts: 1713923444

View Profile Personal Message (Offline)

Ignore
1713923444
Reply with quote  #2

1713923444
Report to moderator
1713923444
Hero Member
*
Offline Offline

Posts: 1713923444

View Profile Personal Message (Offline)

Ignore
1713923444
Reply with quote  #2

1713923444
Report to moderator
1713923444
Hero Member
*
Offline Offline

Posts: 1713923444

View Profile Personal Message (Offline)

Ignore
1713923444
Reply with quote  #2

1713923444
Report to moderator
naeme18720
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
January 23, 2018, 05:04:38 AM
 #702

Please help me in simplemining
I want mined etn with this miner in simplemining
But not can
This code  true

--kernel CryptoNight -o ssl://etn-eu1.nanopool.org:13433 etnkAay8c8VgLCvBRK5cXmQu7urcG9mDjBpZj1UdzB3nXTsxQfK5Sg6K3vWN5RzYSdFgR8s1kyGZhGR eNDW2Cmpb8i7jAf9myY.test -p x -T

Not working
Miner ended crashed

USE A CONFIGURATION FILE--

Take the following and paste it into a configuration file, i.e. "test.conf".  Run sgminer with "sgminer -c test.conf".  I do not think SGminer-GM supports the SSL URL.  Be sure to set the environment variables prior to launching SGminer-GM.  So, in a Windows batch file, the variables will precede the SGminer-GM launch line above.

Configuration File:
===========

{
    "pools": [{
        "url": "etn-eu1.nanopool.org:13333",
        "user": "YOURWALLETADDRESS.WORKER",
        "pass": "x"
    },
    {
        "url": "etn-us-west1.nanopool.org:13333",
        "user": "YOURETNADDRESS.WORKER",
        "pass": "x"
    }],
    "profiles": [{
        "worksize": "8",
        "name": "xmr",
        "algorithm": "cryptonight",
        "gpu-threads": "1",
        "rawintensity": "1016"
    }],
    "default-profile": "xmr",
    "no-extranonce": false,
    "no-submit-stale": true,
    "api-listen": true,
    "api-port": 4028,
    "api-mcast-port": 4028,
    "api-allow": "W:127.0.0.1,W:192.168.1.1/24",
    "temp-cutoff": "85",
    "temp-overheat": "80"
}

Batch File:
======

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100

sgminer -c test.conf

pause

Raw Intensity can be adjusted to 1008-1016, or cut in half with "threads" =2.  If you have a smaller GPU, you may need to use 1/2 the Raw Intensity with "threads" =1.  If you still have trouble, start with RI = 896, or 448.  Worksize could be 4, or 8, but adjust RI accordingly.

SGminer-GM runs for weeks on my AMD cards.       --scryptr

Thanks
But i want code mined etn for
Simplemining.net?Huh
How mined?
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
January 23, 2018, 07:04:06 AM
Last edit: October 04, 2020, 12:30:26 AM by scryptr
 #703

Please help me in simplemining
I want mined etn with this miner in simplemining
But not can
This code  true

--kernel CryptoNight -o ssl://etn-eu1.nanopool.org:13433 etnkAay8c8VgLCvBRK5cXmQu7urcG9mDjBpZj1UdzB3nXTsxQfK5Sg6K3vWN5RzYSdFgR8s1kyGZhGR eNDW2Cmpb8i7jAf9myY.test -p x -T

Not working
Miner ended crashed

USE A CONFIGURATION FILE--

Take the following and paste it into a configuration file, i.e. "test.conf".  Run sgminer with "sgminer -c test.conf".  I do not think SGminer-GM supports the SSL URL.  Be sure to set the environment variables prior to launching SGminer-GM.  So, in a Windows batch file, the variables will precede the SGminer-GM launch line above.

Configuration File:
===========

{
    "pools": [{
        "url": "etn-eu1.nanopool.org:13333",
        "user": "YOURWALLETADDRESS.WORKER",
        "pass": "x"
    },
    {
        "url": "etn-us-west1.nanopool.org:13333",
        "user": "YOURETNADDRESS.WORKER",
        "pass": "x"
    }],
    "profiles": [{
        "worksize": "8",
        "name": "xmr",
        "algorithm": "cryptonight",
        "gpu-threads": "1",
        "rawintensity": "1016"
    }],
    "default-profile": "xmr",
    "no-extranonce": false,
    "no-submit-stale": true,
    "api-listen": true,
    "api-port": 4028,
    "api-mcast-port": 4028,
    "api-allow": "W:127.0.0.1,W:192.168.1.1/24",
    "temp-cutoff": "85",
    "temp-overheat": "80"
}

Batch File:
======

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100

sgminer -c test.conf

pause

Raw Intensity can be adjusted to 1008-1016, or cut in half with "threads" =2.  If you have a smaller GPU, you may need to use 1/2 the Raw Intensity with "threads" =1.  If you still have trouble, start with RI = 896, or 448.  Worksize could be 4, or 8, but adjust RI accordingly.

SGminer-GM runs for weeks on my AMD cards.       --scryptr

Thanks
But i want code mined etn for
Simplemining.net?Huh
How mined?

SORRY, I USE WINDOWS OR PLAIN LINUX--

If Simplemining.net (SMOS?) has a radically different protocol, I can't help.  If you use the configuration file, you can simply place your pool:XXXX (port number) in the configuration.  It is also possible to write the entire above configuration on a single line if you change the commands in quotes to flag commands.

I don't run SMOS and won't be much more help there.  I got tired of single-line launch commands because they are harder to write out and edit.  A simple Lubuntu install, with fresh drivers and a freshly compiled miner, can use the same configuration file with a BASH script rather than a batch file.  I could help with that, but I have no experience with SMOS.  Lubuntu is free.

--scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
kusuma
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 25, 2018, 12:02:24 AM
 #704

Please help me in simplemining
I want mined etn with this miner in simplemining
But not can
This code  true

--kernel CryptoNight -o ssl://etn-eu1.nanopool.org:13433 etnkAay8c8VgLCvBRK5cXmQu7urcG9mDjBpZj1UdzB3nXTsxQfK5Sg6K3vWN5RzYSdFgR8s1kyGZhGR eNDW2Cmpb8i7jAf9myY.test -p x -T

Not working
Miner ended crashed

missing -u before your wallet, try this
--kernel CryptoNight -o ssl://etn-eu1.nanopool.org:13433 -u  etnkAay8c8VgLCvBRK5cXmQu7urcG9mDjBpZj1UdzB3nXTsxQfK5Sg6K3vWN5RzYSdFgR8s1kyGZhGR eNDW2Cmpb8i7jAf9myY.test -p x -T

dmanukr
Jr. Member
*
Offline Offline

Activity: 75
Merit: 1


View Profile
January 25, 2018, 04:39:55 PM
 #705


Dude you guys are entitled to fees. Sheez people think you develop this shT for nothing... maybe the ones anxious for you to give away your time and product should try to do it themselves. 
stefcho25
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 25, 2018, 04:46:01 PM
 #706

I'm not getting shares why?
https://forum.it.mk/attachments/upload_2018-1-25_17-44-7-png.61671/
preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
January 26, 2018, 06:04:31 PM
 #707

Windows?
Shivoreun
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
February 02, 2018, 12:21:15 AM
 #708

Hi to all.
Can't find out, how to make the GPU core/mem clock settings to work in this miner? The corresponding parameters in commandline have no effect - RX 570 still running with the default clocks. If I try to change the core/mem/voltage/powertune from the miner hotkeys, I recieve "Failed to modify ... clock speed". The driver now is 18.1.1, but 17.x also doesn't work Sad

Can anybody point me to the solution?
Thanks.

P.S. Sorry for errors in English - it's not my native language...
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
February 03, 2018, 01:46:19 PM
 #709

Sgminer dual miner suport ?
Arnoldent
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
February 04, 2018, 02:35:19 PM
 #710

Sgminer dual miner suport ?

No dual miner support.
MagicSmoker
Full Member
***
Offline Offline

Activity: 420
Merit: 182



View Profile
February 08, 2018, 01:15:22 PM
 #711

This miner appears to have been abandoned, which is a real shame because despite being last updated over a year ago it still performs the best by far on Cryptonight with an XFX RX 560 I recently bought (and which I'll be getting 5 more to make a cheap Cryptonight miner).

Despite the apparent abandonment, I read every single post of this thread looking for an explanation of rawintensity, worksize and gpu-threads and, incredibly, these critical parameters are never really explained. There are bits and pieces here and in the (3+ year old) .md files on the github repo, but it is not clear if those partial explanations apply to all algorithms or just Ethash (the fragments I found here) or Scrypt (in the mining.md file on github).

So here is what I picked up from a couple of posts by OhGodAGirl (one of the original devs of SGMiner), which I've paraphrased/combined below:

Quote
The formula for rawintensity is  #(CUs) x worksize x 4 - so, for a 280x, you'd have 32 x 4 x 4. That gives us 512.

Worksize of 8 can be used, but make sure to change gpu-threads to 1 then (instead of 2).

Start with above calculated rawintensity then decrease by 8 to find best hashrate.

Don't ever use xIntensity. Rawintensity only.

Now here's the kicker... below are the settings that are working the best for my single RX 560 with just 2GB, 16 CU and 1024 shaders:

rawintensity = 416
worksize = 8
gpu-threads = 2

And this contradicts the advice to set gpu-threads to 1 if worksize is 8... I'm not going to sweat that, though, as this combination really does quite well, all things considered - about 460 H/s, which is 40-60 H/s better than the next best performer, xmr-stak.

Even worse, though, is that I have a single RX 570 4GB (which is what I was going to use for a dedicated cryptonight/ethash miner, until prices went full retard) and sgminer crashes immediately after displaying the two line screen about Jannson 2.7 (can't catch it, it goes by too fast), even if I don't set anything for the above parameters.

It's a bit of a longshot, I realize, but any sort of clue as to where to go next in troubleshooting would be helpful. Drivers are Adrenalin 18.1 (Jan 18) and not in compute mode (since that doesn't really help Cryptonight, at least from what I've noticed).

infojunkiePHD
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
February 08, 2018, 03:04:56 PM
 #712

This miner appears to have been abandoned, which is a real shame because despite being last updated over a year ago it still performs the best by far on Cryptonight with an XFX RX 560 I recently bought (and which I'll be getting 5 more to make a cheap Cryptonight miner).

Despite the apparent abandonment, I read every single post of this thread looking for an explanation of rawintensity, worksize and gpu-threads and, incredibly, these critical parameters are never really explained. There are bits and pieces here and in the (3+ year old) .md files on the github repo, but it is not clear if those partial explanations apply to all algorithms or just Ethash (the fragments I found here) or Scrypt (in the mining.md file on github).

So here is what I picked up from a couple of posts by OhGodAGirl (one of the original devs of SGMiner), which I've paraphrased/combined below:

Quote
The formula for rawintensity is  #(CUs) x worksize x 4 - so, for a 280x, you'd have 32 x 4 x 4. That gives us 512.

Worksize of 8 can be used, but make sure to change gpu-threads to 1 then (instead of 2).

Start with above calculated rawintensity then decrease by 8 to find best hashrate.

Don't ever use xIntensity. Rawintensity only.

Now here's the kicker... below are the settings that are working the best for my single RX 560 with just 2GB, 16 CU and 1024 shaders:

rawintensity = 416
worksize = 8
gpu-threads = 2

And this contradicts the advice to set gpu-threads to 1 if worksize is 8... I'm not going to sweat that, though, as this combination really does quite well, all things considered - about 460 H/s, which is 40-60 H/s better than the next best performer, xmr-stak.

Even worse, though, is that I have a single RX 570 4GB (which is what I was going to use for a dedicated cryptonight/ethash miner, until prices went full retard) and sgminer crashes immediately after displaying the two line screen about Jannson 2.7 (can't catch it, it goes by too fast), even if I don't set anything for the above parameters.

It's a bit of a longshot, I realize, but any sort of clue as to where to go next in troubleshooting would be helpful. Drivers are Adrenalin 18.1 (Jan 18) and not in compute mode (since that doesn't really help Cryptonight, at least from what I've noticed).



The math is a fairly accurate estimate, but each system varies a bit because of motherboards, drivers, voodoo/kami, etc.

On my 560s (4gig) I use 508, w4, g2. - 450h/s  (on another board, 480 was the magic number)

On my 570s (4gig) I use 896 w8, g2. - 840h/s 

All are bios modded, and moderately overlcocked at 1860-1880.
MagicSmoker
Full Member
***
Offline Offline

Activity: 420
Merit: 182



View Profile
February 08, 2018, 04:00:18 PM
 #713

The math is a fairly accurate estimate, but each system varies a bit because of motherboards, drivers, voodoo/kami, etc.

On my 560s (4gig) I use 508, w4, g2. - 450h/s  (on another board, 480 was the magic number)

On my 570s (4gig) I use 896 w8, g2. - 840h/s  

All are bios modded, and moderately overlcocked at 1860-1880.

Heh, those are exactly the numbers I have programmed for my RX 570... Too bad the miner crashes so soon after startup, and doesn't even leave a debug log despite setting...

Wait, I got it running after I removed the switch "--shaders 2048" from the command line (forgot I had that) and changed the debug switch from "-D" to "--debug-log", which really shouldn't have affected anything. Unfortunately, the bad news is that the hashrate is terrible - about 90 h/s so far. But, I can work with a bad hashrate; I can't work with an instant-crashing program.

EDIT - Oh, I forgot I also changed "gpu-platform" in the config file from 1 to 0; I suspect that is what solved the problem - as I think I read somewhere else, 1 is for systems with an integrated GPU on the CPU.


nasopraso
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
February 12, 2018, 10:44:29 PM
 #714

Can someone post a Ethos config file for sgminer-gm for neoscrypt?

onionpealer
Jr. Member
*
Offline Offline

Activity: 238
Merit: 1


View Profile
February 22, 2018, 12:00:54 AM
 #715

The Cryptonote PoW hash is being modified in an fork this March. Will there be an announcement here that SGminer-GM has been changed to accommodate this modification or will we just have to keep an eye on Github for the changes.
https://getmonero.org/2018/02/11/PoW-change-and-key-reuse.html
Jacknife
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
February 22, 2018, 03:16:27 PM
 #716

The Cryptonote PoW hash is being modified in an fork this March. Will there be an announcement here that SGminer-GM has been changed to accommodate this modification or will we just have to keep an eye on Github for the changes.
https://getmonero.org/2018/02/11/PoW-change-and-key-reuse.html

I think it is great for the PoW to change every few months. I hope the miner will be updated.
Ale-x1
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
February 22, 2018, 09:29:40 PM
 #717

I get an error
Code:
Application Error 0xc0000142
when I try to use events in the config and want to reboot the rig when GPU hangs
Code:
    "events":
    [
        {
            "on":"idle",
            "runcmd":"sendmess.bat 146755910 \"Rig03 idle 10 min.\""
        },
        {
            "on":"gpu_dead",
            "reboot":"yes"
        },
        {
            "on":"gpu_sick",
            "reboot":"yes"
        }
     ],
OS: Windows 10 x64 1607 LTSB
Frameworks: 2008, 2010, 2012, 2013, 2017

Any suggestions?
onionpealer
Jr. Member
*
Offline Offline

Activity: 238
Merit: 1


View Profile
February 24, 2018, 01:46:45 PM
 #718

The Cryptonote PoW hash is being modified in an fork this March. Will there be an announcement here that SGminer-GM has been changed to accommodate this modification or will we just have to keep an eye on Github for the changes.
https://getmonero.org/2018/02/11/PoW-change-and-key-reuse.html

I think it is great for the PoW to change every few months. I hope the miner will be updated.

I used to use SGminer, and miners other than Claymore's Cryptonote miner, as I found Claymore to be a bit more power hungry, but unfortunely I've been forced to use Claymore as a small rig I have crashes every time I use SGminer and boy have I tried everything to find out why, but to no avail.
I'm always keeping an eye out for any mods to SGminer, and the like, to see if one will eventually work, so I hope if it's updated it may work this time.
JBminer
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
March 08, 2018, 01:54:42 PM
Last edit: March 08, 2018, 05:19:49 PM by JBminer
 #719

Hoping I get an answer here, I pointed my RX570 rig to this in SMOS. In the script I added my Zcash address, but after 12 hours of mining (12 mod'd cards) I have no idea if I'll receive a payout! for the last year I've mostly used nanopool/dwarfpool so I'm used to their pool interfaces to view stats etcetera.

Default config: -zpool zec-eu.coinmine.pl:7007 -zwal tytanick.0 -zpsw x

My conf.:  -zpool zec-eu.coinmine.pl:7007 -zwal t1KGeHxJTYxD(My public zcash altered here...)abc.0 -zpsw x

I'm I missing something? anyone else use SMOS here that can help direct me or:

1) confirm its 'config'd' correct or not.

2) Tell me how it pays out? or where to view?

THANX IN ADVANCE  Smiley

I guess visiting "coinmine.pl" ....maybe? { IT'S AN SMOS THING.} No instructions, only directing inquiries here :-/


OKAY, found solution @ their pool for anyone mining there wit SMOS, it's paying out with my above config for the next guy seeking answers for this  Wink

erkange
Jr. Member
*
Offline Offline

Activity: 76
Merit: 2


View Profile
March 16, 2018, 08:37:24 PM
 #720

whay i get only 20mh/s for RX570, I gpt 29.x from claymore.

My settings

Code:
{
"pools":
[
{
"name": "Ethermine",
"url": "stratum+tcp://eu1.ethermine.org:4444",
"user": "MYWALLETADDRESSISHERE.amdsgminer",
"pass": "x",
"profile": "eth"
}
],
"profiles":
[
{
"name": "eth",
"algorithm": "ethash",
"xintensity": "1024",
"worksize": "192",
"gpu-threads": "1"
}
],

"no-extranonce": "true",
"default-profile": "eth",
"api-listen": "true",
"temp-target": "72",
"gpu-fan": "45-85",
"gpu-engine" : "1150",
"gpu-memclock" : "2050",
"api-port": 4028,
"temp-cutoff": "82",
"api-listen": true,
"auto-fan": true,
"temp-overheat": "85",
"gpu-platform": "1"
}
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 »
  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!