Search content
Sort by

Showing 20 of 53 results by NoTToN
Post
Topic
Board Group buys
Re: [OPEN] ASICMiner Tube Group Buy #1
by
NoTToN
on 19/08/2014, 16:01:26 UTC
Anyone who can help me create a label to Philippines??

+1
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Syscoin - Business on the Blockchain - LAUNCHED!
by
NoTToN
on 17/08/2014, 03:05:58 UTC
4 months preparation - worst launch ever without working wallets and some odd guy posting.
this MAY end up as scam

LOL
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Syscoin - Business on the Blockchain - LAUNCHED!
by
NoTToN
on 17/08/2014, 03:03:41 UTC
WINDOWS WALLET NOT SYNC...

same here
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
NoTToN
on 02/08/2014, 17:39:44 UTC
after an hour of observation. here's what i got.

im having a DEAD gpu. i wonder what's the problem.

http://i8.photobucket.com/albums/a16/altaizen/3_zps1cc23f1c.png
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
NoTToN
on 02/08/2014, 14:19:20 UTC
Just search for some settings for your 280x..I get 3650kh/s for x11 ,7950.
Glad it is working now  Smiley

edit ah you are hashing x13..don't know what hashrate I get with x13..

1 more question, what if i want to add x15 in auto-switching too? what will be the value of "fx=x" for x15?

"pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0", (this pass is for x11 and x13 only)

Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
NoTToN
on 02/08/2014, 14:06:16 UTC
Make a bat file that use your config file, don't doubleclick using sgminer.exe

like this
sgminer.exe --config yourconfig.conf

i tried your advise, and its already running man! thanks alot! but it seems the WU is too low, maybe ill observe it for next few hours Grin

http://i8.photobucket.com/albums/a16/altaizen/3_zps6e9984e3.png
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
NoTToN
on 02/08/2014, 13:22:11 UTC
anyone can help me out? im getting this everytime i try to run sgminer. i wonder what is the problem.

http://i8.photobucket.com/albums/a16/altaizen/1_zpsec22da3c.png[/URL]

i used the default configuration for x11 & x13 in nicehash.

you proobably misse some comma in teh conf file, at the end there must be not.
Check default conf file of sgminer.
Or you have something wrong or missing in conf file.

as i said here must be not comma at the end
"shaders" : "0",

i already remove the comma at the end of "shaders", i now have this config. and still cant get the miner run.

Quote
Code:
{
"pools" : [
     {
          "name" : "NiceHash_X11_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "1KetVvF2Wt7hKYYHnbLzk5MPCbFUd4pcDa",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod"
     },
     {
          "name" : "NiceHash_X13_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "1KetVvF2Wt7hKYYHnbLzk5MPCbFUd4pcDa",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0",
          "nfactor" : "10",
          "algorithm" : "marucoin-mod"
     },
     {
          "name" : "some third-party X11 backup pool",
          "url" : "stratum+tcp://x11-backup-pool:3333",
          "user" : "user",
          "pass" : "pass",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod"
     }
],
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"intensity" : "18",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0"
"gpu-threads" : "4",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
there must be a comma at "shaders" : "0",
Code:
{
"pools" : [
     {
          "name" : "NiceHash_X11_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "1KetVvF2Wt7hKYYHnbLzk5MPCbFUd4pcDa",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod"
     },
     {
          "name" : "NiceHash_X13_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "1KetVvF2Wt7hKYYHnbLzk5MPCbFUd4pcDa",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0",
          "nfactor" : "10",
          "algorithm" : "marucoin-mod"
     },
     {
          "name" : "some third-party X11 backup pool",
          "url" : "stratum+tcp://x11-backup-pool:3333",
          "user" : "user",
          "pass" : "pass",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod"
     }
],
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"intensity" : "18",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0",
"gpu-threads" : "4",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
next time run it though  this site http://jsonlint.com/

Thanks for that link, its very useful. got a valid JSON now.

http://i8.photobucket.com/albums/a16/altaizen/2_zpse881860c.png

but... this is what im getting now after i run the miner

http://i8.photobucket.com/albums/a16/altaizen/1_zpsc2944626.png
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
NoTToN
on 02/08/2014, 11:08:52 UTC
you really didn't check your con file
now you mis here comma
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0",    <-
"gpu-threads" : "4",

it is logic where comma must be and where not

i already tried to remove the comma and run the miner, and i already also tried to put comma and run the miner. both have the same result.

http://i8.photobucket.com/albums/a16/altaizen/1_zpsec22da3c.png[/URL]
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
NoTToN
on 02/08/2014, 10:48:50 UTC
anyone can help me out? im getting this everytime i try to run sgminer. i wonder what is the problem.

http://i8.photobucket.com/albums/a16/altaizen/1_zpsec22da3c.png[/URL]

i used the default configuration for x11 & x13 in nicehash.

you proobably misse some comma in teh conf file, at the end there must be not.
Check default conf file of sgminer.
Or you have something wrong or missing in conf file.

as i said here must be not comma at the end
"shaders" : "0",

i already remove the comma at the end of "shaders", i now have this config. and still cant get the miner run.

Quote
{
"pools" : [
     {
          "name" : "NiceHash_X11_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "1KetVvF2Wt7hKYYHnbLzk5MPCbFUd4pcDa",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod"
     },
     {
          "name" : "NiceHash_X13_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "1KetVvF2Wt7hKYYHnbLzk5MPCbFUd4pcDa",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0",
          "nfactor" : "10",
          "algorithm" : "marucoin-mod"
     },
     {
          "name" : "some third-party X11 backup pool",
          "url" : "stratum+tcp://x11-backup-pool:3333",
          "user" : "user",
          "pass" : "pass",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod"
     }
],
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"intensity" : "18",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0"
"gpu-threads" : "4",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
NoTToN
on 02/08/2014, 10:41:15 UTC
im using this commands. and im using Sapphire 280x Toxic

Quote
{
"pools" : [
     {
          "name" : "NiceHash_X11_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "BTC",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod"
     },
     {
          "name" : "NiceHash_X13_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "BTC",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0",
          "nfactor" : "10",
          "algorithm" : "marucoin-mod"
     },
     {
          "name" : "some third-party X11 backup pool",
          "url" : "stratum+tcp://x11-backup-pool:3333",
          "user" : "user",
          "pass" : "pass",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod"
     }
],
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"intensity" : "18",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0",
}
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
NoTToN
on 02/08/2014, 10:26:04 UTC
anyone can help me out? im getting this everytime i try to run sgminer. i wonder what is the problem.

http://i8.photobucket.com/albums/a16/altaizen/1_zpsec22da3c.png[/URL]

i used the default configuration for x11 & x13 in nicehash.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RVC] / RevoCoin / POS - POW / 10,000kh miner limit / LAUNCH 22-07
by
NoTToN
on 30/07/2014, 11:14:29 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] QIBUCK COIN - X13 - POW/POBH - 1st Proof of Baghold and asset backed.
by
NoTToN
on 27/07/2014, 03:55:46 UTC
im in to this! Good luck qiwoman2!
Post
Topic
Board Announcements (Altcoins)
Re: [Moderated] [ANN][URO] A Real Long Term Currency: 1 Uro = 1 Metric Tonne Urea
by
NoTToN
on 26/07/2014, 12:50:52 UTC
We need to ask the mods to ban their accounts from this forum. Faking official documents is illegal in every state and bitcointalk.org will accept responsibility if this stays online.

Please start spamming them.


i agree with this, faking official documents have a penalty Level 5 imprisonment (10 years maximum) and its clearly stated here http://www.austlii.edu.au/au/legis/vic/consol_act/ca195882/s83a.html that bitcointalk.org has a responsibility if the document has been proven faked.

we all know that FUD is a normal strategy of some brainless wants to have cheap coins, BUT faking official documents is like hitting below the belt in boxing sports.
Post
Topic
Board Announcements (Altcoins)
Re: [Moderated] [ANN][URO] A Real Long Term Currency: 1 Uro = 1 Metric Tonne Urea
by
NoTToN
on 22/07/2014, 13:32:52 UTC

oi!! oi!! am i late to the party? where's the clowns!!?  Grin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LXC][LIBREXCOIN] X11 | POW + POS | No IPO |
by
NoTToN
on 21/07/2014, 08:00:51 UTC
nice logo huh,. when is the launch date?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RVC] / RevoCoin / POS - POW / 10,000kh miner limit / launch delayed
by
NoTToN
on 21/07/2014, 07:50:54 UTC
what's happening here? i thought this coin will be launched on july 17 or 18,. its already july 21 lol
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PES] Pesa - Anonymous Coin - No Premine - Dynamic Interest - PoStr
by
NoTToN
on 21/07/2014, 07:40:09 UTC
i cant get any confirmed/unconfimed in suprnova.cc. anyone here has a same problem with me? my miners are active 12hrs ago right now and still 0 unconfirmed balance.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][URO] A Real Long Term Currency: 1 Uro = 1 Metric Tonne Urea Fertilizer
by
NoTToN
on 10/07/2014, 12:28:40 UTC
So funny to see that many clown FUDers just pop out here today and they still squishing their brainless head to create a pointless story even 99% of this community are just making fun on them.  Roll Eyes
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][URO] A Real Long Term Currency: 1 Uro = 1 Metric Tonne Urea Fertilizer
by
NoTToN
on 10/07/2014, 09:54:00 UTC
The Police in USA, UK and Australia has been contacted to investigate the FUDers under anti-cyberbullying legislation in those countries.

Most likely, service providers will match IP addresses obtained from ISPs and online services with their respective addresses and/or ISP billing accounts.

False accusers: I believe your freedom may be important to you.