Pages:
Author

Topic: [ANN][0.8.6] Hirocoin - X11 - NGW - Secured Blockchain - Time Warp Limitation - page 87. (Read 271641 times)

full member
Activity: 140
Merit: 100
We have a couple of months to prepare and put the groundwork in before Scrypt ASICs hit and people have to find alternatives quick. There are a lot of people in denial about the impact, but then if you are in the Litecoin crowd you do not have anything to worry about.

I am getting messages from people about being added to various services which is great but the one thing missing that is needed is a wallet.

If anyone knows an Android developer who can make crypto wallets then please let me know. This is work I would commission. This is an important step if we are to get used at the counter. We have secured the blockchain so we are a good choice but need a wallet.
hero member
Activity: 676
Merit: 500
jr. member
Activity: 209
Merit: 5
doge font has been activated
full member
Activity: 288
Merit: 100
When I changed sgminer.config parameters, window of my sgminer looks like this:



What's the reason?

delete -T end of your line.
hero member
Activity: 676
Merit: 500
When I changed sgminer.config parameters, window of my sgminer looks like this:



What's the reason?
sr. member
Activity: 308
Merit: 250
These miners take a coin through the high difficulty and lose out to multipools. It is going to be a while till we see a X11 multipool so this is a great time to mine Hirocoin.
member
Activity: 66
Merit: 10
Morning guys,

getting 2.374 out of my R9 290 tri x, does this seem about right? Loving the lower temps, I actually slept last night Smiley

LP

I don't have a 290 myself but I think, and hope, you should be able to get more out of it using your card(s).
sr. member
Activity: 331
Merit: 250
I think you could get 2.8-3.3 mh out of it
hero member
Activity: 1022
Merit: 1000
Morning guys,

getting 2.374 out of my R9 290 tri x, does this seem about right? Loving the lower temps, I actually slept last night Smiley

LP
member
Activity: 98
Merit: 10
CONFIG EXAMPLE FOR: 270x

2 x MSI 270x. Currently getting 1,360 khs each with this config and using CGMiner (it will show Kernal unknown on save, so just uncheck verify before save)


{
"pools" : [
   {
      "name" : "XXXXXXXXXXX",
      "url" : "XXXXXXXXXXX:3339",
      "user" : "XXXXXXXXXXX.XXXXXX",
      "pass" : "XXXXXXXXXXXXXXX",
      "pool-priority" : "0"
   },
   {
      "name" : "XXXXXXXXXXXXXXXXXX",
      "url" : "XXXXXXXXXXXXXXXX:3339",
      "user" : "XXXXXXXXXXXX.XXXXXX",
      "pass" : "XXXXXXXXXXXXX",
      "pool-priority" : "1"
   }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"failover-only" : true,
"log" : "5",
"no-submit-stale" : true,
"queue" : "0",
"sharelog" : "50",
"auto-fan" : true,
"gpu-threads" : "2",
"gpu-engine" : "1150",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"kernel" : "darkcoin",
"temp-target" : "65",
"temp-overheat" : "75",
"temp-cutoff" : "80",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8193",
"xintensity" : "4"
}
newbie
Activity: 1
Merit: 0
http://i61.tinypic.com/2rgcj6r.jpg

this is what i'm getting with my 2 msi 280x. I'm new to this coin (new to mining actually)  and i have a couple of questions about this:

1. is the low WU normal? its a different unit from what i'm used to so I have no idea if its still within 90% of the hashrate.
2. how many hero coins do u get with 1 280x per day? sorry i dont trust the pool statistics
3. since mining this coin gives me lower temperature than mining others i was wondering if its consuming less power to? i don't have a killawatt

here's my config:

"intensity" : "13, 13",
"worksize" : "256, 256",
"gpu-engine" : "1160",
"gpu-memclock" : "1610",
"gpu-vddc" : "1.100",
"gpu-powertune" : "-20, -20",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"temp-cutoff" : "80",
"temp-overheat" : "75",
"temp-target" : "70",

"gpu-map" : "0:1,1:0",
"auto-gpu" : true,
"expiry" : "1",
"failover-only" : true,
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"device" : "0,1",
"gpu-threads" : "2"



sr. member
Activity: 252
Merit: 250
After lot of time i spend to get the correct settings for my Asus 280x the following settings giving me 2.235M/H

Well that's more than I'm getting out of my 290x so you're doing something better than I am at least
full member
Activity: 210
Merit: 100
After lot of time i spend to get the correct settings for my Asus 280x the following settings giving me 2.235M/H

Code:
sgminer.exe -k darkcoin -o stratum+tcp://stratum.forkpool.com:6347 -u xxxx -p xxxx -g 2 --thread-concurrency 8192 --gpu-memclock 1600 --gpu-engine 1150 --gpu-powertune d --auto-fan --gpu-fan 50-100 --temp-overheat 75 --temp-cutoff 85 --intensity 13

Result

Code:
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  61.0C 1869RPM | 2.225M/2.243Mh/s | R:  0.0% HW:0 WU:0.036/m I:13
 GPU 1:  53.0C 1956RPM | 2.231M/2.244Mh/s | R:  0.0% HW:0 WU:0.031/m I:13
 GPU 2:  56.0C 1927RPM | 2.231M/2.244Mh/s | R:  0.0% HW:0 WU:0.030/m I:13

I hope this helps some one without struggling like me and i want to check if the GPU temps are ok or not

Special thanks to Freyja

Using the following batch file but i am getting 55k/h what i am doing wrong

sgminer -k darkcoin -o stratum+tcp://stratum.pool.com:6347 -u xxxx -p xxxx
 -w 256,256,256 -I 13,13,13 -g 2 --lookup-gap 2,2,2 --gpu-powertune -20,-20,-20
--temp-overheat 85,85,85 --temp-cutoff 90,90,90 --gpu-memclock 1500,1500,1500 --gpu-engine 1000,1000,1000 --thread-concurrency 8191,8191,8191

I am having 3 asus 280x and how to configure sgminer for X11 algo can some one share their settings including config file and how to create batch file

Thanks for your help


leave the same as scrypt
member
Activity: 98
Merit: 10
<3 Hirocoin!

But can anyone advise - is this normal?

[09:41:35] Accepted 556eadb6 Diff 0.000/0.000 GPU 1
[09:41:40] Accepted 32e3bdaf Diff 0.000/0.000 GPU 1
[09:41:41] Accepted 0d065e26 Diff 0.000/0.000 GPU 0
[09:41:52] Accepted 274bcac7 Diff 0.000/0.000 GPU 1
[09:42:10] Accepted 67394098 Diff 0.000/0.000 GPU 1

I've searched everywhere, a few people get it but nobody has said its a problem. But difficulty 0?? I'm running 2 x 270x

Other stats:

sgminer 4.1.0 - Started: [2014-03-29 00:56:50]
--------------------------------------------------------------------------
(15s):2.804M (avg):2.762Mh/s | A:21  R:0  HW:0  WU:0.039/m
ST: 2  SS: 5  NB: 509  LW: 39241  GF: 0  RF: 0
Connected to Pool 0 (stratum) diff 0.000 as user XXXXXXXXXXXXXXX
Block: cc3e5ab4...  Diff:164  Started: [09:43:35]  Best share: 10
--------------------------------------------------------------------------
[P]ool management [G]PU management S]ettings [D]isplay options [Q]uit
 GPU 0:                | 1.384M/1.384Mh/s | R:  0.4% HW:0 WU:0.019/m I:17
 GPU 1:                | 1.376M/1.379Mh/s | R:  1.0% HW:0 WU:0.020/m I:17

******** EDIT: FIXED ***********
Downloaded latest sgminer here: https://bitcointalk.org/index.php?topic=475795.0;all
sr. member
Activity: 462
Merit: 250
PXC Research Team
yes i have

I have tried all the recommended settings still getting 55K/H and if i use scrypt-jane it will work with 5.3M/H only problem with X11 for some reason

Thanks you guys i hope i will get solution from some user

You have team viewer??

Can I try?? I am getting curious about the problem.
sr. member
Activity: 249
Merit: 250
I have tried all the recommended settings still getting 55K/H and if i use scrypt-jane it will work with 5.3M/H only problem with X11 for some reason

Thanks you guys i hope i will get solution from some user


This is mine for 7970 which should easily work on your 280x

Code:
GPU 0:  57.0C 2500RPM | 2.465M/2.449Mh/s | R:  1.0% HW:0 WU:0.034/m I:20


Code:
https://gist.github.com/Scriptiee/e925a6d8b339c0eec264


EDIT: Don't pay attention to Rejects, it's due to the pool getting attacked yesterday, normally it is at around 0.4 max
full member
Activity: 210
Merit: 100
yes i have

I have tried all the recommended settings still getting 55K/H and if i use scrypt-jane it will work with 5.3M/H only problem with X11 for some reason

Thanks you guys i hope i will get solution from some user

You have team viewer??
sr. member
Activity: 462
Merit: 250
PXC Research Team
I have tried all the recommended settings still getting 55K/H and if i use scrypt-jane it will work with 5.3M/H only problem with X11 for some reason

Thanks you guys i hope i will get solution from some user

You have team viewer??
full member
Activity: 210
Merit: 100
I have tried all the recommended settings still getting 55K/H and if i use scrypt-jane it will work with 5.3M/H only problem with X11 for some reason

Thanks you guys i hope i will get solution from some user
member
Activity: 66
Merit: 10
My configs for three(3) different cards.

7950 card(s): [1.8mh][60-70C at 50% fan.]
Code:
sgminer.exe -k darkcoin -g 2 --thread-concurrency 8192 --gpu-memclock 1375 --gpu-engine 1080 --gpu-powertune d --auto-fan --gpu-fan 50-100 --temp-overheat 75 --temp-cutoff 85 --intensity 13
280x DC2T card(s): [2.26mh][60-70C at 50% fan.]
Code:
sgminer.exe -k darkcoin -g 2 --thread-concurrency 8192 --gpu-memclock 1600 --gpu-engine 1150 --gpu-powertune d --auto-fan --gpu-fan 50-100 --temp-overheat 75 --temp-cutoff 85 --intensity 13
280x Toxic card(s): [2.38mh][60-70C at 50% fan.]
Code:
sgminer.exe -k darkcoin -g 2 --thread-concurrency 8192 --gpu-memclock 1800 --gpu-engine 1200 --gpu-powertune d --auto-fan --gpu-fan 50-100 --temp-overheat 75 --temp-cutoff 85 --intensity 13


These specs are working good for me. Hope they will perform just as good for the next person should someone try.
Pages:
Jump to: