Bitcoin Forum
June 01, 2024, 08:24:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 150 151 152 153 154 ... 164 »
2061  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.1 on: March 25, 2018, 09:00:23 PM
I guess it only works with GCN or newer cards like almost every other miner created

[2018-03-25 05:08:15] Error CL_INVALID_WORK_GROUP_SIZE when calling clEnqueueNDRangeKernel for kernel 4.

scrolling...

Try V1.1.1, i applied a fix that addresses this issue.
2062  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.1.1 on: March 25, 2018, 07:07:35 PM
Same error but it says Thread 0 now which indicates it is actually the HD 6950.

Oh well I guess that card is going to have to be on neoscrypt now.

xmr-stak suffers the same problems and all he offered was some patches you could add an compile yourself but no binaries.

https://github.com/fireice-uk/xmr-stak-amd/issues/22

i will look into it, to integrate that 'patch' Smiley
2063  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.1.1 on: March 25, 2018, 03:29:58 PM
Ok, guys download V1.1.1 and let's try to solve misteries Smiley

https://mega.nz/#F!qVIgxAwB!kKmgCDICmQwbdVvMb-tAag
2064  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.1 on: March 25, 2018, 01:57:23 PM
HD 6950 gets 200h/sec on monero in claymore 9.7
R9 270X gets 430h/sec on monero in claymore 9.7

shows a hashrate in the console but I doubt the results are valid

[2018-03-25 05:54:29] Pool accepted result 0x0000A903
[2018-03-25 05:54:30] Error CL_INVALID_WORK_GROUP_SIZE when calling clEnqueueNDR
angeKernel for kernel 3.
[2018-03-25 05:54:31] GPU0[T0]:     419.0 H/S
[2018-03-25 05:54:31] GPU1[T1]:     852.0 H/S
[2018-03-25 05:54:31] Total:        1271.0 H/S

it appears that the error is coming from the R9 270X and not the HD 6900... if kernel 3 means BUS_ID 3

No, kernel 3 has nothing to do with gpu id or bus id 3.
I will do a little more useful error messages so we can find out what is causing the problem.
2065  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.1 on: March 25, 2018, 01:50:15 PM
Thanks! Good job!

What about setting over/underclocking and under/overvoltaging? Maybe you add parameters to set clocks and voltages?

Temperature and fan control didn't work for R9 270X 4Gb.

Miner didn't work if i use gpu_conf section and left only gpu id#2 (270X).

Wrote "Error CL_INVALID_DEVICE when calling clCreateContext."

If I set gpu0 or gpu1 or all 3 cards miner starts to mine.

I can add gpu/mem clock parameters, that's not a problem, voltages we will see Smiley

can you put a screenshot how it looks when all three cards work, but 270x does not report temp/fans rpm ?

Of course, here

ScreenShot
How I can launch only on 270X?

Looks like it thinks your 270x gpu id is 47, not 2 LOL, now this is really strange.
Did you try leaving out the gpu_conf array and let the miner detect every card ?
Ex. set intensity:0 and leave double_threads off for testing.
2066  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.1 on: March 25, 2018, 01:43:37 PM
/* This is just an example, edit it and remove comment lines (the slash and star) !! */
"gpu_conf" :
[
{ "id" : 0, "intensity" : 13, "double_threads" : true},
{ "id" : 1, "intensity" : 13, "double_threads" : true},
{ "id" : 2, "intensity" : 13, "double_threads" : true},
{ "id" : 3, "intensity" : 13, "double_threads" : true},
{ "id" : 4, "intensity" : 13, "double_threads" : true},
{ "id" : 5, "intensity" : 12, "double_threads" : true},
]

/* Make sure not to delete this last blank line */

this is how the end of the config looks like

Try download this example config and run it :

https://mega.nz/#F!yJxTTZpK!ZA6WVs3kIfcw_slX3dgw1Q
2067  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.1 on: March 25, 2018, 07:33:02 AM
Thanks! Good job!

What about setting over/underclocking and under/overvoltaging? Maybe you add parameters to set clocks and voltages?

Temperature and fan control didn't work for R9 270X 4Gb.

Miner didn't work if i use gpu_conf section and left only gpu id#2 (270X).

Wrote "Error CL_INVALID_DEVICE when calling clCreateContext."

If I set gpu0 or gpu1 or all 3 cards miner starts to mine.

I can add gpu/mem clock parameters, that's not a problem, voltages we will see Smiley

can you put a screenshot how it looks when all three cards work, but 270x does not report temp/fans rpm ?
2068  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.1 on: March 24, 2018, 07:34:22 PM
leave a blank line at the end of the config file Smiley
i will fix this , just always forget.
2069  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.1 on: March 24, 2018, 06:53:57 PM
Hey. There is an error. I tried to run 6 cards RX550 2Gb. With intensity 12 all cards are launched. But the result is noticeably lower than on GG. At an intensity of 13, only 5 cards are mined. The result is close to GG. 6th can not mine. Launched in 2 threads.
https://drive.google.com/open?id=12uE_WPV4Q10T2a6Ee_NyJSfSXvYbt28I
On gg I get 495-500 h / s

That one card can't handle intensity 13, so set every gpu :

"gpu_conf" :
[
{ "id" : 0, "intensity" : 13, "double_threads" : true},
{ "id" : 1, "intensity" : 13, "double_threads" : true},
{ "id" : 2, "intensity" : 13, "double_threads" : true},
{ "id" : 3, "intensity" : 13, "double_threads" : true},
{ "id" : 4, "intensity" : 13, "double_threads" : true},
{ "id" : 5, "intensity" : 12, "double_threads" : true},
]
2070  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEVA] NevaCoin | PoS 2.0 / PoW Hybrid | Blake2s PoW | NO Premine | on: March 24, 2018, 06:53:04 AM
Help in decentralizing the network, point some of your rigs to our pool and start mining this great coin!
Jump on the train and don't miss the great opportunity to get some NEVA, it will go to the moon soon Smiley



OxoPool

Site link: http://www.oxo.rs

Fee: 0.8%

- Fast server on Google VPS
- Uptime now 99%
- Payout every hour
- DDOS protected


Stratum : mining.oxo.rs
Port : 4444

Claymore Dual mining example:

Code:
-dcoin blake2s -dpool stratum+tcp://mining.oxo.rs:4444 -dwal NEVACOIN_WALLET_ADDRESS -dpsw c=NEVA


2071  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: March 24, 2018, 06:51:05 AM
Help in decentralizing the network, point some of your rigs to our pool and start mining this great coin!
Jump on the train and don't miss the great opportunity to get some SHIELD, it will go to the moon soon Smiley



OxoPool

Site link: http://www.oxo.rs

Fee: 0.8%

- Fast server on Google VPS
- Uptime now 99%
- Payout every hour
- DDOS protected


Stratum : mining.oxo.rs
Port : 4444

Claymore Dual mining example:

Code:
-dcoin blake2s -dpool stratum+tcp://mining.oxo.rs:4444 -dwal SHIELD_WALLET_ADDRESS -dpsw c=XSH


2072  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [HONEY] Honey 2.0 - Featuring PoS 3.0 - Sweet! on: March 24, 2018, 06:49:32 AM
Help in decentralizing the network, point some of your rigs to our pool and start mining this great coin!
Jump on the train and don't miss the great opportunity to get some HONEY, it will go to the moon soon Smiley



OxoPool

Site link: http://www.oxo.rs

Fee: 0.8%

- Fast server on Google VPS
- Uptime now 99%
- Payout every hour
- DDOS protected


Stratum : mining.oxo.rs
Port : 4444

Claymore Dual mining example:

Code:
-dcoin blake2s -dpool stratum+tcp://mining.oxo.rs:4444 -dwal HONEY_WALLET_ADDRESS -dpsw c=HONEY


2073  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TAJCOIN- Blake2s POW/POS - GenesisBlock 10.7.2016 at 8:34 AM (GMT+1) on: March 24, 2018, 06:48:31 AM
Help in decentralizing the network, point some of your rigs to our pool and start mining this great coin!
Jump on the train and don't miss the great opportunity to get some TAJ, it will go to the moon soon Smiley



OxoPool

Site link: http://www.oxo.rs

Fee: 0.8%

- Fast server on Google VPS
- Uptime now 99%
- Payout every hour
- DDOS protected


Stratum : mining.oxo.rs
Port : 4444

Claymore Dual mining example:

Code:
-dcoin blake2s -dpool stratum+tcp://mining.oxo.rs:4444 -dwal TAJ_WALLET_ADDRESS -dpsw c=TAJ


2074  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [$XVG] VERGE [POW][MultiAlgo][BLACKHOLE][Entire Line of TOR/i2P Resources] on: March 24, 2018, 06:46:50 AM
Help in decentralizing the network, point some of your rigs to our pool and start mining this great coin!
Jump on the train and don't miss the great opportunity to get some XVG, it will go to the moon soon Smiley



OxoPool

Site link: http://www.oxo.rs

Fee: 0.8%

- Fast server on Google VPS
- Uptime now 99%
- Payout every hour
- DDOS protected


Stratum : mining.oxo.rs
Port : 4444

Claymore Dual mining example:

Code:
-dcoin blake2s -dpool stratum+tcp://mining.oxo.rs:4444 -dwal XVG_WALLET_ADDRESS -dpsw c=XVG


2075  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBPolaris V3.3 - BIOS editor for RX4XX and RX5XX cards on: March 23, 2018, 08:03:02 PM
V3.31

- Added support for a few RX560 cards

@Branko, try it now.
@biospb, you try it now too (with HIS bios)
2076  Alternate cryptocurrencies / Mining (Altcoins) / Re: Mining4charity - redirect hashrate directly to charity on: March 23, 2018, 02:08:08 PM
Hi, you could put an XMR or other cryptonight coin, and use my miners charity option Smiley

SRBMiner Cryptonight AMD GPU miner
2077  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.0 on: March 22, 2018, 08:47:14 PM
you need to fix graft or add option to choose cryptonight / cryptonight v7 manually...graft gets false detected as v7(on castxmr /xmr stak too)

No problem, a fix is coming, thanks for reporting !

Edit: fixed in V1.1
2078  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.0 on: March 22, 2018, 07:53:44 PM
Let me quote this for you from the first post :

POW V7 ready (means new Monero algo will work)


Cryptonight: Monero, Electroneum, Sumokoin, Karbowanec, Bytecoin, Turtlecoin, Dero and others.
Cryptonight Lite: Aeon

Supports Nicehash & SSL/TLS encrypted connections
2079  Local / Announcements (Hrvatski) / Re: [ANN] jugoslavenska valuta vDinar objavljena | Nije ICO | PoW on: March 20, 2018, 02:36:39 PM
Inace ja samo sve pozitivno mislim o ovome, salio sam se ono iznad.
Samo guraj i napred Smiley
2080  Alternate cryptocurrencies / Mining (Altcoins) / Re: D0miner V1.4 - Cryptonight miner with charity mining on: March 20, 2018, 12:13:30 PM
re-branded this so its now called SRBMiner Smiley

New thread is here
Pages: « 1 ... 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 150 151 152 153 154 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!