Author

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

full member
Activity: 168
Merit: 100
I'm trying to compile and run cpuminer in Ubuntu, and I >think< it's failing to run because I don' t have the X11 algorithm in the git pull. Everything else seems to work, but when I include "-a X11" in the command line, it tells me to type --help. If I leave the -a flag out, it connects fine via stratum, but of course all my hashes are rejected.

Where can I get it? And what do I need to do to compile and run it in Ubuntu?

Make sure you are using the miner from the web site. darkcoin.io. There is a link to the correct source there.

Sorry for the newbishness of this post -

I only see the source for the linux wallet there. Should I simply be using the wallet (-gen) to mine? I was actually trying to mine via a pool, so I was compiling the pooler cpuminer. Should I be doing something with the Qt source?
legendary
Activity: 1302
Merit: 1002
Can someone please explain the differences between Darkcoin and Anoncoin?

Anon coin is only for the tor network. Darkcoin should be anonymous on the internet full stop ('period' for my american friends)

Fedora coin with 1st mixing coins is more anonymous now...
What about DRK and botnets ? Can Dark be taken by botnet ?
If DRK devs will do their job coin will explode.
full member
Activity: 154
Merit: 100
I'm trying to compile and run cpuminer in Ubuntu, and I >think< it's failing to run because I don' t have the X11 algorithm in the git pull. Everything else seems to work, but when I include "-a X11" in the command line, it tells me to type --help. If I leave the -a flag out, it connects fine via stratum, but of course all my hashes are rejected.

Where can I get it? And what do I need to do to compile and run it in Ubuntu?

Make sure you are using the miner from the web site. darkcoin.io. There is a link to the correct source there.
full member
Activity: 168
Merit: 100
I'm trying to compile and run cpuminer in Ubuntu, and I >think< it's failing to run because I don' t have the X11 algorithm in the git pull. Everything else seems to work, but when I include "-a X11" in the command line, it tells me to type --help. If I leave the -a flag out, it connects fine via stratum, but of course all my hashes are rejected.

Where can I get it? And what do I need to do to compile and run it in Ubuntu?
full member
Activity: 280
Merit: 100
The Future Of Work
One coin(BTC) to rule them all,

One coin to premine them;

One coin to bring them all,

And in the darkness bind them.


I'm laughing so hard!  LOL  Grin  Cheesy
full member
Activity: 126
Merit: 100
One coin(BTC) to rule them all,

One coin to premine them;

One coin to bring them all,

And in the darkness bind them.
legendary
Activity: 1176
Merit: 1036
Dash Developer

I've been working on this one, I'm not sure it works. https://github.com/evan82/darkcoin-sgminer

Looks like you've prepped cgminer for the new X11 kernel, am I right? I'll send a PM to phm and see where he's at with it Smiley

My miner is based on this sgminer, I just tweaked it a little and added OpenCL X11 kernel that is currently missing in eduffield's code.

Ah, I didn't realize you based your code off mine. Can you push me the changes at least to get it working for the benefit of everyone?
hero member
Activity: 658
Merit: 500

Me and Ape spent the last couple nights defeating various bugs with the implementation. We're making huge progress to a closed alpha, there's a couple more things I want to work out, then we should be able to release something (maybe this weekend if we're lucky?  Grin)

Ps, As for naming things, I think I'm going with DarkSend. It works well in all of the different ways it needs to "Darkcoin with DarkSend", "./darkcoind darksend Xaddr 10", "Just darksend the money", "The darksend is still pending", "To see the status of the DarkSend Pool, just type getpoolinfo", and all of the classes will sound cool (DarkSend, DarkSendPool, DarkSendInfo).
Wow! Amazing dude! Real close to breaking the crypto barrier so many have tried. DarkSend is sweet!
phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO

I've been working on this one, I'm not sure it works. https://github.com/evan82/darkcoin-sgminer

Looks like you've prepped cgminer for the new X11 kernel, am I right? I'll send a PM to phm and see where he's at with it Smiley

My miner is based on this sgminer, I just tweaked it a little and added OpenCL X11 kernel that is currently missing in eduffield's code.
newbie
Activity: 42
Merit: 0
Anyone working on coinmarketcap or did we decide to wait for anonymity? In my calculations drk should be somewhere around 20.
member
Activity: 98
Merit: 10
Ps, As for naming things, I think I'm going with DarkSend. It works well in all of the different ways it needs to "Darkcoin with DarkSend", "./darkcoind darksend Xaddr 10", "Just darksend the money", "The darksend is still pending", "To see the status of the DarkSend Pool, just type getpoolinfo", and all of the classes will sound cool (DarkSend, DarkSendPool, DarkSendInfo).

I think DarkSend is the best of the bunch, but my only comment would be to avoid having CamelCase on it, when "Darkcoin" doesn't have. The problem is then that Darksend could be read as "Darks end". Ideally, there would be one that works without CamelCase without this confusion.
member
Activity: 98
Merit: 10
And now, how about collecting a good hefty bounty for a working effective GPU miner? I'd put down up to 1000 DRK - not much but if many people donate it'll build up.

If more people are interested I could work on GPU miner for a bounty. I already have something more or less working (pools are accepting shares, also solo-mined one block this night with it), but it's still very slow (nearly 2 MH/s on Radeon R9 290). Unfortunately I can't promise it will get much faster, still working on possible optimizations.

FYI

I'll put up 1000DRK, but I want the code you have now, to prove that it is getting at least what you say.

I'll match his 1000DRK

I can definitely make a GPU miner (how fast it will be is another question, but based on the algorithms in hand, they all parallelize pretty well, so I expect it to be reasonably fast).

But a few people offering 1000DRK isn't enough incentive. It's not the money (if it was, I'd make one for myself), I just need some more detail. Have you already got someone working on a GPU miner, for instance? I don't want to put 10 hours into this only to find that you've had someone else do it.

I've been working on this one, I'm not sure it works. https://github.com/evan82/darkcoin-sgminer

Looks like you've prepped cgminer for the new X11 kernel, am I right? I'll send a PM to phm and see where he's at with it Smiley
sr. member
Activity: 602
Merit: 256
Me and Ape spent the last couple nights defeating various bugs with the implementation. We're making huge progress to a closed alpha, there's a couple more things I want to work out, then we should be able to release something (maybe this weekend if we're lucky?  Grin)

nice!  Cool

congratulations on being the first to achieve this, I think it'll be a big deal. glad I discovered DarkCoin when I did.


Quote
Ps, As for naming things, I think I'm going with DarkSend. It works well in all of the different ways it needs to "Darkcoin with DarkSend", "./darkcoind darksend Xaddr 10", "Just darksend the money", "The darksend is still pending", "To see the status of the DarkSend Pool, just type getpoolinfo", and all of the classes will sound cool (DarkSend, DarkSendPool, DarkSendInfo).

sounds perfect.
full member
Activity: 280
Merit: 100
The Future Of Work
And now, how about collecting a good hefty bounty for a working effective GPU miner? I'd put down up to 1000 DRK - not much but if many people donate it'll build up.

If more people are interested I could work on GPU miner for a bounty. I already have something more or less working (pools are accepting shares, also solo-mined one block this night with it), but it's still very slow (nearly 2 MH/s on Radeon R9 290). Unfortunately I can't promise it will get much faster, still working on possible optimizations.

FYI

I'll put up 1000DRK, but I want the code you have now, to prove that it is getting at least what you say.

I'll match his 1000DRK

I can definitely make a GPU miner (how fast it will be is another question, but based on the algorithms in hand, they all parallelize pretty well, so I expect it to be reasonably fast).

But a few people offering 1000DRK isn't enough incentive. It's not the money (if it was, I'd make one for myself), I just need some more detail. Have you already got someone working on a GPU miner, for instance? I don't want to put 10 hours into this only to find that you've had someone else do it.

I've been working on this one, I'm not sure it works. https://github.com/evan82/darkcoin-sgminer

My furher, how is the anonimity module coming along? We are gaining a bit of traction. The Russians are getting antsy on the Eastern front.

LOL

But please, never ever again!!! (war) [just a little prayer]
legendary
Activity: 1176
Merit: 1036
Dash Developer
And now, how about collecting a good hefty bounty for a working effective GPU miner? I'd put down up to 1000 DRK - not much but if many people donate it'll build up.

If more people are interested I could work on GPU miner for a bounty. I already have something more or less working (pools are accepting shares, also solo-mined one block this night with it), but it's still very slow (nearly 2 MH/s on Radeon R9 290). Unfortunately I can't promise it will get much faster, still working on possible optimizations.

FYI

I'll put up 1000DRK, but I want the code you have now, to prove that it is getting at least what you say.

I'll match his 1000DRK

I can definitely make a GPU miner (how fast it will be is another question, but based on the algorithms in hand, they all parallelize pretty well, so I expect it to be reasonably fast).

But a few people offering 1000DRK isn't enough incentive. It's not the money (if it was, I'd make one for myself), I just need some more detail. Have you already got someone working on a GPU miner, for instance? I don't want to put 10 hours into this only to find that you've had someone else do it.

I've been working on this one, I'm not sure it works. https://github.com/evan82/darkcoin-sgminer

My furher, how is the anonimity module coming along? We are gaining a bit of traction. The Russians are getting antsy on the Eastern front.

Me and Ape spent the last couple nights defeating various bugs with the implementation. We're making huge progress to a closed alpha, there's a couple more things I want to work out, then we should be able to release something (maybe this weekend if we're lucky?  Grin)

Ps, As for naming things, I think I'm going with DarkSend. It works well in all of the different ways it needs to "Darkcoin with DarkSend", "./darkcoind darksend Xaddr 10", "Just darksend the money", "The darksend is still pending", "To see the status of the DarkSend Pool, just type getpoolinfo", and all of the classes will sound cool (DarkSend, DarkSendPool, DarkSendInfo).
full member
Activity: 126
Merit: 100
And now, how about collecting a good hefty bounty for a working effective GPU miner? I'd put down up to 1000 DRK - not much but if many people donate it'll build up.

If more people are interested I could work on GPU miner for a bounty. I already have something more or less working (pools are accepting shares, also solo-mined one block this night with it), but it's still very slow (nearly 2 MH/s on Radeon R9 290). Unfortunately I can't promise it will get much faster, still working on possible optimizations.

FYI

I'll put up 1000DRK, but I want the code you have now, to prove that it is getting at least what you say.

I'll match his 1000DRK

I can definitely make a GPU miner (how fast it will be is another question, but based on the algorithms in hand, they all parallelize pretty well, so I expect it to be reasonably fast).

But a few people offering 1000DRK isn't enough incentive. It's not the money (if it was, I'd make one for myself), I just need some more detail. Have you already got someone working on a GPU miner, for instance? I don't want to put 10 hours into this only to find that you've had someone else do it.

I've been working on this one, I'm not sure it works. https://github.com/evan82/darkcoin-sgminer

My furher, how is the anonimity module coming along? We are gaining a bit of traction. The Russians are getting antsy on the Eastern front.
legendary
Activity: 1176
Merit: 1036
Dash Developer
And now, how about collecting a good hefty bounty for a working effective GPU miner? I'd put down up to 1000 DRK - not much but if many people donate it'll build up.

If more people are interested I could work on GPU miner for a bounty. I already have something more or less working (pools are accepting shares, also solo-mined one block this night with it), but it's still very slow (nearly 2 MH/s on Radeon R9 290). Unfortunately I can't promise it will get much faster, still working on possible optimizations.

FYI

I'll put up 1000DRK, but I want the code you have now, to prove that it is getting at least what you say.

I'll match his 1000DRK

I can definitely make a GPU miner (how fast it will be is another question, but based on the algorithms in hand, they all parallelize pretty well, so I expect it to be reasonably fast).

But a few people offering 1000DRK isn't enough incentive. It's not the money (if it was, I'd make one for myself), I just need some more detail. Have you already got someone working on a GPU miner, for instance? I don't want to put 10 hours into this only to find that you've had someone else do it.

I've been working on this one, I'm not sure it works. https://github.com/evan82/darkcoin-sgminer
full member
Activity: 280
Merit: 100
The Future Of Work
And now, how about collecting a good hefty bounty for a working effective GPU miner? I'd put down up to 1000 DRK - not much but if many people donate it'll build up.

If more people are interested I could work on GPU miner for a bounty. I already have something more or less working (pools are accepting shares, also solo-mined one block this night with it), but it's still very slow (nearly 2 MH/s on Radeon R9 290). Unfortunately I can't promise it will get much faster, still working on possible optimizations.

FYI

I'll put up 1000DRK, but I want the code you have now, to prove that it is getting at least what you say.

I'll match his 1000DRK

I can definitely make a GPU miner (how fast it will be is another question, but based on the algorithms in hand, they all parallelize pretty well, so I expect it to be reasonably fast).

But a few people offering 1000DRK isn't enough incentive. It's not the money (if it was, I'd make one for myself), I just need some more detail. Have you already got someone working on a GPU miner, for instance? I don't want to put 10 hours into this only to find that you've had someone else do it.

Well, as you can see, phm has says he has a working, though slow Gpu miner, so you may want to work on it together?  And our fearless leader has been working on one but it doesn't work yet.  He put a link up a while ago, just ask him,, he's also putting up for the reward!  

er.. eduffield is our fearless leader ;P
newbie
Activity: 8
Merit: 0
i think there are no gnu miners yet Wink
and in general it should be cpu only Wink
full member
Activity: 224
Merit: 100
Where can I get a GPU miner?
Jump to: