Author

Topic: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Ultrafast 6 second transactions!! - page 385. (Read 946654 times)

newbie
Activity: 8
Merit: 0
Thanks for your help, I appreciate it much! But none of your configs help. Even with LG 3 it ends with error -61 (clCreateBuffer), so I had to lower TC to 8192 and that keeps hashrate around 75 khash.

I heard this may by RAM related. How much RAM do you have and which OS are you using?
newbie
Activity: 28
Merit: 0
Thank you
I changed conf my rig 2*280x on SMOS like advised, now the resul is:

   Temp    Fan% (rpm)    Load  Rate     Accept/Invalid   Status
0: 70c-    61% (2397+)   99%   150 Khs  1253/17 (1.34%)  stratum+tcp://ultra.nit
1: 71c+    48% (1739-)   99%   140 Khs  1219/21 (1.69%)  stratum+tcp://ultra.nit
ro.org:3337
Total: 290 Khash/s  2472 accepted, 38 invalid (1.51%)

But pool shows 187 kh in average

what could be wrong? How to see hw errors in smos?

the .conf file:


{
"pools" : [
        {
                "url" : "stratum+tcp://ultra.nitro.org:3337",
                "user" : "xxxx.x",
                "pass" : "xxxxx"
        }
],
"api-listen" : true,
"intensity" : "13",
"worksize" : "64",
"auto-fan" : true,
"temp-cutoff" : "85",
"temp-overheat" : "75",
"temp-target" : "73",
"expiry" : "1",
"gpu-dyninterval" : "7",
"log" : "5",
"queue" : "0",
"retry-pause" : "5",
"scan-time" : "30",
"scrypt-jane" : true,
"sj-time" : "1388361600",
"sj-nfmin" : "4",
"sj-nfmax" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"thread-concurrency" : "24000",
"gpu-thread" : "1",
"gpu-engine" : "1070",
"sharethreads" : "32",
"lookup-gap" : "2",
"gpu-powertune" : "20",
"gpu-memclock" : "1500"
}




change intensity to 12, thread-concurrency to 16384, gpu-threads to 2, worksitzew to 256. delete "sharethreads"
full member
Activity: 182
Merit: 100
cmon spread the words now!!
newbie
Activity: 52
Merit: 0
Thank you
I changed conf my rig 2*280x on SMOS like advised, now the resul is:

   Temp    Fan% (rpm)    Load  Rate     Accept/Invalid   Status
0: 70c-    61% (2397+)   99%   150 Khs  1253/17 (1.34%)  stratum+tcp://ultra.nit
1: 71c+    48% (1739-)   99%   140 Khs  1219/21 (1.69%)  stratum+tcp://ultra.nit
ro.org:3337
Total: 290 Khash/s  2472 accepted, 38 invalid (1.51%)

But pool shows 187 kh in average

what could be wrong? How to see hw errors in smos?

the .conf file:


{
"pools" : [
        {
                "url" : "stratum+tcp://ultra.nitro.org:3337",
                "user" : "xxxx.x",
                "pass" : "xxxxx"
        }
],
"api-listen" : true,
"intensity" : "13",
"worksize" : "64",
"auto-fan" : true,
"temp-cutoff" : "85",
"temp-overheat" : "75",
"temp-target" : "73",
"expiry" : "1",
"gpu-dyninterval" : "7",
"log" : "5",
"queue" : "0",
"retry-pause" : "5",
"scan-time" : "30",
"scrypt-jane" : true,
"sj-time" : "1388361600",
"sj-nfmin" : "4",
"sj-nfmax" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"thread-concurrency" : "24000",
"gpu-thread" : "1",
"gpu-engine" : "1070",
"sharethreads" : "32",
"lookup-gap" : "2",
"gpu-powertune" : "20",
"gpu-memclock" : "1500"
}


newbie
Activity: 28
Merit: 0
newbie
Activity: 28
Merit: 0
Sorry guys, I still have problem with my GIGABYTE GV-R928XOC-3GD. I have three of these, each in separate machine.
With one, I am getting 130 khash/s (and I am happy with it). The other two have ~70 khash/s and I can not get any more out of them (I start getting HW errors). Do you have any clue what may be the problem?

ultracoinminer --scrypt -o stratum+tcp://ultra.leetpools.com:3333 -u XXX -p XXX --lookup-gap 2 --thread-concurrency 16384 -g 2 -w 256 --gpu-powertune -20 --auto-fan --temp-target 72 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500 --gpu-engine 1000 --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 -E 1 -s 1 -Q 0 --intensity 12

Thanks in advance!

you using --scrypt besides --scrypt-jane, delete that to be sure

here i adjusted your config how i think it should work to get around 130-150kh/s (if you are not using powertune -20 like uve in your config atm)

ultracoinminer --scrypt-jane -o stratum+tcp://ultra.leetpools.com:3333 -u XXX -p XXX --lookup-gap 2 --thread-concurrency 16384 -g 2 -w 256 --gpu-powertune -20 --auto-fan --temp-target 72 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500 --gpu-engine 1050 --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 -s 15 -Q 1 --intensity 12
legendary
Activity: 1638
Merit: 1011
jakiman is back!
Sorry guys, I still have problem with my GIGABYTE GV-R928XOC-3GD. I have three of these, each in separate machine.
With one, I am getting 130 khash/s (and I am happy with it). The other two have ~70 khash/s and I can not get any more out of them (I start getting HW errors). Do you have any clue what may be the problem?

ultracoinminer --scrypt -o stratum+tcp://ultra.leetpools.com:3333 -u XXX -p XXX --lookup-gap 2 --thread-concurrency 16384 -g 2 -w 256 --gpu-powertune -20 --auto-fan --temp-target 72 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500 --gpu-engine 1000 --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 -E 1 -s 1 -Q 0 --intensity 12

Thanks in advance!

I have 8 of those cards. Do this:
- Removed --scrypt
- Removed expiry, queue, timeout. Not really needed.
- Changed --gpu-powertune to 20 (Making this negative value can make the card more unstable.)
- If all else fails, change --lookup-gap to 3. You may get about 110 KH/s each but it'll work.

Quote
ultracoinminer --scrypt-jane-o stratum+tcp://ultra.leetpools.com:3333 -u XXX -p XXX --lookup-gap 2 --thread-concurrency 16384 -g 2 -w 256 --gpu-powertune 20 --auto-fan --temp-target 72 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500 --gpu-engine 1000 --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 --intensity 12
newbie
Activity: 23
Merit: 0
Sorry guys, I still have problem with my GIGABYTE GV-R928XOC-3GD. I have three of these, each in separate machine.
With one, I am getting 130 khash/s (and I am happy with it). The other two have ~70 khash/s and I can not get any more out of them (I start getting HW errors). Do you have any clue what may be the problem?

ultracoinminer --scrypt -o stratum+tcp://ultra.leetpools.com:3333 -u XXX -p XXX --lookup-gap 2 --thread-concurrency 16384 -g 2 -w 256 --gpu-powertune -20 --auto-fan --temp-target 72 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500 --gpu-engine 1000 --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 -E 1 -s 1 -Q 0 --intensity 12

Thanks in advance!

Here is my config for my 4 MSI 280Xs - hard to see why yours is under performing. Can you get a little more on the GPU clock? That seems to be the only difference.

Quote
-o stratum+tcp://ultra.nitro.org:3337 -u -p --failover-only -o stratum+tcp://utc.greekpool.eu:3337 -u -p --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 -w 256 -I 12 -g 2 --lookup-gap 2 --thread-concurrency 16384 -Q 0 -E 10 --gpu-engine 1080 --gpu-memclock 1500 --temp-target 76 --auto-fan --gpu-fan 40-80 --temp-cutoff 90 --temp-overheat 85 --no-submit-stale --scan-time 1 --queue 0
full member
Activity: 135
Merit: 100
i  can see UTC hitting the 4's today

Nice buy walls @CT...

UTC/LTC:
Price/UTC   Amount UTC   Total LTC
0.0075   150000.71618665   1125.00537139

UTC/USD:
Price/UTC   Amount UTC   Total USD
0.12           179992.71756392           21599.12610767

panic buy will start shortly... nice and steady rise incoming  ATL was 0.00017 BTC, buy now before to late...
sr. member
Activity: 411
Merit: 252
Sorry guys, I still have problem with my GIGABYTE GV-R928XOC-3GD. I have three of these, each in separate machine.
With one, I am getting 130 khash/s (and I am happy with it). The other two have ~70 khash/s and I can not get any more out of them (I start getting HW errors). Do you have any clue what may be the problem?

ultracoinminer --scrypt -o stratum+tcp://ultra.leetpools.com:3333 -u XXX -p XXX --lookup-gap 2 --thread-concurrency 16384 -g 2 -w 256 --gpu-powertune -20 --auto-fan --temp-target 72 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500 --gpu-engine 1000 --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 -E 1 -s 1 -Q 0 --intensity 12

Thanks in advance!
--scrypt-jane maybe?
SxC
sr. member
Activity: 336
Merit: 250
over 300k UTC in 2 buy order's on crypto-trade see ya all on the moon
newbie
Activity: 8
Merit: 0
Sorry guys, I still have problem with my GIGABYTE GV-R928XOC-3GD. I have three of these, each in separate machine.
With one, I am getting 130 khash/s (and I am happy with it). The other two have ~70 khash/s and I can not get any more out of them (I start getting HW errors). Do you have any clue what may be the problem?

ultracoinminer --scrypt -o stratum+tcp://ultra.leetpools.com:3333 -u XXX -p XXX --lookup-gap 2 --thread-concurrency 16384 -g 2 -w 256 --gpu-powertune -20 --auto-fan --temp-target 72 --temp-overheat 85 --temp-cutoff 90 --gpu-memclock 1500 --gpu-engine 1000 --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 -E 1 -s 1 -Q 0 --intensity 12

Thanks in advance!
SxC
sr. member
Activity: 336
Merit: 250
i  can see UTC hitting the 4's today
full member
Activity: 224
Merit: 100
Keep donating to unlock 25000 UTC from crypto trade guys

https://bitcointalk.org/index.php?topic=506047.new#new


Just donated 250 UTC  Grin, nearly 3,000 UTC in total now.

I wonder if how much of those 100K UTC for promotion in Page1 left? As those 2 creators also both get 100K UTC. It would be a big favour if they also donate some UTC.

Looking forward to some good job done by CT. Maybe just like the online WDC wallet  Tongue

about 30k left

why not just donate the last 3K out of your development fund so that you have 25K more then? 
sr. member
Activity: 1221
Merit: 250
Americans woke up, let's start a new bright week  Grin
hero member
Activity: 728
Merit: 501
Keep donating to unlock 25000 UTC from crypto trade guys

https://bitcointalk.org/index.php?topic=506047.new#new


Just donated 250 UTC  Grin, nearly 3,000 UTC in total now.

I wonder if how much of those 100K UTC for promotion in Page1 left? As those 2 creators also both get 100K UTC. It would be a big favour if they also donate some UTC.

Looking forward to some good job done by CT. Maybe just like the online WDC wallet  Tongue

about 30k left
full member
Activity: 182
Merit: 100
Keep donating to unlock 25000 UTC from crypto trade guys

https://bitcointalk.org/index.php?topic=506047.new#new


Just donated 250 UTC  Grin, nearly 3,000 UTC in total now.

I wonder how much of those 100K UTC for promotion in Page1 left? As those 2 creators also both get 100K UTC. It would be a big favour if they also donate some UTC.

Looking forward to some good job done by CT. Maybe just like the online WDC wallet  Tongue
member
Activity: 63
Merit: 10
promotion material for today ...
hero member
Activity: 728
Merit: 501
newbie
Activity: 58
Merit: 0
lol someone selling 100k UTC for 0018 on ct:
Edit: and got removed again

most likely to keep prices from rising
Jump to: