Bitcoin Forum
May 21, 2024, 04:21: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 ... 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 276 277 ... 440 »
  Print  
Author Topic: [GPUC] GPU Coin | Mandatory Wallet Update  (Read 421195 times)
flaminius
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 09, 2014, 03:37:57 AM
 #4521

So this is my first time using vertminer and I can not get it to work. In ubuntu 13.10 with the 14.2 cata drivers. Cgminer 3.7.1 and 3.7.3 (keccak build) run fine.

I setup the vertminer the same way i setup 3.7.3 and the configure comes back looking good. I can't get it to mine though...

Here's how I'm starting it up...

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
./vertminer -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3367 -u username.1 -p x -d 1

That gives me a supposed 680Mh/s and no accepted shares (although it doesn't say reject either). I couldn't find a specfic flag for the scrypt n algo so I tried to add in the standard scrypt flag (--scrypt). When I do that it does the completle opposite, bumping down my supposed hash to 11Kh/s and droping the load on the GPU quite a bit as well. I also start getting straight rejects as well.

No matter what I do my miners in the pool website never show as being connected either.

Any suggestions?
Highlighted area tells me you're using the wrong miner. Should be kh/s for this coin

I don't think so. I'm using this...

https://github.com/Bufius/vertminer-gpu

I believe the switch you are looking for is --scrypt-vert, as so:   vertminer.exe --scrypt-vert -o 127.0.0.1:6857 -u user -p x  
adaseb
Legendary
*
Offline Offline

Activity: 3766
Merit: 1718



View Profile
March 09, 2014, 03:39:13 AM
 #4522

WHy is nobody mining in these pools? is this the actual coin?

Dont want to waste my hash
flaminius
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 09, 2014, 03:41:40 AM
 #4523

vertminer.exe -o stratum+tcp://gpu.suprnova.cc:4444 -u Weblogin.Worker -p Worker password

I always got an error " error -4"

try vertminer.exe --scrypt-vert -o stratum+tcp://gpu.suprnova.cc:4444 -u Weblogin.Worker -p Worker password
Piotrsama
Sr. Member
****
Offline Offline

Activity: 407
Merit: 250



View Profile
March 09, 2014, 03:41:55 AM
 #4524

I tried another pool. is it samething.

I still cannot login.

I got this msg:

You are mining GPUCOIN now ! Look in Getting Started for help
Did you create a worker on the pool?
Or maybe you have to check your mail for verification....
1qaz
Hero Member
*****
Offline Offline

Activity: 666
Merit: 500


View Profile
March 09, 2014, 03:47:18 AM
 #4525

why so few 1 GPUcoin per block Huh
dgross0818
Full Member
***
Offline Offline

Activity: 308
Merit: 146



View Profile
March 09, 2014, 03:47:41 AM
 #4526

WHy is nobody mining in these pools? is this the actual coin?

Dont want to waste my hash
Because the block reward is only 1 GPUCoin right now... we'll have to wait until tomorrow to see what happens once the block rewards jump to where they should be.
flaminius
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 09, 2014, 03:47:48 AM
 #4527

I can't seem to get VertMiner (official version) to work...
I get error and GPU disabled as soon as I launch it.

This is my config for a 280x:

<<
{
"pools" : [
   {
      "url" : "stratum+tcp://gpu.suprnova.cc:4444",
      "user" :
      "pass" :
   }
]
,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"gpu-engine" : "1021",
"gpu-memclock" : "1500",
"gpu-powertune" : "0",
"auto-fan" : true,
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"queue" : "1",
"scan-time" : "30",
"nscrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
>>


What am I doing wrong guys?


Thanks.

kernel should be "scrypt-vert" I believe, and remove the "nscrypt" : true line.

I think you are trying to feed it 2 different kernels by "kernel" : "scrypt" and "nscrypt" : true

dgross0818
Full Member
***
Offline Offline

Activity: 308
Merit: 146



View Profile
March 09, 2014, 03:49:33 AM
 #4528

why so few 1 GPUcoin per block Huh
At least two purposes...First is so there's no insta-mine right at launch... the second is if there's way too much hashing power with that low of a difficulty, there's a high probability of a fork / failed launch. Doing it this way gets the ball rolling before the big miners jump in.
goodluck0319
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
March 09, 2014, 03:55:03 AM
 #4529

I tried another pool. is it samething.

I still cannot login.

I got this msg:

You are mining GPUCOIN now ! Look in Getting Started for help
Did you create a worker on the pool?
Or maybe you have to check your mail for verification....

I have create a worker on the pool. it is mining right now.

I donot get any mail for verification yet.
1qaz
Hero Member
*****
Offline Offline

Activity: 666
Merit: 500


View Profile
March 09, 2014, 03:56:32 AM
 #4530

why so few 1 GPUcoin per block Huh
At least two purposes...First is so there's no insta-mine right at launch... the second is if there's way too much hashing power with that low of a difficulty, there's a high probability of a fork / failed launch. Doing it this way gets the ball rolling before the big miners jump in.

and when we know it is a failure or not?
micryon
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
March 09, 2014, 03:58:38 AM
 #4531

why so few 1 GPUcoin per block Huh
At least two purposes...First is so there's no insta-mine right at launch... the second is if there's way too much hashing power with that low of a difficulty, there's a high probability of a fork / failed launch. Doing it this way gets the ball rolling before the big miners jump in.

and when we know it is a failure or not?

Well it's technically already a successful launch.. since pools are up, no forks, easy enough to get nodes.. difficulty is where it should be.  Just waiting to hit the rewards now...

VTC: Vi5NxyF6FPCCEQDrsDcA34P8pXe1Yck21y
PDR: PP3EQsV3oX9bBkjpsnESguMHz3tfMqHXhy PlanetDollar
nanoprobe
Legendary
*
Offline Offline

Activity: 980
Merit: 1000


Traveling in subspace


View Profile
March 09, 2014, 04:03:15 AM
 #4532

why so few 1 GPUcoin per block Huh
At least two purposes...First is so there's no insta-mine right at launch... the second is if there's way too much hashing power with that low of a difficulty, there's a high probability of a fork / failed launch. Doing it this way gets the ball rolling before the big miners jump in.

and when we know it is a failure or not?
[sarcasm]When it fails. Or not.  Shocked[/sarcasm]

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.
1qaz
Hero Member
*****
Offline Offline

Activity: 666
Merit: 500


View Profile
March 09, 2014, 04:04:00 AM
 #4533

why so few 1 GPUcoin per block Huh
At least two purposes...First is so there's no insta-mine right at launch... the second is if there's way too much hashing power with that low of a difficulty, there's a high probability of a fork / failed launch. Doing it this way gets the ball rolling before the big miners jump in.

and when we know it is a failure or not?

Well it's technically already a successful launch.. since pools are up, no forks, easy enough to get nodes.. difficulty is where it should be.  Just waiting to hit the rewards now...


thx for reply

solo BAD idea ? for this diff ?
yaboymarvo
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
March 09, 2014, 04:12:05 AM
 #4534

wow i bet in a few hours we hit block 2600
flaminius
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 09, 2014, 04:12:19 AM
 #4535

perfect time to discuss miner settings while reward is so low


setx GPU_MAX_ALLOC_PERCENT=200
setx GPU_USE_SYNC_OBJECTS=1
vertminer --scrypt-vert  -o 127.0.0.1:5555 -u user -p pass -w 256 -I 13 -g 2 -l 1 --thread-concurrency 8191,8192 -Q 0 -s 2 -E 4

so what do you guys change for 280x's this get me 730kh/s each card scrypt. but only 200 and 250 respectively scrypt-n.
changing TC to 8192 for first card gets me 250,250kh/s.

what else you guys try? I hear 350 is very achievable with 280x's

waltsmith

I get 388Kh/s with each 280X with the following:

vertminer.exe --scrypt-vert -o 192.168.1.68:6857 -u user -p x  --lookup-gap 0 --auto-fan --auto-gpu -l 1 -g 2 -I 13 --gpu-memclock 1800 --gpu-engine 1120 --gpu-powertune 20 --thread-concurrency 8192

I'm running two Asus R9 280X TopCU

I think these cards like -g 2 and 8192 TC in general...  just gotta play with your clock speeds to tweak them for your specific cards.
FCR
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
March 09, 2014, 04:19:54 AM
 #4536

perfect time to discuss miner settings while reward is so low


setx GPU_MAX_ALLOC_PERCENT=200
setx GPU_USE_SYNC_OBJECTS=1
vertminer --scrypt-vert  -o 127.0.0.1:5555 -u user -p pass -w 256 -I 13 -g 2 -l 1 --thread-concurrency 8191,8192 -Q 0 -s 2 -E 4

so what do you guys change for 280x's this get me 730kh/s each card scrypt. but only 200 and 250 respectively scrypt-n.
changing TC to 8192 for first card gets me 250,250kh/s.

what else you guys try? I hear 350 is very achievable with 280x's

waltsmith

I get 388Kh/s with each 280X with the following:

vertminer.exe --scrypt-vert -o 192.168.1.68:6857 -u user -p x  --lookup-gap 0 --auto-fan --auto-gpu -l 1 -g 2 -I 13 --gpu-memclock 1800 --gpu-engine 1120 --gpu-powertune 20 --thread-concurrency 8192

I'm running two Asus R9 280X TopCU

I think these cards like -g 2 and 8192 TC in general...  just gotta play with your clock speeds to tweak them for your specific cards.

You are running those cards way too hard for that hashrate. I get 386kh/s with memclock 1500 and gpu engine 1080. I also am at 0 powertune and undervolted to 1.1 volts. I am also using Asus cards, more than 1 and they are both the same. You should probably try to lower those settings since you are using a lot of electricity overclocking that much.
Omega0255
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 09, 2014, 04:20:07 AM
 #4537

why so few 1 GPUcoin per block Huh

 Roll Eyes
B2BigAl
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
March 09, 2014, 04:23:43 AM
 #4538

perfect time to discuss miner settings while reward is so low


setx GPU_MAX_ALLOC_PERCENT=200
setx GPU_USE_SYNC_OBJECTS=1
vertminer --scrypt-vert  -o 127.0.0.1:5555 -u user -p pass -w 256 -I 13 -g 2 -l 1 --thread-concurrency 8191,8192 -Q 0 -s 2 -E 4

so what do you guys change for 280x's this get me 730kh/s each card scrypt. but only 200 and 250 respectively scrypt-n.
changing TC to 8192 for first card gets me 250,250kh/s.

what else you guys try? I hear 350 is very achievable with 280x's

waltsmith

I get 388Kh/s with each 280X with the following:

vertminer.exe --scrypt-vert -o 192.168.1.68:6857 -u user -p x  --lookup-gap 0 --auto-fan --auto-gpu -l 1 -g 2 -I 13 --gpu-memclock 1800 --gpu-engine 1120 --gpu-powertune 20 --thread-concurrency 8192

I'm running two Asus R9 280X TopCU

I think these cards like -g 2 and 8192 TC in general...  just gotta play with your clock speeds to tweak them for your specific cards.

You are running those cards way too hard for that hashrate. I get 386kh/s with memclock 1500 and gpu engine 1080. I also am at 0 powertune and undervolted to 1.1 volts. I am also using Asus cards, more than 1 and they are both the same. You should probably try to lower those settings since you are using a lot of electricity overclocking that much.

Mind posting your settings?
precrime3
Member
**
Offline Offline

Activity: 84
Merit: 10

PM for journalist,typing,and data entry services.


View Profile WWW
March 09, 2014, 04:25:27 AM
 #4539

If you could get some 750 tis or r9 270 gpus for us heat/noise/power sensitive miners, that be great Grin 270x aren't worth it, even with $30 bucks off. They require an extra 6 pin for like 20 hash.

STT
Legendary
*
Offline Offline

Activity: 3920
Merit: 1414


Leading Crypto Sports Betting & Casino Platform


View Profile WWW
March 09, 2014, 04:33:36 AM
 #4540

why so few 1 GPUcoin per block Huh
At least two purposes...First is so there's no insta-mine right at launch... the second is if there's way too much hashing power with that low of a difficulty, there's a high probability of a fork / failed launch. Doing it this way gets the ball rolling before the big miners jump in.

and when we know it is a failure or not?

Well it's technically already a successful launch.. since pools are up, no forks, easy enough to get nodes.. difficulty is where it should be.  Just waiting to hit the rewards now...

Staggered launch is good but this is extreme to wait 2600 blocks.   Also the minor to the major reward is gigantic, 1 to 20000 right.   So this is like the launch before the launch, it is a cool idea and should have been done ages ago.
Its a rolling start, I agree it seems like it'll work 'under load'

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Pages: « 1 ... 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 276 277 ... 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!