Bitcoin Forum
September 29, 2024, 06:23:46 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] QQCoin- Scrypt Jane, ASIC Resistant, N-Factor, Multipool Resistant on: March 04, 2014, 12:32:24 AM
Great, which miner are you using?
I'm using patched cgminer 3.7.2 built using this guide. You can download windows binaries from the same site.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] QQCoin- Scrypt Jane, ASIC Resistant, N-Factor, Multipool Resistant on: March 01, 2014, 05:37:17 PM
Thank you! But it seems not helpful for my case. I tried all low/mid/high combinations of TC between 8192 and 32768 with lookup-gap between 2 and 8 while rawintensity was < 1000  Cry

As I use BAMT which is 32 Bit only 2GB of 8GB are available. When I find some spare time I'll setup a 64Bit system and see if that works better for scrypt-jane

Just throw in a 64 bit system.. 2 GB are never enough for scrypt-jane at higher N. You can try though TC of 4096 or 2048 to see which one is working. Raw intensity 1024/2048/4096 at lg 3 or higher. Then you just increase the TC until it will not start anymore. Then you go higher with R in increments of w (if w is 128 just add 128 each time).

You don't need much system RAM on Linux, 256-512MB should be enough if you are running some lite distribution such as Lubuntu. Windows drivers have a bug, it queries amount of system RAM instead of VRAM.

Below are my settings for 280X, about 135khs per card.

Code:
"intensity" : "12,12,12,12",
"vectors" : "1,1,1,1",
"worksize" : "256,256,256,256",
"kernel" : "scrypt-jane,scrypt-jane,scrypt-jane,scrypt-jane",
"lookup-gap" : "0,0,0,0",
"thread-concurrency" : "16384,16384,16384,16384",
"shaders" : "0,0,0,0",
"gpu-engine" : "0-1050,0-1050,0-1050,0-1050",
"gpu-fan" : "0-85,0-85,0-85,0-85",
"gpu-memclock" : "0,0,0,0",
"gpu-memdiff" : "0,0,0,0",
"gpu-powertune" : "0,0,0,0",
"gpu-vddc" : "0.000,0.000,0.000,0.000",
"temp-cutoff" : "95,95,95,95",
"temp-overheat" : "85,85,85,85",
"temp-target" : "75,75,75,75",
"gpu-reorder" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"gpu-reorder" : true,
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"scrypt-jane" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"


Are you getting no hardware errors with that ?
No HW errors on 4 Gigabyte and 4 Powercolor cards.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] QQCoin- Scrypt Jane, ASIC Resistant, N-Factor, Multipool Resistant on: March 01, 2014, 03:29:15 PM
Thank you! But it seems not helpful for my case. I tried all low/mid/high combinations of TC between 8192 and 32768 with lookup-gap between 2 and 8 while rawintensity was < 1000  Cry

As I use BAMT which is 32 Bit only 2GB of 8GB are available. When I find some spare time I'll setup a 64Bit system and see if that works better for scrypt-jane

Just throw in a 64 bit system.. 2 GB are never enough for scrypt-jane at higher N. You can try though TC of 4096 or 2048 to see which one is working. Raw intensity 1024/2048/4096 at lg 3 or higher. Then you just increase the TC until it will not start anymore. Then you go higher with R in increments of w (if w is 128 just add 128 each time).

You don't need much system RAM on Linux, 256-512MB should be enough if you are running some lite distribution such as Lubuntu. Windows drivers have a bug, it queries amount of system RAM instead of VRAM.

Below are my settings for 280X, about 135khs per card.

Code:
"intensity" : "12,12,12,12",
"vectors" : "1,1,1,1",
"worksize" : "256,256,256,256",
"kernel" : "scrypt-jane,scrypt-jane,scrypt-jane,scrypt-jane",
"lookup-gap" : "0,0,0,0",
"thread-concurrency" : "16384,16384,16384,16384",
"shaders" : "0,0,0,0",
"gpu-engine" : "0-1050,0-1050,0-1050,0-1050",
"gpu-fan" : "0-85,0-85,0-85,0-85",
"gpu-memclock" : "0,0,0,0",
"gpu-memdiff" : "0,0,0,0",
"gpu-powertune" : "0,0,0,0",
"gpu-vddc" : "0.000,0.000,0.000,0.000",
"temp-cutoff" : "95,95,95,95",
"temp-overheat" : "85,85,85,85",
"temp-target" : "75,75,75,75",
"gpu-reorder" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"gpu-reorder" : true,
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"scrypt-jane" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
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!