Pages:
Author

Topic: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017] - page 21. (Read 140378 times)

sr. member
Activity: 305
Merit: 250
I'm doing it right?
sgminer.exe --kernel ethash
eu1-etc.ethermine.org:4444
0x64869D3AAff284905a7249e416E6Fa657394Ee6e

I am inserting these values into cmd
newbie
Activity: 47
Merit: 0
Well I'm still facing the same issue with totally failed mining for eth with rather different params.
Just one of the examples:
GPU 0:  79.0C  30%    | 34.35M/30.74Mh/s | R:  0.0% HW: 4 WU:0.000/m xI: 18
GPU 1:  65.0C  28%    | 34.46M/30.83Mh/s | R:  0.0% HW:11 WU:0.000/m xI: 18

Debug prints something like:
GPU 1 found something?
[THR3] OCL NONCE 0089ed50 (9039184) found in slot 0 (found = 255)
Regenhash: First qword of input: 0xEDDD33050089ED50.
Regenhash result: 5e7a62d71e1264f643a558eb16d5ccb2c37ddca6746980c7501923bc6d6cf036.
Last ulong: 0x5E7A62D71E1264F6.
[THR3] GPU1: invalid nonce - HW error
[THR3] Discarded cloned or rolled work
[THR0] Staged work: total (2) > max (1), discarding
[THR0] Discarded work
Selecting ether for work

Ubuntu 16.04 64 bit | amdgpu-pro 16.50 | 4.8.1-040801-generic | Rx 480 x2

This config works fine with optiminer zcash but no luck with latest sgminer version (5.4.4).

What additional bug report information should I add?
Or maybe it's better to open an issue at github?

Can somebody give me a clue for RX 480
~intensity & worksize that can work without (or with less than 100% HW)?

Thank you Wink

P.S. Found it very useful btw: https://asciinema.org/a/br5nu6il2bryxrn2pwg1gpg9c
newbie
Activity: 47
Merit: 0
Thank you very much!
That seems to help.
legendary
Activity: 1600
Merit: 1014
Hello mates!
Can somebody provide a guide how to compile latest version properly (for ubuntu 16.04) if possible?
I also noticed that latest prepared binary suffers from known issues much.

why not ubuntu 14.04.01? this would bring fglrx drivers with it...
download suitable ADL_SDK from amd website to /root and unzip


Code:

apt-get install libcurl4-openssl-dev pkg-config libtool libncurses5-dev git fglrx fglrx-core fglrx-amdcccle autoconf automake
amdconfig --adapter=all --initial


reboot

Code:

git clone https://github.com/genesismining/sgminer-gm.git
cd sgminer-gm
cd ADL_SDK/
cp /root/AMDSDK/include/adl_* .
cd ..
git submodule init
git submodule update
autoreconf -i
CFLAGS="-O2 -Wall -march=native -std=gnu99" ./configure
make
make install

export GPU_MAX_ALLOC_PERCENT 100
export GPU_USE_SYNC_OBJECTS=1
export DISPLAY=:0
service lightdm restart
edit i.e. xmr.conf to your needs

Code:
./sgminer -c xmr.conf 

that should do it - if somebody tries and somethings missing please post here
newbie
Activity: 47
Merit: 0
Hello mates!
Can somebody provide a guide how to compile latest version properly (for ubuntu 16.04) if possible?
I also noticed that latest prepared binary suffers from known issues much.
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
Anyone has found a good performing settings for a R9-390 8GB x 5 rig

Whats the best settings, under sgminer-gm LINUX

rawintensity, worksize, threads?
legendary
Activity: 1274
Merit: 1000
Does R9 270 2G supported and what flags should I use. I would like to mine xmr

Sense the R9 270 is a R7 370 2 gb or the 370 replaced  the 270 , these settings work on my two 370's for XMR minng, i had to use 1 thread over two or it would show zero hashing with two threads, it should work ok with the 270 ..


Code:
"no-extranonce": true,
"api-allow": "W:127.0.0.1",
"api-listen": true,
"api-mcast-port": "4028",
"api-port": "4028",
"failover-only": true,
"gpu-threads": "1",
"no-submit-stale": true,
"rawintensity": "512",
"worksize": "4"

manly you need this

Code:
"no-extranonce": true,
"failover-only": true,
"gpu-threads": "1",
"no-submit-stale": true,
"rawintensity": "512",
"worksize": "4"

this is what my XMR>conf looks like.

Code:
{
  "pools": [
    {
      "name": "MoneroPool",
      "nfactor": "10",
      "algorithm": "cryptonight",
      "url": "stratum+tcp://mine.moneropool.com:7777",
      "user": "",
      "pass": "x"
    }
  ],
  "api-listen": true,
  "api-allow": "W:127.0.0.1/24,W:192.168.1.0/24",
  "api-port": "4028",
  "failover-only": true,
  "rawintensity": "512",
  "worksize": "4",
  "gpu-threads": "1",
  "no-submit-stale": true,
  "no-extranonce": true
  }

each card does around 439 H
sr. member
Activity: 642
Merit: 292
I´m using this miner with XMR / Monerohash.com and I like it. But every few minutes I get
"Stratum connection to Monerohash interrupted"
Anyone else? Is this a SGminer or pool problem? With other miners I have no connection problems.

I do but it seems ok i stay connected, it seems to keep the speeds up

Have these disconnects also with another pool, and afterwards pools vardif restarts/resets with default value.
So stability of this miners stratum connection routine seems to have room for improvement.
hero member
Activity: 486
Merit: 500
Does R9 270 2G supported and what flags should I use. I would like to mine xmr
legendary
Activity: 1274
Merit: 1000
I´m using this miner with XMR / Monerohash.com and I like it. But every few minutes I get
"Stratum connection to Monerohash interrupted"
Anyone else? Is this a SGminer or pool problem? With other miners I have no connection problems.

I do but it seems ok i stay connected, it seems to keep the speeds up .this miners is the best miner to use with GPU's for either XMR or ETH,but not Zec the speeds come no were close to CM wish they did that Ive found and plan to donate a few bucks in coins again,soon ...


I'm not sure if xnsub works with this miner like it does with forked versions of CGMINER and comes default with BFG which helps stop the pool is dead in there versions which im guessing is the same thing if you use this miner for XMR Mining if it really matters which right now it doesn't seem to, i don't disconnect and keep mining at the same speeds or seem to even if I use this pool https://usxmrpool.com/ sense I'm US based it seems more stable for me and pings are better because it is in the US for me . i see it at that pool or on just about any XMR pool i have tired so far i don"t think it is a pool causing it .
sr. member
Activity: 642
Merit: 292
I´m using this miner with XMR / Monerohash.com and I like it. But every few minutes I get
"Stratum connection to Monerohash interrupted"
Anyone else? Is this a SGminer or pool problem? With other miners I have no connection problems.
member
Activity: 130
Merit: 10
Hi to community.
Please, help me to find out a some answers about ETH mining. My GPUs are PowerColor 7970 3Gb OC + MSI 7970 Lightning BE :

1. Is there anybody, who mining with 7970? What are your GPU/Mem clocks?
2. What are your Intensity / xIntensity /raw Intensity values?
3. Are you able to deal with HW errors? I feel, that there is something with the gpu/mem clocks + intensity values, but still can't find the correct ones Sad and my HW errors are almost twice as accepteds...

Will be gratefull for help.

Coming back to the topic...
After a lot of experiments, I've found, that the optimal config is xIntensity 160, which gets nearly 1/3 of HW errors during mining. Maybe this info will be usefull for someone.

Code:
sgminer 5.5.4-gm - Started: [2017-01-10 04:11:11] - [0 days 14:11:10]
--------------------------------------------------------------------------------
(5s):18.52M (avg):29.56Mh/s | A:1540000000000  R:0  HW:67  WU:29.354/m
ST: 2  SS: 0  NB: 3570  LW: 67513  GF: 4  RF: 0
Connected to eth-eu1.nanopool.org (stratum) diff 5G as user 0x49a93acd9582e1fab9
Block: 4eecab67...  Diff:0  Started: [18:21:59]  Best share: 794G
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU 0:  54.0C  75%    | 8.525M/14.66Mh/s | R:  0.0% HW:36 WU:14.425/m xI:160
GPU 1:  46.0C 2661RPM | 8.523M/14.90Mh/s | R:  0.0% HW:31 WU:14.930/m xI:160
--------------------------------------------------------------------------------
[18:02:43] Accepted 42f01c4f Diff 6.11G/5G GPU 0 at eth-eu1.nanopool.org
[18:07:09] Accepted 18a36850 Diff 8.58G/5G GPU 0 at eth-eu1.nanopool.org
[18:07:14] Accepted 02e80ef3 Diff 12.1G/5G GPU 0 at eth-eu1.nanopool.org
[18:07:26] Accepted 7206d4ae Diff 51.5G/5G GPU 0 at eth-eu1.nanopool.org
[18:10:17] Accepted dab24ea2 Diff 8.33G/5G GPU 1 at eth-eu1.nanopool.org
[18:14:40] Accepted 4d9c6c80 Diff 794G/5G GPU 0 at eth-eu1.nanopool.org
[18:15:37] Accepted f1d87584 Diff 207G/5G GPU 0 at eth-eu1.nanopool.org

The config cmdline:
Code:
sgminer.exe --kernel ethash --api-listen --api-allow W:127.0.0.1 --auto-fan --auto-gpu --gpu-fan 75-100,75-100 --temp-target 72,72 --temp-overheat 81,81 -X 160,160 -w 256,256 -g 1,1 --gpu-engine 1115,1150 --gpu-memclock 1350,1350 --gpu-powertune 20,20
sr. member
Activity: 305
Merit: 250
Can not write directly to a bat file?
newbie
Activity: 47
Merit: 0
I advice you check the github first: https://github.com/genesismining/sgminer-gm
And you also have a readme together with -h (help) option.
What exact thing isn't clear to you with config files?
full member
Activity: 207
Merit: 100
NoizChain
please how to work with those config files and start the miner?
hero member
Activity: 700
Merit: 500
is it possible to use sgminer-gm with nicehash for daggerhashimoto?

tried it but didnt get any accepted shares, 0.000 H/s and "rejected untracked stratum share" once in a while

cheers

anybody?
newbie
Activity: 58
Merit: 0
Any good rawintensity\threads settings for 390? Cant get above 810H/s with rI 628 \ gpu-threads 2.
P.S. Monero.
full member
Activity: 120
Merit: 100
Thanks for this. Seeing about 150h/s increase on each rig now. I have kept the core clock the defaults for now.

Any idea how to determine what the best rawintensity setting is?

those are sapphire 380X's :

Quote
sgminer 5.5.4-gm - Started: [2016-12-28 09:25:35] - [9 days 03:41:22]
--------------------------------------------------------------------------------
(5s):2.529K (avg):2.737Kh/s | A:2094160566  R:13325013  HW:0  WU:6.083/m
ST: 2  SS: 1312  NB: 6648  LW: 1566576  GF: 2513  RF: 3
Connected to MoneroPool (stratum) diff  as user bla
Block: 90ba1cfe...  Diff:2.22T  Started: [13:06:11]  Best share: 4.23G
--------------------------------------------------------------------------------
[P]ool management [G]PU management [Settings [D]isplay options [Q]uit
GPU  0:  69.0C 1328RPM |  554.9/ 547.4h/s | R:  0.7% HW:0 WU:1.187/m rI:509
GPU  1:  70.0C 1393RPM |  555.9/ 547.1h/s | R:  0.7% HW:0 WU:1.247/m rI:509
GPU  2:  67.0C 1257RPM |  555.7/ 547.7h/s | R:  0.8% HW:0 WU:1.234/m rI:509
GPU  3:  68.0C 1275RPM |  554.0/ 547.4h/s | R:  0.6% HW:0 WU:1.225/m rI:509
GPU  4:  65.0C 1118RPM |  556.7/ 547.7h/s | R:  0.4% HW:0 WU:1.190/m rI:509
--------------------------------------------------------------------------------

"name": "xmr",
            "algorithm": "cryptonight",
            "rawintensity": "509",
            "worksize": "8",
            "gpu-engine": "1050,1050,1050,1050,1050",
            "gpu-memclock": "1500,1500,1500,1500,1500",
            "gpu-powertune": "20,20,20,20,20",
            "gpu-threads": "2"
legendary
Activity: 2408
Merit: 1004
can anyone tell me what must write at windows version
at bat file and where i must have the conf file

for start these mining
because i can not do it working
Pages:
Jump to: