Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 6205. (Read 9723748 times)

newbie
Activity: 41
Merit: 0

Did you use "kernel" as "darkcoin"

Yes, for sure, I have changed "scrypt" to "darkcoin". They are mining scrypt coins fine, so I post the configure for LTC, which shows how the rig running.  
legendary
Activity: 1456
Merit: 1000

Already tried many times. No matter how I change the configure, it's still HW...

It could help if you give us more details.

CPU: 1620
Mem:4G
Mainboard: H61 BTC
rigs: 6 x Dilan 7850 1G

This is my configure working for LTC:

"intensity" : "12,12,12,12,12,12",
"shaders" : "1024,1024,1024,1024,1024,1024",
"kernel" : "scrypt,scrypt,scrypt,scrypt,scrypt,scrypt",
"lookup-gap" : "2,2,2,2,2,2",
"thread-concurrency" : "4096,4096,4096,4096,4096,4096",
"temp-cutoff" : "95,95,95,95,95,95",
"temp-overheat" : "85,85,85,85,85,85",
"temp-target" : "75,75,75,75,75,75",
"gpu-threads" : "2",
"gpu-engine" : "985",
"gpu-memclock" : "1200",
"log" : "5",
"queue" : "1",
"scan-time" : "15",
"expiry" : "15",
"temp-hysteresis" : "3",
"scrypt" : true

I tried sph-sgminer, it wouldn't work.

Thank you for your help very much!


Hi, you must remove "scrypt" : "true.". That is telling your gpu's to mine the scrypt algorithm, which explains why you would get hardware errors, you should be doing X11 algorithm. Add "kernel" : "darkcoin" to your command line arguments and make sure you specify the kernel for each gpu that means you will need to write it like thing

"kernel" : "darkcoin,darkcoin,darkcoi,darkcoin,darkcoin,darkcoin",

If you are still getting hardware errors your thread concurrency may be too low. I see you are using intensity 12, try using all the same settings you use for cgminer first (with just a small reduction to engine clock) and see if that doesn't get you going.  

Some settings

https://docs.zoho.com/sheet/published.do?rid=12cbm2fe8ce55abb2476daa0f8c576b442d40&mode=html

Example bat (not necessarily for your GPUs)

Code:
-k darkcoin -o stratum+tcp://stratum-eu.suchpool.pw:3335 -u youruser -p x --auto-fan --gpu-fan 40-85 --temp-cutoff 92 --temp-overheat 88 --temp-target 74 -I 13 -g 2 -w 256 --lookup-gap 2 --thread-concurrency 8192 --gpu-powertune 20 --gpu-engine 1000 --shaders 1792 --gpu-memclock 1500
member
Activity: 114
Merit: 10
Its obviously going to be dumped at some point in the next 24-48 hours, so yes I'm waiting - the question is, how many jump off and what will the price be? I'm thinking it will likely drop back to 0.0025 but maybe we have some pumpers who will hold and it won't drop that low - thoughts?
legendary
Activity: 1386
Merit: 1000
we have on poloniex from now 0.005 to 0.09 over 460 BTC in sell orders

WTTTTTTTF  Shocked
hero member
Activity: 1778
Merit: 520
member
Activity: 114
Merit: 10
How long will this pump go before we drop off a bit? I need to stick some buy orders in but right now its blatantly getting pumped big time.
sr. member
Activity: 294
Merit: 250

Already tried many times. No matter how I change the configure, it's still HW...

It could help if you give us more details.

CPU: 1620
Mem:4G
Mainboard: H61 BTC
rigs: 6 x Dilan 7850 1G

This is my configure working for LTC:

"intensity" : "12,12,12,12,12,12",
"shaders" : "1024,1024,1024,1024,1024,1024",
"kernel" : "scrypt,scrypt,scrypt,scrypt,scrypt,scrypt",
"lookup-gap" : "2,2,2,2,2,2",
"thread-concurrency" : "4096,4096,4096,4096,4096,4096",
"temp-cutoff" : "95,95,95,95,95,95",
"temp-overheat" : "85,85,85,85,85,85",
"temp-target" : "75,75,75,75,75,75",
"gpu-threads" : "2",
"gpu-engine" : "985",
"gpu-memclock" : "1200",
"log" : "5",
"queue" : "1",
"scan-time" : "15",
"expiry" : "15",
"temp-hysteresis" : "3",
"scrypt" : true

I tried sph-sgminer, it wouldn't work.

Thank you for your help very much!


Hi, you must remove "scrypt" : "true.". That is telling your gpu's to mine the scrypt algorithm, which explains why you would get hardware errors, you should be doing X11 algorithm. Add "kernel" : "darkcoin" to your command line arguments and make sure you specify the kernel for each gpu that means you will need to write it like thing

"kernel" : "darkcoin,darkcoin,darkcoi,darkcoin,darkcoin,darkcoin",

If you are still getting hardware errors your thread concurrency may be too low. I see you are using intensity 12, try using all the same settings you use for cgminer first (with just a small reduction to engine clock) and see if that doesn't get you going.  
hero member
Activity: 742
Merit: 501

Already tried many times. No matter how I change the configure, it's still HW...

It could help if you give us more details.

CPU: 1620
Mem:4G
Mainboard: H61 BTC
rigs: 6 x Dilan 7850 1G

This is my configure working for LTC:

"intensity" : "12,12,12,12,12,12",
"shaders" : "1024,1024,1024,1024,1024,1024",
"kernel" : "scrypt,scrypt,scrypt,scrypt,scrypt,scrypt",
"lookup-gap" : "2,2,2,2,2,2",
"thread-concurrency" : "4096,4096,4096,4096,4096,4096",
"temp-cutoff" : "95,95,95,95,95,95",
"temp-overheat" : "85,85,85,85,85,85",
"temp-target" : "75,75,75,75,75,75",
"gpu-threads" : "2",
"gpu-engine" : "985",
"gpu-memclock" : "1200",
"log" : "5",
"queue" : "1",
"scan-time" : "15",
"expiry" : "15",
"temp-hysteresis" : "3",
"scrypt" : true

I tried sph-sgminer, it wouldn't work.

Thank you for your help very much!

Did you use "kernel" as "darkcoin"
legendary
Activity: 1456
Merit: 1000
newbie
Activity: 41
Merit: 0

Already tried many times. No matter how I change the configure, it's still HW...

It could help if you give us more details.

CPU: 1620
Mem:4G
Mainboard: H61 BTC
rigs: 6 x Dilan 7850 1G

This is my configure working for LTC:

"intensity" : "12,12,12,12,12,12",
"shaders" : "1024,1024,1024,1024,1024,1024",
"kernel" : "scrypt,scrypt,scrypt,scrypt,scrypt,scrypt",
"lookup-gap" : "2,2,2,2,2,2",
"thread-concurrency" : "4096,4096,4096,4096,4096,4096",
"temp-cutoff" : "95,95,95,95,95,95",
"temp-overheat" : "85,85,85,85,85,85",
"temp-target" : "75,75,75,75,75,75",
"gpu-threads" : "2",
"gpu-engine" : "985",
"gpu-memclock" : "1200",
"log" : "5",
"queue" : "1",
"scan-time" : "15",
"expiry" : "15",
"temp-hysteresis" : "3",
"scrypt" : true

I tried sph-sgminer, it wouldn't work.

Thank you for your help very much!
hero member
Activity: 784
Merit: 1005
Is a 100 character long password enough to secure a master node on windows? Or is it necessary to get a third party encryption?

https://bitcointalksearch.org/topic/m.4401257

100 chars should be secure enough Smiley

Nice! Anyway someone could circumvent the password on a server?  (Sorry for noob questions on securing wallets)

https://bitcointalksearch.org/topic/m.6406391

Smiley
hero member
Activity: 784
Merit: 1005
Ok hopefully we can move price discussions to https://darkcointalk.org/threads/the-wall-observer-thread-drk-btc-price-tracking-and-discussion.316/

Let's try to keep this core Darkcoin.

+1


Hi all,

Within couple of hours you can find on Play store my Darkcoin price ticker Android app.

Search terms:

- DRK price
- DRK price ticker
- Darkcoin price
- Darkcoin price ticker
- Price ticker

Or by going to the link: https://play.google.com/store/apps/details?id=nl.wiskunde.drk&hl=nl

Sincerely,

Wiskunde


Darkcoin donation address: Xs6CMP9B4uaiyYe1XqQDK5dPa5wXB1Nnn2
Thanks!!! If within a couple of hours you receive 5.55DRK donation means I was able to install it and works perfectly Smiley

newbie
Activity: 51
Merit: 0
Is a 100 character long password enough to secure a master node on windows? Or is it necessary to get a third party encryption?

https://bitcointalksearch.org/topic/m.4401257

100 chars should be secure enough Smiley

Nice! Is there any way someone could circumvent the password on a server?  (Sorry for noob questions on securing wallets)

Edit: grammar
hero member
Activity: 784
Merit: 1005
Is a 100 character long password enough to secure a master node on windows? Or is it necessary to get a third party encryption?

https://bitcointalksearch.org/topic/m.4401257

100 chars should be secure enough Smiley
newbie
Activity: 51
Merit: 0
Is a 100 character long password enough to secure a master node on windows? Or is it necessary to get a third party encryption?
hero member
Activity: 546
Merit: 500
01100100 01100001 01110011 01101000

Already tried many times. No matter how I change the configure, it's still HW...

It could help if you give us more details.
newbie
Activity: 41
Merit: 0

Already tried many times. No matter how I change the configure, it's still HW...
hero member
Activity: 742
Merit: 501
legendary
Activity: 1185
Merit: 1021
yeah nice.

1362 difficulty

30 gh/s hash rate.

everyone and their dog is mining darkcoin.

how nice.

profitability down the drain again.
Jump to: