Search content
Sort by

Showing 20 of 52 results by NewSapUser
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Ultrafast 6 second transactions!!
by
NewSapUser
on 06/04/2014, 17:48:42 UTC
Hi guys!
Does anybody knows how to  get 3*280x work in a rig with only 3 GB RAM?
Thank you
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 12/03/2014, 19:56:00 UTC
How?:

Pool Hashrate 698.05MH
Net Hashrate  682.91MH

(stats on nitro)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 12/03/2014, 19:37:58 UTC
Hi gays
The pool http://utcpool.com/ doesn't allow me to withdraw my coins
support don't answer
maybe anybody knows what to do in this situation?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 11/03/2014, 14:19:40 UTC



if screen -r brings that error, cgminer wasn't even started.

If thats really your pool config, that wrong:
Code:
"pools" : [
        {
                "url" : "stratum+tcp://ultra.nitro.org:3337",
                "user" : "xxxxx.0",
                "pass" : "xxxxx"
                "url" : "stratum+tcp://pickaxe.pool.pm:3306",
                "user" : "xxxxx",
                "pass" : "xxxxx"

        }
],



Should look like:
Code:
"pools" : [
        {
                "url" : "stratum+tcp://ultra.nitro.org:3337",
                "user" : "xxxxx.0",
                "pass" : "xxxxx"
        },
        {
                "url" : "stratum+tcp://pickaxe.pool.pm:3306",
                "user" : "xxxxx",
                "pass" : "xxxxx"

        }
],



[/quote]

Thank you, I am lol -)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 11/03/2014, 13:08:12 UTC
Thanks

in web-i http://192.168.1.3:8080/cgi-bin/status.pl  i tried to stop, to start, to restart, but the result:

GPU   Status   Temp   Load   Rate   Accept/Invalid   GPU Family   Fan% (rpm)   Core   Memory   Power
0   
   
   26.0 c   0%   0 Kh/s   /    n/a   200 Series   20% (1058)   300 Mhz   150 Mhz   0.85v
1   
   
   26.0 c   0%   0 Kh/s   /    n/a   200 Series   20% (964)   300 Mhz   150 Mhz   0.85v

in putty:


root@smos-1:~# screen -r
There is no screen to be resumed.
root@smos-1:~# mine stop
Stopping mining processes...: mine..cgminer api failed...
root@smos-1:~# screen -r
There is no screen to be resumed.
root@smos-1:~#

in config there is line "api-listen" : true,


do uve api port / api allow configured aswell?

my config as example:

Code:
{
"pools" : [
{
"name" : "UTC Nitro",
"url" : "stratum+tcp://ultra.nitro.org:3337",
"user" : "x.x",
"pass" : "x"
},
{
"name" : "UTC Leet",
"url" : "stratum+tcp://ultra.leetpools.com:3333",
"user" : "x.x",
"pass" : "x"
}
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"kernel" : "scrypt-jane",
"kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "1",
"scrypt-jane" : true,
"sj-nfmin" : "4",
"sj-nfmax" : "30",
"sj-time" : "1388361600",
"shares" : "0",
"gpu-threads" : "2",
"gpu-fan" : "90",
"gpu-dyninterval" : "7",
"gpu-engine" : "1100,1100,1050",
"gpu-memclock" : "1500,1500,1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"scan-time" : "30",
"intensity" : "12",
"temp-target" : "88",
"temp-overheat" : "90",
"temp-cutoff" : "95",
"temp-hysteresis" : "2",
"vectors" : "1",
"worksize" : "512",
"lookup-gap" : "2",
"shaders" : "2048",
"thread-concurrency" : "16384"
}

thank you
my cfg:
{
"pools" : [
        {
                "url" : "stratum+tcp://ultra.nitro.org:3337",
                "user" : "xxxxx.0",
                "pass" : "xxxxx"
                "url" : "stratum+tcp://pickaxe.pool.pm:3306",
                "user" : "xxxxx",
                "pass" : "xxxxx"

        }
],
"api-listen" : true,
"intensity" : "11",
"worksize" : "64",
"auto-fan" : true,
"temp-cutoff" : "85",
"temp-overheat" : "75",
"temp-target" : "72",
"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" : "16384",
"gpu-thread" : "2",
"gpu-engine" : "1050",
"lookup-gap" : "2",
"gpu-powertune" : "20",
"gpu-memclock" : "1500"
}
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 11/03/2014, 10:57:50 UTC
Thanks

in web-i http://192.168.1.3:8080/cgi-bin/status.pl  i tried to stop, to start, to restart, but the result:

GPU   Status   Temp   Load   Rate   Accept/Invalid   GPU Family   Fan% (rpm)   Core   Memory   Power
0   
   
   26.0 c   0%   0 Kh/s   /    n/a   200 Series   20% (1058)   300 Mhz   150 Mhz   0.85v
1   
   
   26.0 c   0%   0 Kh/s   /    n/a   200 Series   20% (964)   300 Mhz   150 Mhz   0.85v

in putty:


root@smos-1:~# screen -r
There is no screen to be resumed.
root@smos-1:~# mine stop
Stopping mining processes...: mine..cgminer api failed...
root@smos-1:~# screen -r
There is no screen to be resumed.
root@smos-1:~#

in config there is line "api-listen" : true,
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 11/03/2014, 09:40:07 UTC
Hi all
Maybe anybody knows how to stop cgminer in SMOS 1.3  remotly?
I tried to stop it via putty, but error occurs:

root@smos-1:~# mine stop
Stopping mining processes...: mine..cgminer api failed...
root@smos-1:~# gpumon
root@smos-1:~# mine stop
Stopping mining processes...: mine..cgminer api failed...
root@smos-1:~#

maybe log file may help, where it could be located?


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 11/03/2014, 04:04:17 UTC
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%)
....................................................................


change intensity to 12, thread-concurrency to 16384, gpu-threads to 2, worksitzew to 256. delete "sharethreads"


Thanks. After these changes result:
Mon Mar 10 20:28:21 2014  -  smos-1  -  eth0:192.168.1.3

   Temp    Fan% (rpm)    Load  Rate     Accept/Invalid   Status
0: 58c+    5% (1041+)    99%    80 Khs  7/0 (0.00%)      stratum+tcp://ultra.nitro.org:3337
1: 57c+    6% (972+)     99%    80 Khs  5/0 (0.00%)      stratum+tcp://ultra.nitro.org:3337

Total: 160 Khash/s  12 accepted, 0 invalid (0.00%)

what to do?
last conf
{
"pools" : [
        {
                "url" : "stratum+tcp://ultra.nitro.org:3337",
                "user" : "xxxx.x",
                "pass" : "xxxx"
        }
],
"api-listen" : true,
"intensity" : "12",
"worksize" : "256",
"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" : "16384",
"gpu-thread" : "2",
"gpu-engine" : "1050",
"lookup-gap" : "2",
"gpu-powertune" : "20",
"gpu-memclock" : "1500"
}

Hi all!
please look at my new config, what wrong?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 10/03/2014, 19:31:27 UTC
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%)
....................................................................


change intensity to 12, thread-concurrency to 16384, gpu-threads to 2, worksitzew to 256. delete "sharethreads"


Thanks. After these changes result:
Mon Mar 10 20:28:21 2014  -  smos-1  -  eth0:192.168.1.3

   Temp    Fan% (rpm)    Load  Rate     Accept/Invalid   Status
0: 58c+    5% (1041+)    99%    80 Khs  7/0 (0.00%)      stratum+tcp://ultra.nitro.org:3337
1: 57c+    6% (972+)     99%    80 Khs  5/0 (0.00%)      stratum+tcp://ultra.nitro.org:3337

Total: 160 Khash/s  12 accepted, 0 invalid (0.00%)

what to do?
last conf
{
"pools" : [
        {
                "url" : "stratum+tcp://ultra.nitro.org:3337",
                "user" : "xxxx.x",
                "pass" : "xxxx"
        }
],
"api-listen" : true,
"intensity" : "12",
"worksize" : "256",
"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" : "16384",
"gpu-thread" : "2",
"gpu-engine" : "1050",
"lookup-gap" : "2",
"gpu-powertune" : "20",
"gpu-memclock" : "1500"
}

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 10/03/2014, 12:41:44 UTC
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"
}


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 09/03/2014, 22:31:09 UTC
Hi, please help to tune in SMOS rig 2*280x. at this config each card gives only 80 kh
{
"pools" : [
        {
                "url" : "stratum+tcp://ultra.nitro.org:3337",
                "user" : "x.x",
                "pass" : "x"
        }
],
"api-listen" : true,
"intensity" : "12",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt-jane",
"auto-fan" : true,
"temp-cutoff" : "85",
"temp-overheat" : "75",
"temp-target" : "70",
"expiry" : "1",
"gpu-dyninterval" : "7",
"log" : "5",
"queue" : "0",
"retry-pause" : "5",
"scan-time" : "30",
"scrypt" : true,
"scrypt-jane" : true,
"sj-time" : "1388361600",
"sj-nfmin" : "4",
"sj-nfmax" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"shaders" : "2048",
"thread-concurrency" : "16384",
"gpu-thread" : "2",
"gpu-engine" : "1070",
"sharethreads" : "32",
"lookup-gap" : "2",
"gpu-powertune" : "20",
"gpu-memclock" : "1500"
}

what wrong?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 09/03/2014, 06:02:30 UTC
Hi all
please, help me to tune rig with 2*280x and 3GB RAM

if parameters are:   -d 0,1  -g 2 -I 12 -w 256 --thread-concurrency 16384 --lookup-gap 3                   - 0ne of 2 cards doesn't start, driver crushes

if parameters are:   -d 0,1  -w 256 -g 2 -I 12,11 --thread-concurrency 16384,8192  --lookup-gap 3     - One card do 115 kh, second 60 kh, no hw

is anybody know how to force both cards do 115 kh with 3 GB RAM?




Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 08/03/2014, 15:22:05 UTC
what happened with nitro?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 05/03/2014, 19:01:05 UTC
cryptsy vote - done
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 05/03/2014, 18:16:31 UTC
it's boring. what will happen if I transfer coins directly to exchange?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 05/03/2014, 18:10:04 UTC
why pool says don't set automatic transfer to exchange account?
what will happen if I do so?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 05/03/2014, 18:07:10 UTC

6 april.
Depends how many cards you're running, 2+ = 8GB RAM

5*r9 270x now 75 kh each at 4GB
8GB will be enouhg for next n-factor?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 05/03/2014, 17:34:39 UTC
when next n-factor will be kicked in?
how mach RAM I should have to mine UTC then?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 05/03/2014, 17:29:45 UTC
UTC transactions faster then dogecoin?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
NewSapUser
on 05/03/2014, 17:14:23 UTC
The people wanting the price lower to buy in are just as stupid as the dumper's

The lower this drops the harder it will be to get back up to its CT price

is there at least 1 real  idea why UTC rate will grow?