Author

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

legendary
Activity: 980
Merit: 1000
Traveling in subspace
Thanks for your help guys - going to have a play with the settings. I know I'm not the only one with this problem so will post my results.

I've removed catalyst 14 and gone back to 13.11 and its not made a difference. Will probably try going back to 12 next if I can find a copy. These cards are mining on standard scrypt coins fine.

I'm using windows 7 btw.
Removing 14 and going back to 13.11 is not enough. If you've already remover 14 and installed 13.11 you need to uninstall 13.11, reboot, run Driver Sweeper to remove all the junk left over, reboot, reinstall 13.11, reboot. That should eliminate the drivers as your problem.

Didn't need to do all that, just ran the catalyst uninstaller.

Turned out the problem was to do with the worksize (changing 256 to 64 fixed it).
Glad to hear you solved your problem but you'd be shocked if you saw all the junk catalyst uninstaller leaves behind, especially when you're downgrading your driver.
newbie
Activity: 15
Merit: 0
Thanks for your help guys - going to have a play with the settings. I know I'm not the only one with this problem so will post my results.

I've removed catalyst 14 and gone back to 13.11 and its not made a difference. Will probably try going back to 12 next if I can find a copy. These cards are mining on standard scrypt coins fine.

I'm using windows 7 btw.
Removing 14 and going back to 13.11 is not enough. If you've already remover 14 and installed 13.11 you need to uninstall 13.11, reboot, run Driver Sweeper to remove all the junk left over, reboot, reinstall 13.11, reboot. That should eliminate the drivers as your problem.

Didn't need to do all that, just ran the catalyst uninstaller.

Turned out the problem was to do with the worksize (changing 256 to 64 fixed it).
legendary
Activity: 980
Merit: 1000
Traveling in subspace
Thanks for your help guys - going to have a play with the settings. I know I'm not the only one with this problem so will post my results.

I've removed catalyst 14 and gone back to 13.11 and its not made a difference. Will probably try going back to 12 next if I can find a copy. These cards are mining on standard scrypt coins fine.

I'm using windows 7 btw.
Removing 14 and going back to 13.11 is not enough. If you've already remover 14 and installed 13.11 you need to uninstall 13.11, reboot, run Driver Sweeper to remove all the junk left over, reboot, reinstall 13.11, reboot. That should eliminate the drivers as your problem.
member
Activity: 95
Merit: 10
Anyone getting high hashes with 280x cards? I can't seem to break 450 each card. Check my post to se id you can help.
Thanks
newbie
Activity: 2
Merit: 0
Wallet wouldn't sync on my local pc so i have put up a server node which should be online perminently.

Donations  UY5PtLXA8AqGcuVepN35HFUe3nSUzrQYvU

In C:\Users\you\AppData\Roaming\Ultracoin\Ultracoin.conf
Put addnode=37.187.98.146
full member
Activity: 426
Merit: 100
Anyone else sick of pools going down randomly.

Im done with minepools.us its went down like 5 times costing me alot of production.

I went to bed after they got it back up again and woke up to it being down for hours and hours.

I cant be babysitting miners all day for god sakes.

Grrek and leet are doing the same thing my failover pools are failing too sigh.

very frustrating loosing like 100-200 coins over pool downtimes then getting it back up again only to find difficulty has already doubled during my downtime.

And by the way this forum's constant you already posted 360 seconds ago stuff is annoying as heck considering this is my first post of the day..

we need new crypto forums imho.


Not really I have my own pool for when the big ones drop , love it when the Diff drops 20 because of a pool disappearing Tongue
tho I do have a fair amount of MH/s being thrown at UTC sounds I missed the pre-mine sale ..
I wanted 3 BTC worth and got none !!


And by the way this forum's constant you already posted 360 seconds ago stuff is annoying as heck considering this is my first post of the day..

+1
same for when you PM a user for first thing of the day  :S
full member
Activity: 426
Merit: 100
Thanks for your help guys - going to have a play with the settings. I know I'm not the only one with this problem so will post my results.

I've removed catalyst 14 and gone back to 13.11 and its not made a difference. Will probably try going back to 12 next if I can find a copy. These cards are mining on standard scrypt coins fine.

I'm using windows 7 btw.

still do not know what cards your running , try lower clock for now and maybe higher thread concurrency ( I know my R9 290's HW errors at 8k but not 16k + 

13.11 deviantly works

I thought windows needed setx

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1


ultracoinminer -o stratum+tcp://utc.greekpool.eu:3337 -u myusername -p mypw --scrypt-jane  --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 --expiry 1 --queue 0 --scan-time 1 --intensity 10 --gpu-engine 1050 --worksize 256 -g 2 --thread-concurrency 8192


personally I would do something like this

UTCpoolstart.bat

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
ultracoinminer --scrypt-jane  --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 --config UTCpool.config

UTCpool.config

{

"pools" : [

        {

                "url" : "stratum+tcp://ultra.nitro.org:3337",

                "user" : "name",

                "pass" : "x"

        },

        {

                "url" : "stratum+tcp://utc.greekpool.eu:3337",

                "user" : "name",

                "pass" : "x"

        }
],
"thread-concurrency" : "24768",
"shaders" : "2560",
"api-listen" : true,
"intensity" : "17",
"worksize" : "128",
"auto-fan" : true,
"gpu-fan" : "60-85",
"auto-gpu" : true,
"temp-cutoff" : "80",
"temp-overheat" : "75",
"temp-target" : "70",
"expiry" : "30",
"gpu-dyninterval" : "7",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "10",
"temp-hysteresis" : "3",
"shares" : "0",
"gpu-thread" : "1",
"gpu-engine" : "300-940",
"sharethreads" : "32",
"lookup-gap" : "2",
"gpu-powertune" : "20",
"gpu-memclock" : "1250"
}

my R9's hash 540 kh with those settings more if I bump memory they go slower with 1ghz core because I have no cooling for them they hit 80 deg fast
they hash at  610kh's just by changing the target temps to  83 80 77
I have an tweaked 680 kh\s SJ setting  that I am mining with with out OC keeping 80 deg temp but prefer 75 deg upper range
"thread-concurrency" : "16256", scrypt jane fail safe
"thread-concurrency" : "32765", optimal
newbie
Activity: 15
Merit: 0
Ok worked out the problem - changing the worksize to 64 (from 256) fixed it. Now running really stable.

Thanks for your help guys.
member
Activity: 90
Merit: 10
Thanks for your help guys - going to have a play with the settings. I know I'm not the only one with this problem so will post my results.

I've removed catalyst 14 and gone back to 13.11 and its not made a difference. Will probably try going back to 12 next if I can find a copy. These cards are mining on standard scrypt coins fine.

I'm using windows 7 btw.
Harware errors is usually an I setting item.  Start at 6 and work your way up until you get HW errors then go back one.
newbie
Activity: 54
Merit: 0
Anyone else sick of pools going down randomly.

Im done with minepools.us its went down like 5 times costing me alot of production.

I went to bed after they got it back up again and woke up to it being down for hours and hours.

I cant be babysitting miners all day for god sakes.

Grrek and leet are doing the same thing my failover pools are failing too sigh.

very frustrating loosing like 100-200 coins over pool downtimes then getting it back up again only to find difficulty has already doubled during my downtime.

And by the way this forum's constant you already posted 360 seconds ago stuff is annoying as heck considering this is my first post of the day..

we need new crypto forums imho.
member
Activity: 95
Merit: 10
Think I have leetpools connected now but not getting the hashes out of my 280x cards I would like.

Any ideas on how to bump them up?   Thanks



timeout /t 5

setx GPU_MAX_ALLOC_PERCENT 100

setx GPU_USE_SYNC_OBJECTS 1

color 2




ultracoinminer -o stratum+tcp://ultra.leetpools.com:3333 -u user.x -p x --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 --thread-concurrency 8192 -g 2 -I 13 -w 256 --temp-cutoff 90 --temp-overheat 85 --gpu-powertune 20 --gpu-threads 2 --expiry 1 --queue 0 --no-submit-stale


 cgminer version 3.7.2 - Started: [2014-02-08 15:21:17]
-----------------------------------------------------------------------------
 (5s):909.2K (avg):910.6Kh/s | A:4400  R:32  HW:0  WU:829.9/m
 ST: 1  SS: 1  NB: 14  LW: 394  GF: 0  RF: 0
 Connected to ultra.leetpools.com diff 64 with stratum as user user.x
 Block: 741cf055...  Diff:29  Started: [15:26:28]  Best share: 1.58K
-----------------------------------------------------------------------------
 [P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  59.0C 2158RPM | 456.4K/460.6Kh/s | A:2160 R: 0 HW:0 WU: 420.2/m I:13
 GPU 1:  64.0C 2494RPM | 457.9K/461.7Kh/s | A:2240 R:32 HW:0 WU: 409.7/m I:13
-----------------------------------------------------------------------------

 [2014-02-08 15:26:08] Accepted 02aab09c Diff 96/64 GPU 1
 [2014-02-08 15:26:09] Accepted 036fd1e6 Diff 74/64 GPU 1
 [2014-02-08 15:26:12] Network diff set to 30
 [2014-02-08 15:26:12] Stratum from pool 0 detected new block
 [2014-02-08 15:26:12] Accepted dee3df77 Diff 294/64 GPU 0
 [2014-02-08 15:26:13] Accepted 7f097cfc Diff 516/64 GPU 1
 [2014-02-08 15:26:22] Accepted 038d5c37 Diff 72/64 GPU 0
 [2014-02-08 15:26:25] Network diff set to 28
 [2014-02-08 15:26:25] Stratum from pool 0 detected new block
 [2014-02-08 15:26:28] Network diff set to 29
 [2014-02-08 15:26:28] Stratum from pool 0 detected new block
 [2014-02-08 15:26:29] Accepted c7c14e17 Diff 328/64 GPU 0
newbie
Activity: 15
Merit: 0
Thanks for your help guys - going to have a play with the settings. I know I'm not the only one with this problem so will post my results.

I've removed catalyst 14 and gone back to 13.11 and its not made a difference. Will probably try going back to 12 next if I can find a copy. These cards are mining on standard scrypt coins fine.

I'm using windows 7 btw.
hero member
Activity: 776
Merit: 557
Please guys get tweeting and post things on redit. I'm the only guy tweeting and spreading the word! It's needs marketing to get the word out! I want this coin to be just as successful as you but others are gettin far for exposed like smartcoin and maxcoin. We need to shout as loudly as them!
full member
Activity: 190
Merit: 100
I want to share my little exp with jane.
R9 290X Tri-X conf TC 8192 / I 20 produce on first GPU 863kh/s and... 873 kh/s for second.  Tongue
sr. member
Activity: 364
Merit: 250
an anyone identify why I am getting all Invalid shares on the website and my miner is showing no activity? How can I be ming but get no valid shares and all invalid?   Thanks

cgminer looks like this:


 cgminer version 3.7.2 - Started: [2014-02-08 15:02:37]
-------------------------------------------------------------------------------
 (5s):1.190G (avg):1.166Gh/s | A:0  R:32  HW:0  WU:17.9/m
 ST: 2  SS: 0  NB: 6  LW: 91  GF: 0  RF: 0
 Connected to stratum-utc.coinpl.com diff 16 with stratum as user xxx
 Block: 34a7eb1d...  Diff:22  Started: [15:05:18]  Best share: 62
-------------------------------------------------------------------------------
 [P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  55.0C 3065RPM | 573.0M/570.1Mh/s | A:0 R: 0 HW:0 WU: 8.8/m I: 6
 GPU 1:  63.0C 3112RPM | 613.8M/624.2Mh/s | A:0 R:32 HW:0 WU: 9.1/m I: 6
-------------------------------------------------------------------------------

 [2014-02-08 15:03:38] Network diff set to 23
 [2014-02-08 15:03:38] Stratum from pool 0 detected new block
 [2014-02-08 15:03:53] Network diff set to 22
 [2014-02-08 15:03:53] Stratum from pool 0 detected new block
 [2014-02-08 15:04:53] Network diff set to 23
 [2014-02-08 15:04:53] Stratum from pool 0 detected new block
 [2014-02-08 15:05:18] Network diff set to 22
 [2014-02-08 15:05:18] Stratum from pool 0 detected new block
 [2014-02-08 15:05:22] Found block for pool 0!
 [2014-02-08 15:05:22] Pool 0 difficulty changed to 16
 [2014-02-08 15:05:22] Rejected 041f2eaa Diff 62/32 BLOCK! GPU 1  (Share is abo
e target)


you seem to be missing parameters: --scrypt-jane  --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600

as your hash rate shows in MH/s so probably using sha256
member
Activity: 95
Merit: 10
an anyone identify why I am getting all Invalid shares on the website and my miner is showing no activity? How can I be ming but get no valid shares and all invalid?   Thanks

cgminer looks like this:


 cgminer version 3.7.2 - Started: [2014-02-08 15:02:37]
-------------------------------------------------------------------------------
 (5s):1.190G (avg):1.166Gh/s | A:0  R:32  HW:0  WU:17.9/m
 ST: 2  SS: 0  NB: 6  LW: 91  GF: 0  RF: 0
 Connected to stratum-utc.coinpl.com diff 16 with stratum as user xxx
 Block: 34a7eb1d...  Diff:22  Started: [15:05:18]  Best share: 62
-------------------------------------------------------------------------------
 [P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  55.0C 3065RPM | 573.0M/570.1Mh/s | A:0 R: 0 HW:0 WU: 8.8/m I: 6
 GPU 1:  63.0C 3112RPM | 613.8M/624.2Mh/s | A:0 R:32 HW:0 WU: 9.1/m I: 6
-------------------------------------------------------------------------------

 [2014-02-08 15:03:38] Network diff set to 23
 [2014-02-08 15:03:38] Stratum from pool 0 detected new block
 [2014-02-08 15:03:53] Network diff set to 22
 [2014-02-08 15:03:53] Stratum from pool 0 detected new block
 [2014-02-08 15:04:53] Network diff set to 23
 [2014-02-08 15:04:53] Stratum from pool 0 detected new block
 [2014-02-08 15:05:18] Network diff set to 22
 [2014-02-08 15:05:18] Stratum from pool 0 detected new block
 [2014-02-08 15:05:22] Found block for pool 0!
 [2014-02-08 15:05:22] Pool 0 difficulty changed to 16
 [2014-02-08 15:05:22] Rejected 041f2eaa Diff 62/32 BLOCK! GPU 1  (Share is abo
e target)
member
Activity: 84
Merit: 10
Some users are reporting having some trouble connecting using stratum+tcp://ultra.leetpools.com:3333

If you are having some connectivity issues use stratum+tcp://ultra.leetpools.NET:3333
full member
Activity: 224
Merit: 100

Anyone have a solution?

at the Diff it is at now try getting rid of the Expiry queue scantime stuff and deal with a few percent rejects...you arent giving your worker time to complete any work at this diff...

waltsmith

Thanks for the info. I removed all that bit and still not getting any WU. Anyone have any ideas?


you're getting a lot of hardware errors, change the config

I know I'm getting H/W errors, I posted my config earlier. How should I change the config? I've tried a few things and its not making a difference.

Here is my bat file, I get 550kh with this, hope it helps (btw, I have the same card as you do):

timeout /t 30

setx GPU_MAX_ALLOC_PERCENT 100

setx GPU_USE_SYNC_OBJECTS 1

color 2

ultracoinminer -o stratum+tcp://ultra.leetpools.com:3333  -u username.worker -p x  --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 --thread-concurrency 8192 --lookup-gap 2 --gpu-engine 1020 --gpu-memclock 1500 --gpu-powertune -20 --gpu-fan 85 -w 64 -I 13 -g 2
member
Activity: 95
Merit: 10
Help.... I am running this miner and getting all invalid shares from UTC pool. anyone know why? Thanks

This is my config:


ST: 2  SS: 0  NB: 17  LW: 287  GF: 0  RF: 0
 Connected to stratum-utc.coinpl.com diff 16 with stratum as user xxxxxxx
 Block: 1f5cdbc3...  Diff:26  Started: [14:47:43]  Best share: 852
--------------------------------------------------------------------------------
 [P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  61.0C 2228RPM | 552.8M/585.9Mh/s | A:0 R: 80 HW:0 WU: 8.6/m I: 6
 GPU 1:  68.0C 2633RPM | 629.3M/628.0Mh/s | A:0 R:112 HW:0 WU: 8.9/m I: 7
--------------------------------------------------------------------------------

e target)
 [2014-02-08 14:46:13] Network diff set to 28
 [2014-02-08 14:46:13] Stratum from pool 0 detected new block
 [2014-02-08 14:46:25] Found block for pool 0!
 [2014-02-08 14:46:25] Rejected 04645c46 Diff 58/16 BLOCK! GPU 0  (Share is abov
e target)
 [2014-02-08 14:46:38] Network diff set to 27
 [2014-02-08 14:46:38] Stratum from pool 0 detected new block
 [2014-02-08 14:47:38] Network diff set to 27
 [2014-02-08 14:47:38] Stratum from pool 0 detected new block
 [2014-02-08 14:47:43] Network diff set to 26
 [2014-02-08 14:47:43] Stratum from pool 0 detected new block
full member
Activity: 426
Merit: 100
I cant get the miner working with my 2 x Windforce 280x. Running Catalyst 13.11.

Heres my config:

set GPU_MAX_ALLOC_PERCENT 100
set GPU_USE_SYNC_OBJECTS 1
ultracoinminer -o stratum+tcp://utc.greekpool.eu:3337 -u myusername -p mypw --scrypt-jane  --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 --expiry 1 --queue 0 --scan-time 1 --intensity 10 --gpu-engine 1050 --worksize 256 -g 2 --thread-concurrency 8192

Its hashing fine but there are no WU produced.

Anyone have a solution?

at the Diff it is at now try getting rid of the Expiry queue scantime stuff and deal with a few percent rejects...you arent giving your worker time to complete any work at this diff...

waltsmith

Thanks for the info. I removed all that bit and still not getting any WU. Anyone have any ideas?




HW errors your using 14 drivers ... try an older package
New 14.1 Catalyst gives 100% hardware errors with scrypt jane

what card do you have ?
what OS

Jump to: