Bitcoin Forum
June 21, 2024, 11:13:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][DRK|Q2C|QRK|MYR] sph-sgminer - multi-algo GPU miner | MYR groestl added! on: March 16, 2014, 06:51:14 PM
Quote
I'd set up a pull request on git.

So the Source is on my git:

https://github.com/DJstone/sph-sgminer

I applied your mod manually to the original sph-sgminer I have checkout on my xubuntu mining rig and it's working properly with MPOS based pools that was previously rejecting my shares with quarkcoin kernel or with qubitcoin kernel. Thanks a lot !

Code:
sgminer 4.1.0-85-gccc7d-dirty - Started: [2014-03-16 00:24:30]
--------------------------------------------------------------------------------
(5s):19.60M (avg):19.56Mh/s | A:137  R:1  HW:0  WU:0.273/m
ST: 3  SS: 1  NB: 1040  LW: 74215  GF: 1  RF: 0
Connected to Pool 0 (stratum) diff 0.049 as user youllneverknow.1
Block: 1e64fda1...  Diff:1.56K  Started: [08:48:53]  Best share: 114
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  71.0C 1474RPM | 4.901M/4.892Mh/s | R:  1.1% HW:0 WU:0.068/m I:13
 GPU 1:  65.0C 1433RPM | 4.904M/4.892Mh/s | R:  0.5% HW:0 WU:0.068/m I:13
 GPU 2:  62.0C 1490RPM | 4.886M/4.889Mh/s | R:  0.7% HW:0 WU:0.068/m I:13
 GPU 3:  67.0C 1463RPM | 4.903M/4.890Mh/s | R:  1.0% HW:0 WU:0.068/m I:13
--------------------------------------------------------------------------------
[08:47:35] Pool 0 difficulty changed to 0.020
[08:47:35] Accepted 70190c1a Diff 0.009/0.004 GPU 2
[08:47:35] Accepted a36d2938 Diff 0.006/0.004 GPU 1
[08:47:35] Accepted e38978dd Diff 0.004/0.004 GPU 0
[08:47:35] Accepted c054be49 Diff 0.005/0.004 GPU 0
[08:47:35] Accepted 52397311 Diff 0.012/0.004 GPU 1
[08:47:35] Accepted 4d1ef28a Diff 0.013/0.004 GPU 0
[08:47:35] Accepted 2058fdcd Diff 0.031/0.004 GPU 1
[08:47:37] Accepted 25deddb0 Diff 0.026/0.020 GPU 3
[08:47:38] Accepted 11cc842d Diff 0.056/0.020 GPU 2
[08:47:38] Accepted 07001512 Diff 0.143/0.020 GPU 0
[08:47:44] Accepted 1a4588a9 Diff 0.038/0.020 GPU 0
[08:47:49] Accepted 32017447 Diff 0.020/0.020 GPU 0
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 08, 2014, 11:29:52 PM
 Got 5 blocks solo mining day 1 with two GTX 670... featuring 230 MH/s. Now my 4x R9 280X can go up to 1.3 GH/s, done with CUDAMiner, was a great day ! Thanks to the dev !
3  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - MMC / PTS / MAXCOIN Pool on: February 08, 2014, 06:23:05 PM
AND no GPU monitoring Sad

Ooops... just forgot this :


export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
4  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] 1GH.COM - MMC / PTS / MAXCOIN Pool on: February 08, 2014, 06:02:45 PM
trying to get cgminer to work properly on xubuntu with ADL 6 and last (non-mantle) beta drivers...

I have a 4x R9 280X rig. (Gigabyte, undervolted to 1.075 mV)

My AMDAPP folder is in /opt/AMDAPP

Copied ADL_SDK includes files in ADL_SDK folder of cgminer_keccak


sh autogen.sh
CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include/" LDFLAGS="-L/opt/AMDAPP/lib/x86_64" ./configure --enable-keccak
make


got this from ./configure :


------------------------------------------------------------------------
cgminer 3.6.6
------------------------------------------------------------------------


Configuration Options Summary:

  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: FOUND: -lncurses
  OpenCL...............: FOUND. GPU mining support enabled
  scrypt...............: Disabled
  keccak...............: Enabled
  ADL..................: SDK found, GPU monitoring support enabled

  Avalon.ASICs.........: Disabled
  BFL.ASICs............: Disabled
  BitForce.FPGAs.......: Disabled
  BitFury.ASICs........: Disabled
  Icarus.FPGAs.........: Disabled
  Klondike.ASICs.......: Disabled
  ModMiner.FPGAs.......: Disabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -O2 -Wall -march=native -I /opt/AMDAPP/include/
  LDFLAGS..............: -L/opt/AMDAPP/lib/x86_64 -lpthread
  LDADD................: -ldl -lcurl   compat/jansson-2.5/src/.libs/libjansson.a -lpthread -L/opt/AMDAPP/lib/x86_64 -lOpenCL    -lm  -lrt

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


Change adl.c to call init_overdrive6() instead of init_overdrive5() before make.

Launched with this config :


{
        "pools" :
        [
                {
                        "name" : "1gh",
                        "url" : "maxpool.1gh.com:17333",
                        "user" : "<gess>",
                        "pass" : "1",
                        "pool-priority" : "0"
                },
                {
                        "name" : "dwarf",
                        "url" : "erebor.dwarfpool.com:3339",
                        "user" : "<gess>",
                        "pass" : "1",
                        "pool-priority" : "1"
                },
                {
                        "name" : "dwarf2",
                        "url" : "moria.dwarfpool.com:3339",
                        "user" : "<gess>",
                        "pass" : "1",
                        "pool-priority" : "2"
                }
        ],
        "intensity" : "13",
        "worksize" : "256",
        "lookup-gap" : "2",
        "shaders" : "2048",
        "thread-concurrency" : "8192,8192,8192,8192",
        "gpu-engine" : "1049,1049,1049,1049",
        "gpu-memclock" : "1500,1500,1500,1500",
        "gpu-platform" : "0",
        "gpu-dyninterval" : "7",
        "gpu-powertune" : "-20",
        "gpu-fan" : "80",
        "temp-cutoff" : "95",
        "temp-overheat" : "88",
        "expiry" : "120",
        "expiry-lp" : "3600",
        "gpu-threads" : "2",
        "log" : "5",
        "queue" : "3",
        "submit-stale" : true,
        "shares" : "0",
        "keccak" : true
}


BUT my cgminer declared GPU1 SICK after 2 secs and GPU1 after 5 mins... later those two are declared DEAD. AND no GPU monitoring Sad


 cgminer version 3.6.6 - Started: [2014-02-08 07:40:37]
--------------------------------------------------------------------------------
 (5s):658.9M (avg):663.9Mh/s | A:28413  R:5916  HW:0  WU:145.3/m
 ST: 4  SS: 280  NB: 30  LW: 412  GF: 2  RF: 2
 Connected to maxpool.1gh.com diff 15 with stratum as user <guess>
 Block: 13ca57ff4f0552cc...  Diff:18.4E  Started: [07:59:30]  Best share: 1.4K
--------------------------------------------------------------------------------
 [P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:                | 331.8M/288.2Mh/s | A:12178 R:2764 HW:0 WU: 62.8/m I:13
 GPU 1:                | DEAD  /85.18Mh/s | A: 3408 R: 464 HW:0 WU: 18.4/m I:13
 GPU 2:                | DEAD  /933.4Kh/s | A:   32 R:   0 HW:0 WU:  0.1/m I:13
 GPU 3:                | 331.1M/291.0Mh/s | A:12825 R:2688 HW:0 WU: 64.4/m I:13
--------------------------------------------------------------------------------

 [2014-02-08 07:59:31] Rejected e087ac2e Diff 1/15 GPU 0 pool 0 (unknown-work)
 [2014-02-08 07:59:33] Accepted 9ada171a Diff 1/15 GPU 3 pool 0
 [2014-02-08 07:59:33] Accepted c26b0c31 Diff 1/15 GPU 0 pool 0
 [2014-02-08 07:59:33] Accepted ab37128e Diff 1/15 GPU 0 pool 0
 [2014-02-08 07:59:35] Accepted 005cf655 Diff 704/15 GPU 3 pool 0
 [2014-02-08 07:59:35] Accepted 384fd99b Diff 4/15 GPU 3 pool 0
 [2014-02-08 07:59:35] Accepted fb21de88 Diff 1/15 GPU 0 pool 0
 [2014-02-08 07:59:35] Accepted b4aefb6c Diff 1/15 GPU 0 pool 0
 [2014-02-08 07:59:37] Accepted d96f6bfc Diff 1/15 GPU 3 pool 0


Any clue ?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SCRYPT] Klondike Coin, Join the Goldrush! ★Kimotos Gravity★ [Exchange] on: January 30, 2014, 07:42:18 PM
Holding 2577 KDC and I won't sell it until it reaches 0.001 BTC ! Mined 11 blocs solo in early days of the coin Wink

Trust me, you should not panic and sell all your coin, think about it is investment for the future.

For example, I mined 13 millions TIPS when it went online... when the market started to decline, 2 weeks later, sold everything for 2 LTC Sad one month later, It has been introduced in cryptsy with a huge initial bump (although it declined after). If I waited and sold those TIPS at cryptsy launch, I would have get 30 LTC !

HOLD !

6  Other / Archival / Re: Pictures of your mining rigs! on: January 29, 2014, 10:42:32 PM
Those are some really nice 3 point support brackets! quality on those printed parts is pretty impressive! what kind of 3d printer do you have?

A MendelMax 1.5 with a Buddaschnozzle 1.2 with 0.35 nozzle. I printed the support brackets with 3mm PLA Gold from repraper.com. ABS should be a better option considering the temperatures of the rig.
7  Other / Archival / Re: Pictures of your mining rigs! on: January 29, 2014, 07:17:52 PM





Custom aluminium case with 3D printed supports.

Details to build your own here : http://www.thingiverse.com/thing:236092

For the hardware I used :

1x seasonic 1250W 80+ Gold power supply,
4x Gigabyte R9 280x (should fit other models),
1x ASRock 970 Extreme4 motherboard,
1x AMD Sempron 145 CPU,
1x Kingston HyperX 4Gb DDR3 1600 MHz RAM,
1x Sandisk SSD 64Gb,
1x 200mm NXZT fan,
1x 120mm Noctua fan,
3x 16x-16x PCI-E risers,
1x 1x-16x powered PCI-E riser

I can acheive 2.9 MH/s with cgs undervolted to 1075mV, sgminer 4.0.0, optimized .cl for cgminer, 8191 TC (yes 91 not 92), 1055/1500.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!