Bitcoin Forum
June 21, 2024, 07:19:12 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Bitcoin / Group buys / Re: [OPEN] ASICMiner Tube Group Buy #1 on: August 19, 2014, 04:01:26 PM
Anyone who can help me create a label to Philippines??

+1
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Syscoin - Business on the Blockchain - LAUNCHED! on: August 17, 2014, 03:05:58 AM
4 months preparation - worst launch ever without working wallets and some odd guy posting.
this MAY end up as scam

LOL
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Syscoin - Business on the Blockchain - LAUNCHED! on: August 17, 2014, 03:03:41 AM
WINDOWS WALLET NOT SYNC...

same here
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 02, 2014, 05:39:44 PM
after an hour of observation. here's what i got.

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

5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 02, 2014, 02:19:20 PM
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)

6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 02, 2014, 02:06:16 PM
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

7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 02, 2014, 01:22:11 PM
anyone can help me out? im getting this everytime i try to run sgminer. i wonder what is the problem.

[/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.



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

8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 02, 2014, 11:08:52 AM
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.

[/URL]
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 02, 2014, 10:48:50 AM
anyone can help me out? im getting this everytime i try to run sgminer. i wonder what is the problem.

[/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"
}
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 02, 2014, 10:41:15 AM
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",
}
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 02, 2014, 10:26:04 AM
anyone can help me out? im getting this everytime i try to run sgminer. i wonder what is the problem.

[/URL]

i used the default configuration for x11 & x13 in nicehash.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RVC] / RevoCoin / POS - POW / 10,000kh miner limit / LAUNCH 22-07 on: July 30, 2014, 11:14:29 AM
Retweet for bittrex

https://twitter.com/PhobiaCrypto/status/494440677216768000
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] QIBUCK COIN - X13 - POW/POBH - 1st Proof of Baghold and asset backed. on: July 27, 2014, 03:55:46 AM
im in to this! Good luck qiwoman2!
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [Moderated] [ANN][URO] A Real Long Term Currency: 1 Uro = 1 Metric Tonne Urea on: July 26, 2014, 12:50:52 PM
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.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [Moderated] [ANN][URO] A Real Long Term Currency: 1 Uro = 1 Metric Tonne Urea on: July 22, 2014, 01:32:52 PM
This is how I feel right about now!

http://www.rivaa.in/Announcement



oi!! oi!! am i late to the party? where's the clowns!!?  Grin
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LXC][LIBREXCOIN] X11 | POW + POS | No IPO | on: July 21, 2014, 08:00:51 AM
nice logo huh,. when is the launch date?
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RVC] / RevoCoin / POS - POW / 10,000kh miner limit / launch delayed on: July 21, 2014, 07:50:54 AM
what's happening here? i thought this coin will be launched on july 17 or 18,. its already july 21 lol
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PES] Pesa - Anonymous Coin - No Premine - Dynamic Interest - PoStr on: July 21, 2014, 07:40:09 AM
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.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][URO] A Real Long Term Currency: 1 Uro = 1 Metric Tonne Urea Fertilizer on: July 10, 2014, 12:28:40 PM
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
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][URO] A Real Long Term Currency: 1 Uro = 1 Metric Tonne Urea Fertilizer on: July 10, 2014, 09:54:00 AM
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.


Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!