Bitcoin Forum
May 21, 2024, 11:01:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Which cards do you want?
R9 270 1~3 - 91 (5.5%)
R9 270 4~6 - 47 (2.8%)
R9 270 6+ - 93 (5.6%)
R9 280X 1~3 - 254 (15.3%)
R9 280X 4~6 - 255 (15.4%)
R9 280X 6+ - 268 (16.2%)
R9 290 1~3 - 150 (9.1%)
R9 290 3~6 - 91 (5.5%)
R9 290 6+ - 298 (18%)
OTHER (please specify in the thread) - 75 (4.5%)
NONE (Mining only) - 35 (2.1%)
Total Voters: 1656

Pages: « 1 ... 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 [225] 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 ... 440 »
  Print  
Author Topic: [GPUC] GPU Coin | Mandatory Wallet Update  (Read 421195 times)
fengsui
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
March 09, 2014, 02:09:31 AM
 #4481

GPU中国区挖矿交流总群244547403
goodluck0319
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
March 09, 2014, 02:10:04 AM
 #4482

what does fatal Json in config file mean?
ghostman9559
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
March 09, 2014, 02:12:28 AM
 #4483

With my Asus 280x my best config that I can find is

setx GPU_MAX_ALLOC_PERCENT 200
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A

vertminer.exe --scrypt-vert -o stratum+tcp://pool2.xhash.net:3337 -u ghost557.ghost557 -p x -v 1 -w 256 -I 13 -g 2 --lookup-gap 2 --thread-concurrency 8193 --gpu-engine 1230 --gpu-memclock 1000 (The memory doesn't seem to matter much only a point or two).

I can only achieve 170 kh/s with this. Is there anything to improve on this config?
byteflush
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 09, 2014, 02:12:51 AM
 #4484

what does fatal Json in config file mean?

You made a mistake in the vert .conf file, probably a , where it shouldn't belong. Can you post your .conf?
BTW, I did that too, and it took me a while to realize what I've done wrong. Smiley

ScottAllyn
Full Member
***
Offline Offline

Activity: 236
Merit: 100


¿ʇɐɥʍ


View Profile WWW
March 09, 2014, 02:14:50 AM
Last edit: March 09, 2014, 10:07:23 PM by ScottAllyn
 #4485

Below is my config for two 7950 cards @ ~ 343 Kh/s each if anybody is interested. I'm running vertminer without any arguments; all of my settings are in vertminer.conf, which I've tried to keep to just the bare minimum.

vertminer.conf
Code:
{
"pools" : [
{
"url" : "stratum+tcp://pool2.xhash.net:3337",
"user" : "x",
"pass" : "x"
},
{
"url" : "stratum+tcp://gpuc.allpoolz.com:8080",
"user" : "x",
"pass" : "x"
},
{
"url" : "stratum+tcp://vtc.poolz.net:3333",
"user" : "x",
"pass" : "x"
}
]
,
"lookup-gap" : "2",
"worksize" : "256",
"gpu-threads" : "1",
"intensity" : "20",
"thread-concurrency" : "19712",
"gpu-powertune" : "10",
"gpu-vddc" : "1.1",
"gpu-engine" : "1170",
"gpu-memclock" : "1460"
}


Ignored User Cleanup Script - Completely hide ignored users!
nanoprobe
Legendary
*
Offline Offline

Activity: 980
Merit: 1000


Traveling in subspace


View Profile
March 09, 2014, 02:16:44 AM
 #4486

what does fatal Json in config file mean?

You made a mistake in the vert .conf file, probably a , where it shouldn't belong. Can you post your .conf?
BTW, I did that too, and it took me a while to realize what I've done wrong. Smiley

Yep. 1 , [ { ] } : " missing or incorrect spacing and you get that error. Can be a PITA to figure it out sometimes. (voice of experience)  Roll Eyes

You'll never know what you're living for until you know what you're willing to die for.
Never look back, something might be gaining on you.
Piotrsama
Sr. Member
****
Offline Offline

Activity: 407
Merit: 250



View Profile
March 09, 2014, 02:18:58 AM
 #4487

You mean we don't have to stay until 04:00 AM this time?
Disappointed!  Wink
goodluck0319
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
March 09, 2014, 02:19:32 AM
 #4488

"pools" : [
   {
      "url" : "stratum+tcp://gpu.suprnova.cc:4444",
      "user" : "compwarez0319.rickyman",
      "pass" : "xxxx123"
   }
]
,
"intensity" : "12",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-engine" : "925",
"gpu-memclock" : "1350",
"shaders" : "800",
"thread-concurrency" : "3136",
"expiry" : "30",
"gpu-threads" : "1",
"scan-time" : "1"
}
byteflush
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 09, 2014, 02:21:17 AM
 #4489

"pools" : [
   {
      "url" : "stratum+tcp://gpu.suprnova.cc:4444",
      "user" : "compwarez0319.rickyman",
      "pass" : "xxxx123"
   }
]
,
"intensity" : "12",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-engine" : "925",
"gpu-memclock" : "1350",
"shaders" : "800",
"thread-concurrency" : "3136",
"expiry" : "30",
"gpu-threads" : "1",
"scan-time" : "1"
}


You're missing one { at the beginning of the file.

Code:
{
"pools" : [
{
"url" : "stratum+tcp://gpu.suprnova.cc:4444",
"user" : "compwarez0319.rickyman",
"pass" : "xxxx123"
}
]
,
"intensity" : "12",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-engine" : "925",
"gpu-memclock" : "1350",
"shaders" : "800",
"thread-concurrency" : "3136",
"expiry" : "30",
"gpu-threads" : "1",
"scan-time" : "1"
}

goodluck0319
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
March 09, 2014, 02:21:59 AM
 #4490

"pools" : [{
   {
      "url" : "stratum+tcp://gpu.suprnova.cc:4444",
      "user" : "compwarez0319.rickyman",
      "pass" : "xxxx123"
   }
]
,
"intensity" : "12",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-engine" : "925",
"gpu-memclock" : "1350",
"shaders" : "800",
"thread-concurrency" : "3136",
"expiry" : "30",
"gpu-threads" : "1",
"scan-time" : "1"
}


like this
byteflush
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 09, 2014, 02:22:34 AM
 #4491

Nope, I've edited my previous reply. Try that. Smiley

precrime3
Member
**
Offline Offline

Activity: 84
Merit: 10

PM for journalist,typing,and data entry services.


View Profile WWW
March 09, 2014, 02:23:11 AM
 #4492

Nice going with soft launch, prerelease of wallet, and testing of network with 1 coin blocks! The time is a good time, which should be universally available for everyone, ready for this coin! When will store, be open? Will there be a fixed ratio of coin per gpu?

tylerderden
Copper Member
Legendary
*
Offline Offline

Activity: 1162
Merit: 1025



View Profile
March 09, 2014, 02:26:14 AM
 #4493

what block are we on?
ScottAllyn
Full Member
***
Offline Offline

Activity: 236
Merit: 100


¿ʇɐɥʍ


View Profile WWW
March 09, 2014, 02:27:05 AM
 #4494

what block are we on?


947

Ignored User Cleanup Script - Completely hide ignored users!
MrE78
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 09, 2014, 02:28:22 AM
 #4495

Just a reminder Atomic-trade.com now has GPUcoin trading.

Like CEX.IO but better SCRYPT.CC Scrypt based cloud hashing PM for script for auto reinvest
LuckyLuke
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
March 09, 2014, 02:30:04 AM
 #4496

when will the gpu shop be available?
goodluck0319
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
March 09, 2014, 02:32:38 AM
 #4497

I got a really low hashrate. I got like 100 together on it.

how do I change to make it better?
bayn070
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
March 09, 2014, 02:34:29 AM
 #4498

I got a really low hashrate. I got like 100 together on it.

how do I change to make it better?

what are you running with what config?
laterbreh
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
March 09, 2014, 02:35:35 AM
 #4499

http://GPU.leetpools.com

DDOS PROTECTED
USA
PROP/VARDIFF
0% FEE PROMO

POOL'S Running Like A Champ:


Come chill in IRC #Leetpools on quakenet

Time to start mining like a boss.

Piotrsama
Sr. Member
****
Offline Offline

Activity: 407
Merit: 250



View Profile
March 09, 2014, 02:36:32 AM
 #4500

when will the gpu shop be available?


2 weeks after release... IIRC
Pages: « 1 ... 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 [225] 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 ... 440 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!