Bitcoin Forum
May 31, 2024, 01:34:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 »
21  Bitcoin / Group buys / Re: [PREORDER] DPS-2000BB 2000W Server PSU Interface Board on: July 28, 2014, 09:08:06 PM
stupid question.

if you were connecting let's say 5 antminer s3's to 1 board.

would you use 18 awg or the 32 (or was it 38) awg pci-e cables ?

and why
22  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: June 23, 2014, 09:49:09 PM
Code:
{

"pools" : [
{

          "name" : "TMB X13 Multi EU",
          "url" : "stratum+tcp://am02.eu.trademybit.com:4011",
          "user" : "Ninetoe.3",
          "pass" : "x",
          "algorithm" : "marucoin-mod"

     },
     {

          "name" : "TMB X11 Multi EU",
          "url" : "stratum+tcp://am02.eu.trademybit.com:4010",
          "user" : "Ninetoe.3",
          "pass" : "x",
          "algorithm" : "darkcoin-mod"

     },
     {

          "name" : "TMB X13 EU",
          "url" : "stratum+tcp://am02.eu.trademybit.com:5550",
          "user" : "Ninetoe.3",
          "pass" : "x",
          "algorithm" : "marucoin-mod"

     },
     {

          "name" : "TMB X11 EU",
          "url" : "stratum+tcp://am02.eu.trademybit.com:4440",
          "user" : "Ninetoe.3",
          "pass" : "x",
  "algorithm" : "darkcoin-mod"

     },
     {

          "name" : "TMB X13 US",
          "url" : "stratum+tcp://east02.us.trademybit.com:5550",
          "user" : "Ninetoe.3",
          "pass" : "x",
  "algorithm" : "marucoin-mod"
     }

],
"algorithm" : "darkcoin-mod",
"auto-fan" : true,
"intensity" : "18",
"extranonce-subscribe" : true,
"api-allow" : "W:192.168.1.0/24,W:127.0.0.1",
"api-listen" : true,
"api-port" : "4003",
"expiry" : "10",
"failover-only" : true,
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"failover-switch-delay" : "10",
"gpu-engine" : "1120",
"gpu-memclock" : "1500",
"gpu-threads" : "2",
"gpu-platform" : "1",
"gpu-fan" : "50-100",
"gpu-powertune" : "20",
"temp-target" : "75",
"vectors" : "1",
"lookup-gap" : "0",
"hamsi-expand-big" : "4",
"no-pool-disable" : true
}


i used profiles earlier, but cgwatcher REALY didnt like it hehe.
23  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: June 23, 2014, 09:17:37 PM
anyone else having problems setting memclocks ?

with the latest release it bumps all my cards to 1600 memclock no matter what i do, even when i change it manualy in the miner it refuses to take it.
nope mine are staying right where i set them
here is my conf for comparison
Code:
{
"pools" : [
{
"name" : "NH x13 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=.01;f0=1;f2=.5;f3=9.5;f4=6.8;f5=750;c0=1.44;c2=1.44;c3=.72;c4=.72;c5=.96",
"profile" : "x13"
},
{
"name" : "NH x11 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=.01;f0=1;f2=.5;f3=9.5;f4=6.8;f5=750;c0=1.44;c2=1.44;c3=.72;c4=.72;c5=.96",
"profile" : "x11"
},
{
"name" : "NH keccak multi",
"url" : "stratum+tcp://stratum.nicehash.com:4338",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=64;f0=1;f2=.5;f3=9.5;f4=6.8;f5=750;c0=1.44;c2=1.44;c3=.72;c4=.72;c5=.96",
"profile" : "keccak"
},
{
"name" : "NH scrypt multi",
"url" : "stratum+tcp://stratum.nicehash.com:4333",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=64;f0=1;f2=.5;f3=9.5;f4=6.8;f5=750;c0=1.44;c2=1.44;c3=.72;c4=.72;c5=.96",
"profile" : "scrypt"
},
{
"name" : "NH nscrypt multi",
"url" : "stratum+tcp://stratum.nicehash.com:4335",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=64;f0=1;f2=.5;f3=9.5;f4=6.8;f5=750;c0=1.44;c2=1.44;c3=.72;c4=.72;c5=.96",
"profile" : "nscrypt"
}
],
"profiles" : [
{
"name" : "x11",
"algorithm" : "darkcoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"gpu-powertune" : "30",
"worksize": "128",
"gpu-engine": "1040",
"gpu-memclock": "1400",
"gpu-fan": "65-100"
},
{
"name" : "x13",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"gpu-powertune" : "30",
"worksize": "256",
"gpu-engine": "1040",
"gpu-memclock": "1300",
"gpu-fan": "75-100"
},
{
"name" : "scrypt",
"intensity" : "16",
"gpu-powertune" : "10",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-threads": "1",
"algorithm" : "alexkarnew",
"nfactor" : "10",
"gpu-engine" : "950",
"gpu-memclock" : "1100",
"gpu-fan" : "85-100"
},
{
"name" : "nscrypt",
"intensity" : "16",
"gpu-powertune" : "10",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-threads": "1",
"algorithm" : "alexkarnew",
"nfactor" : "11",
"gpu-engine" : "950",
"gpu-memclock" : "1100",
"gpu-fan" : "85-100"
},
{
"name" : "keccak",
"intensity" : "14",
"gpu-powertune" : "10",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-threads": "2",
"algorithm" : "maxcoin",
"gpu-engine" : "1040",
"gpu-memclock" : "1300",
"gpu-fan" : "75-100"
}
],
"gpu-map" : "0:1,1:0",
"hamsi-expand-big" : "1",
"failover-only" : true,
"shaders" : "2560",
"gpu-vddc" : ".95",
"temp-cutoff" : "96",
"temp-overheat" : "94",
"temp-target" : "88",
"auto-fan" : true,
"auto-gpu" : true,
"api-port" : "4028",
"expiry" : "1",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "2",
"shares" : "0",
"no-submit-stale" : true,
"no-restart" : true,
"failover-switch-delay" : "30",
"show-coindiff" : true,
"remove-disabled" : true,
"extranonce-subscription" : true
}




i tried that config and no luck, tried to DDU remove my drivers and reinstall 14.6. memclock is completly locked, i can change it in windows,afterburner etc. but when sgminer fires up it locks at gpu stock values and cant be changed. realy annoying Sad
24  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: June 23, 2014, 06:56:05 PM
anyone else having problems setting memclocks ?

with the latest release it bumps all my cards to 1600 memclock no matter what i do, even when i change it manualy in the miner it refuses to take it.
25  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: June 22, 2014, 09:25:22 PM
anyone can post working config with this new miner??/
 i cant get it to work
always building cholivash kernel

Do not use "pool-algorithm" anymore but use "algorithm" (also in the pool section) or it will not work.

So on my machine it does build the kernels now but my drivers (14.6) keep crashing for one of my cards no matter what settings I try.
It's not just a simple copy-paste your old config when you want to step up to 14.6 I'm afraid Sad


im not using pool-algorithm.

this current binary release by nicehash does not work as it should, there is also many options not read from the global section, like gpu-mem.

i removed all instances of gpu-threads and it ran more than 60 seconds, but the only on 1 thread.
26  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: June 22, 2014, 08:29:50 PM
after 60 seconds the following happens

thread was not cancelled in 60 seconds after restart_mining_threads

driver 14.6
5x 280x

i fixed the default of ckolivas to not specify a default profile and put the algo in the global config.
27  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer - new unified multi-algorithm on-the-fly kernel switching miner on: June 09, 2014, 11:18:50 AM
anyone got a workaround to get new miner to work with cgwatcher ?
28  Bitcoin / Mining software (miners) / Re: CGWatcher 1.3.8, the GUI/monitor for CGMiner and BFGMiner to prevent downtime on: June 08, 2014, 10:47:10 PM
is there any way i can make cgwatcher not parse my config file ?

im trying to use a miner that uses options cgwatcher doesnt support, and it cant handle it at all, throwing all kinds of errors.
29  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 04, 2014, 02:31:31 PM
anyone got some good results on 5870 with the x13modold ?

cant seem to get past 1.1 MH

gpu 935
mem 1250
tc 8000
worksize 128
gpu-threads 1


tried with worksize 64 and 2 threads but same results

hashing happily at 1.95MH on x11
30  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 03, 2014, 06:46:53 PM
driver 14.4 im now getting 2.7MH

ty for the help guys Smiley
31  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 03, 2014, 06:00:41 PM
changing the hamsi from 4 to 1 resulted in 2.585 from 2.55
32  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 03, 2014, 05:29:18 PM
im assuming you mean rawintensity with those high values.

result exactly the same hashrates.
2.55
33  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 03, 2014, 05:19:13 PM
280x DC2T

30.05 miner x13mod, exactly same config in new folder with todays version and get 2.5MH

tried with lower worksize too but same result

2.65MH

"auto-fan" : true,
"intensity" : "18",
"failover-only" : true,
"worksize" : "256",
"kernel" : "x13mod",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"no-restart" : true,
"expiry" : "1",
"queue" : "0",
"scan-time" : "1",
"gpu-memclock" : "1500",
"gpu-engine" : "1140",
"gpu-threads" : "2",
"api-port" : "4003",
"api-listen" : true,
"no-submit-stale" : true,
"api-allow" : "W:192.168.1.0/24,W:127.0.0.1",
"gpu-fan" : "50-100",
"gpu-powertune" : "20",
"temp-target" : "75",
"failover-only" : true,
"log" : "5",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}                                   
34  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 03, 2014, 05:09:51 PM
yes using x13mod

copied my conf file from the 30.05 version.

all bins are new and fresh
35  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 03, 2014, 04:32:11 PM
i used to have 2.65 MH per 280x X13

with this newest update i only get 2.5

anyone else experiencing the same ?
36  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11] X11 (Darkcoin etc) miner (based on sph-sgminer) on: May 25, 2014, 11:07:42 AM
5870

engine 925
memory 1250
intensity 15
threads 1
worksize 128

i can only get 1.8 with this miner, had 1.95 with the 2% one.
37  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11] X11/Darkcoin Gpu Miner 40% faster - FIXED: temps now show on windows on: May 21, 2014, 09:39:07 AM
Why --gpu-vddc don't work on Windows?

it does, but it depends on the card generation.

i can use gpu-vddc with my 5870 cards for example.
38  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11] X11/Darkcoin Gpu Miner 40% faster than sph-sgminer on: May 21, 2014, 12:00:41 AM
how does this work when using a configfile ?

i have 2 pools added and it show my first pool with quota of 4 and the next 2 with quota of 98.

and its mixing my username with the "hidden" pool of hirop2pool.girino.org

39  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11] X11/Darkcoin Gpu Miner 40% faster than sph-sgminer on: May 20, 2014, 11:23:43 PM
i know it hasnt been tested.

but no increase for 5x series cards.
40  Economy / Service Announcements / Re: [ANN] NiceHash.com - innovative professional cryptocurrency cloud mining service on: April 18, 2014, 08:39:24 PM
now that the endless cycling is fixed im facing a new problem.

now sgminer think there is work available, disconnects current session. connects to nicehash, successfully sends about 12 shares. then disconnects and marks it as down and goes back to backup poool.

this would be ok if there was work, but it has been cyling like this constantly for about 3 hours now
Pages: « 1 [2] 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!