Author

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

member
Activity: 119
Merit: 10
I'm finally building the windows binaries of the new CPU-miner. After that I'll try to improve the performances Smiley .

For who said that GPU version is always better. Maybe this is the case, maybe it's not. It depends if and how much the code can be parallelized.
I'll try to see what CPU can achieve. And if it's not enough, I'll study the convenience to mix CPU and GPU, if I'll see that some algo cant be well parallelized on the  GPU Smiley
So here's an interesting note:

Core i7-4670K gets about 410KHash/s on DRK while using around 77W
R9 290X gets about 2000KHash/s on DRK while using around 225W (?)

Clearly the GPU is faster and more efficient, but we're only looking at a different of about 40%. Unless someone can get a speedup out of the GPU miners to the point where it's more like 1000% more efficient, CPU mining should remain viable. Just my two cents. :-)


Sorry, but your assumptions are wrong. My 4 x R9 290 rig uses about 450W when idle and about 1450W when 100% busy mining scrypt coins. However when mining DRK it only uses 900W of power (so about 112W for each card) - due to the nature of calculations (lots of random memory access in 3 or 4 hash functions) full potential of GPU cores cannot be used and they use much less power. That means mining with GPU is over 300% more efficient.

Ok, but we have to compare with total wattage right?
4xR9 -> 900W/4= 225W, 2000khs/225 = 8.88 kh/sec for Watt
i7-4670k -> 77w, 410Khs/77 = 5.32 kh/sec for Watt

Surely then, it's easier a rig of GPUs than a rig of CPUs. But this for now it's a 30% improvement for Watt, depending on what CPUs and what GPUs.
So I want to see if there is a 30% margin to improve the cpu miner.

Let me know if you and the others think that I am wrong about something...
legendary
Activity: 1708
Merit: 1049
Sorry, but your assumptions are wrong. My 4 x R9 290 rig uses about 450W when idle and about 1450W when 100% busy mining scrypt coins. However when mining DRK it only uses 900W of power (so about 112W for each card) - due to the nature of calculations (lots of random memory access in 3 or 4 hash functions) full potential of GPU cores cannot be used and they use much less power. That means mining with GPU is over 300% more efficient.

May I ask, is it possible to tamper the sgminer files in some way to get some hashes running through the cpu instead of the gpu? Like hash1 done in gpu, hash2 done in gpu, hash 3 done in cpu, hash 4 done in gpu etc...

legendary
Activity: 1246
Merit: 1000

I was looking at Qubit on the list which has 5 hashes overlapping with DRK. Fastest cpu miners are developed by the same people that develop our DRK miner. This means that GPU acceleration is 100% possible in it by "downgrading" our sgminer and making it run the 5 hashes instead of 11. Some other cpu coins have overlapping hashes too which mean GPU acceleration for them too.
maybe phm help us to porting darkcoin gpuminer on qubitcoin gpuminer))
p.s. if i dont wrong, the same part hashes is in quarkcoin, sifcoin and others forks of this coins...
phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
I'm finally building the windows binaries of the new CPU-miner. After that I'll try to improve the performances Smiley .

For who said that GPU version is always better. Maybe this is the case, maybe it's not. It depends if and how much the code can be parallelized.
I'll try to see what CPU can achieve. And if it's not enough, I'll study the convenience to mix CPU and GPU, if I'll see that some algo cant be well parallelized on the  GPU Smiley
So here's an interesting note:

Core i7-4670K gets about 410KHash/s on DRK while using around 77W
R9 290X gets about 2000KHash/s on DRK while using around 225W (?)

Clearly the GPU is faster and more efficient, but we're only looking at a different of about 40%. Unless someone can get a speedup out of the GPU miners to the point where it's more like 1000% more efficient, CPU mining should remain viable. Just my two cents. :-)


Sorry, but your assumptions are wrong. My 4 x R9 290 rig uses about 450W when idle and about 1450W when 100% busy mining scrypt coins. However when mining DRK it only uses 900W of power (so about 112W for each card) - due to the nature of calculations (lots of random memory access in 3 or 4 hash functions) full potential of GPU cores cannot be used and they use much less power. That means mining with GPU is over 300% more efficient.
member
Activity: 119
Merit: 10
I'm finally building the windows binaries of the new CPU-miner. After that I'll try to improve the performances Smiley .

Ok, here the link for the Windows binaries -> https://mega.co.nz/#!pBZzQAII!yuvzhcnx3ezLre9fek_G67D0_IyiNqIbEHKY4cKdovA
Read the README for choose the right version for your processor.
Remember, only Windows 64 bit, and only for processors that supports at least AES-NI instructions.


P.S. I hate and I still hate compiling binaries on MinGW, I spent 2 days to set a working crosscompiling environment for this.
The problem was that new versions of build of MinGW64 have a gcc that is hard linked with a new pthread library, called libwinpthread, that it's not good for compiling this... thanks to ig0tik3d for pointing to me the working version of MinGW64...
full member
Activity: 132
Merit: 100
Guys/Gals,
This what I get when I run the debug command for sgminer. Can anyone tell me what I can try to get sgminer working. I hate to keep asking rookie questions but I really like where this coin is going and besides, I guess this is how you learn. Smiley Any feedback would be great. Thanks.

....


Hey. Error 11 is very broad but I see you are running a 5000 series Radeon card and most people had the same issue. I managed to fix it on a machine running a 5970 and another running two 5770s

The issue is mainly in your settings, primarily thread concurrency causing the display drivers to fail launching.

1. Use something like this for your .bat
Quote
sgminer --kernel darkcoin -o stratum+tcp://pool.darkcoin.io:3333 -u accountname.worker -p password -I 17 -g 2 -w 256 --lookup-gap 2 --thread-concurrency 3200

I've found on both types of 5xxx cards if I try bumping thread concurrency any higher you will get Error 11, same with turning down worksize. I'm working on a fix for this now but in the mean time that should do it.

2. If the above fails, get the latest Beta display driver (14.1) from AMD from their website (and use the same settings)

http://support.amd.com/en-us/download/desktop?os=Windows%207%20-%2064

---------------------------------------------------------------------------

That should get you up and running for now, it worked for 2 of my machines and a few others on this board. Let me know if you have any more problems.
I've tried changing the thread-concurrency to 3200 and tried adding the --no-adl and it still didn't work. I have the latest driver as well. Honestly though, I've tried so many different combinations of things now, I'm not sure if I tried those both in the same .bat file. I'll give it another go. Thanks for the response. I haven't created a .conf file yet but seems as if creating the right .bat file first should at least get me started. Once I settle on some settings, then I can create a .conf
Been fiddling with settings all day and still getting:
Code:
Error -11: Building Program (clBuildProgram)
 Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!
 Failed to init GPU thread 2, disabling device 2

I am using a config file. My GPUs are the following: ASUS 6990, HIS 5770 and driver version is 13.251.0.0
sr. member
Activity: 364
Merit: 250
Pre-sale - March 18
I'm finally building the windows binaries of the new CPU-miner. After that I'll try to improve the performances Smiley .

For who said that GPU version is always better. Maybe this is the case, maybe it's not. It depends if and how much the code can be parallelized.
I'll try to see what CPU can achieve. And if it's not enough, I'll study the convenience to mix CPU and GPU, if I'll see that some algo cant be well parallelized on the  GPU Smiley

All I know is that the temp has dropped 15 degress and now my 20m^2 shoe box of an apartment won't risk flying away as the space ship it is
hero member
Activity: 540
Merit: 500
We need a good DRK/USD exchange in the near future. As Bitcoin's terrible volatility will lead darkcoin's growth into futility.
 Long road ahead  Embarrassed
hero member
Activity: 482
Merit: 500
I'm finally building the windows binaries of the new CPU-miner. After that I'll try to improve the performances Smiley .

For who said that GPU version is always better. Maybe this is the case, maybe it's not. It depends if and how much the code can be parallelized.
I'll try to see what CPU can achieve. And if it's not enough, I'll study the convenience to mix CPU and GPU, if I'll see that some algo cant be well parallelized on the  GPU Smiley
So here's an interesting note:

Core i7-4670K gets about 410KHash/s on DRK while using around 77W
R9 290X gets about 2000KHash/s on DRK while using around 225W (?)

Clearly the GPU is faster and more efficient, but we're only looking at a different of about 40%. Unless someone can get a speedup out of the GPU miners to the point where it's more like 1000% more efficient, CPU mining should remain viable. Just my two cents. :-)

What's more, if you were to throw an R9 290X at DRK and get 2MHash/s, you'll generate roughly 0.02 BTC per day. If you throw the same GPU at something like VTC, you'll generate roughly 0.02 BTC per day. And currently mining MAX (whether you like the ideas behind the coin or not!), you can get around 0.02 BTC per day. If tons of people shift to GPU mining DRK, difficulty will go up, rewards will go down, and suddenly one of the other alt-coins will be more profitable. I suspect we're going to see some big fluctuations in difficulty in the near term on DRK as people jump on and off the bandwagon.
member
Activity: 119
Merit: 10
I'm finally building the windows binaries of the new CPU-miner. After that I'll try to improve the performances Smiley .

For who said that GPU version is always better. Maybe this is the case, maybe it's not. It depends if and how much the code can be parallelized.
I'll try to see what CPU can achieve. And if it's not enough, I'll study the convenience to mix CPU and GPU, if I'll see that some algo cant be well parallelized on the  GPU Smiley
legendary
Activity: 1708
Merit: 1049

I was looking at Qubit on the list which has 5 hashes overlapping with DRK. Fastest cpu miners are developed by the same people that develop our DRK miner. This means that GPU acceleration is 100% possible in it by "downgrading" our sgminer and making it run the 5 hashes instead of 11. Some other cpu coins have overlapping hashes too which mean GPU acceleration for them too.
hero member
Activity: 532
Merit: 500
Want to get Darkcoin listed on cryptorush.in? They've contacted us and they require a fee for listing of 300DRK.

Please donate to get us listed! XxBh3RnSza7dftvMX2JZmNd6ipaTi7KGKx


Why would we pay them to be on their exchange?
There will be a time they beg us to be on their exchange  Cool

I agree.

Have a look at the stats on c-cex:
https://c-cex.com/index.html?id=stat

Usually exchanges have a commission of 0.2% ~ 0.3%, so, that is the amount they will be earning if they decide to include DRK into their website.

I am currently using c-cex.com with excellent results. For me, this site has proven to work much better than other well known exchange sites. No need to pay for additional exchanges.

C-CEX thanks jesus everyday for the bright idea they had in accepting DRK. 70%+ of their exchange is based on it. Also holy sell orders @0.00068 already
full member
Activity: 168
Merit: 100
Let the community decide if they want to pay to be on the exchange

I disagree with it personally

But if the donations reach the necessary amount, then that will naturally make the decision

I agree, leave it to the community to donate or not.

I for one say no to paying to be on an exchange. (like I actually have any say in anything Tongue)
newbie
Activity: 14
Merit: 0
Want to get Darkcoin listed on cryptorush.in? They've contacted us and they require a fee for listing of 300DRK.

Please donate to get us listed! XxBh3RnSza7dftvMX2JZmNd6ipaTi7KGKx


Why would we pay them to be on their exchange?
There will be a time they beg us to be on their exchange  Cool

I agree.

Have a look at the stats on c-cex:
https://c-cex.com/index.html?id=stat

Usually exchanges have a commission of 0.2% ~ 0.3%, so, that is the amount they will be earning if they decide to include DRK into their website.

I am currently using c-cex.com with excellent results. For me, this site has proven to work much better than other well known exchange sites. No need to pay for additional exchanges.

Not to mention that "deal" they offer shows they would list any pump and dump coin like that for the sake of devs cash. We don't need such PR due to DarkCoin's intristic value. I would rather insist on creation of wikipage/subreddit/forum/ect. so people could easier get to know about DRK.
hero member
Activity: 588
Merit: 500
Will Bitcoin Rise Again to $60,000?
Also, can we all rally round for poor 'cris1987'. he's asked me for a donation of DRK. He's only got 2700

Address XkEsi2Yu8v2h5HJfpT9pNRB48qGFdXK4FT

Short Link: http://explorer.darkcoin.io/a/XkEsi2Yu8v

Balance: 2780 DRK
Transactions in: 1
Received: 2780 DRK
Transactions out: 0
Sent: 0 DRK
Transactions
Transaction   Block   Approx. Time   Amount   Balance   Currency
d73246fc25...   7661   2014-01-30 13:40:37   2780   2780   DRK

Lol he pm'ed lots of people.. Internet begging, wtf  Roll Eyes


Fuck those hoarders. I have around 100 which I bought and have been able to cpu mine 18 since yesterday, yet you don't see me begging for coins.
hero member
Activity: 588
Merit: 500
Will Bitcoin Rise Again to $60,000?
Fuck cryptorush, that shitty exchange can go fuck themselves. We are not paying to get listed on an exchange. The big exchabges will notice the big volumes traded and will list us for free. Dark is already leading the exchange volume on poloniex, soon cryptsy, coinedup and bter are gonna beg us to list them up for their 0.2% fees.
legendary
Activity: 1708
Merit: 1049
Also, can we all rally round for poor 'cris1987'. he's asked me for a donation of DRK. He's only got 2700

Address XkEsi2Yu8v2h5HJfpT9pNRB48qGFdXK4FT

Short Link: http://explorer.darkcoin.io/a/XkEsi2Yu8v

Balance: 2780 DRK
Transactions in: 1
Received: 2780 DRK
Transactions out: 0
Sent: 0 DRK
Transactions
Transaction   Block   Approx. Time   Amount   Balance   Currency
d73246fc25...   7661   2014-01-30 13:40:37   2780   2780   DRK

Lol he pm'ed lots of people.. Internet begging, wtf  Roll Eyes
sr. member
Activity: 364
Merit: 250
Pre-sale - March 18
Rather than wanting to be on an exchange like that - it is now more about blacklisting exchanges like that. Will never support these exchanges.

Also 300DRK is not that much. I believe it's a reasonable sum to pay from the developers own pocket to show the interest in growing their coin.

But then again they should not since we would not like to support shite exchanges like that

*Opinion stated*
newbie
Activity: 42
Merit: 0
Also, can we all rally round for poor 'cris1987'. he's asked me for a donation of DRK. He's only got 2700

Address XkEsi2Yu8v2h5HJfpT9pNRB48qGFdXK4FT

Short Link: http://explorer.darkcoin.io/a/XkEsi2Yu8v

Balance: 2780 DRK
Transactions in: 1
Received: 2780 DRK
Transactions out: 0
Sent: 0 DRK
Transactions
Transaction   Block   Approx. Time   Amount   Balance   Currency
d73246fc25...   7661   2014-01-30 13:40:37   2780   2780   DRK

Hah, at least generate a new address of you're going to do that sorta thing.
full member
Activity: 126
Merit: 100
Also, can we all rally round for poor 'cris1987'. he's asked me for a donation of DRK. He's only got 2700

Address XkEsi2Yu8v2h5HJfpT9pNRB48qGFdXK4FT

Short Link: http://explorer.darkcoin.io/a/XkEsi2Yu8v

Balance: 2780 DRK
Transactions in: 1
Received: 2780 DRK
Transactions out: 0
Sent: 0 DRK
Transactions
Transaction   Block   Approx. Time   Amount   Balance   Currency
d73246fc25...   7661   2014-01-30 13:40:37   2780   2780   DRK

Lol. Greed. The struggle is real.
Jump to: