Author

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

hero member
Activity: 560
Merit: 500
So what's the rationale for this block reward system? (11111 / (((Difficulty+51)/6) ^ 2))

As I understand it, the TOTAL distribution per unit time will come crashing down as network hashrate goes up. Not to mention each miner is getting a tinier slice. That's rather discouraging.

Apart from Darksend, I think this is the best feature of the coin. All other altcoins become diluted if they doesn't become a instant success like Dogecoin.

So the early adopter edge becomes even more overwhelming? Nice way to kill a coin. An exchange medium is only worth something if others agree and also have a stake. We'll just end up a small group of hoarders waiting around for something to happen. Reminds me of QRK.
newbie
Activity: 28
Merit: 0
Very interesting coin! Been skimming through this topic and decided to throw some hash power at it. Sure, it's not the most profitable coin to mine atm - but that's not why I'm here.

Hmm.
What normal hashrate for 280x, 270x and 7850?
On 280x i have 1.8mh
270x - 1.176mh
7850 - 1.050mh

Its normal?

on my 280x i get 2.18 mhash

Care to share your conf settings? Im running at approx 1800 khash per r9 280x

I've experimented with 3 different 280X' and some older GPUs using the latest GPU miner.

280X:
ASUS DC2T (1160/1750): 2.4MH/s
Gigabyte Windforce 3X (1100/1500): 2.29MH/s
Sapphire Dual-X OC (1100/1500): 2.16MH/s

Fans at 60% = 60C-64C in a 29C ambient room

Code:
-g 2 -w 256 --thread-concurrency 8192 --shaders 2048 --lookup-gap 2
No intensity setting apparently means dynamic intensity of 13-14

Older GPUs:
MSI R6970 Twin Frozr III (940/1350): 1.57MH/s
ASUS DC2 HD6950 (810/1250): 1.41MH/s   <<<--- flashed to 6970
ASUS DC2 HD6950 (810/1250): 1.32MH/s   <<<--- this donk doesn't want to get flashed

Code:
-I 18 -g 1 -w 256 --gpu-fan 60,50,50 --lookup-gap 2 --thread-concurrency 8000,8000,8192 --shaders 1536,1536,1408

Fans at 60%/50%/50% = 64C-70C in a 29C ambient room

May i know which drivers you are using for these ->
MSI R6970 Twin Frozr III (940/1350): 1.57MH/s
ASUS DC2 HD6950 (810/1250): 1.41MH/s   <<<--- flashed to 6970
ASUS DC2 HD6950 (810/1250): 1.32MH/s   <<<--- this donk doesn't want to get flashed

I cant get more than 1.3MH/s x 2 with my ASUS 6990 (830/1250) with 13.8 (beta 2) 
member
Activity: 62
Merit: 10
Thanks!

Poloniex Exchange @Poloniex
Some markets may be frozen momentarily while some new security features are tested.
legendary
Activity: 930
Merit: 1010
Now I couldn't trade on ‘https://poloniex.com/exchange’ , what happened?

I only get massage "This market iz frozen".

frozen means what? it will be OK?
Read the tweets  Tongue

"Some markets may be frozen momentarily while some new security features are tested."

https://twitter.com/Poloniex
newbie
Activity: 43
Merit: 0
Now I couldn't trade on ‘https://poloniex.com/exchange’ , what happened?

I only get massage "This market iz frozen".

frozen means what? it will be OK?
Read the tweets  Tongue
member
Activity: 112
Merit: 10
So what's the rationale for this block reward system? (11111 / (((Difficulty+51)/6) ^ 2))

As I understand it, the TOTAL distribution per unit time will come crashing down as network hashrate goes up. Not to mention each miner is getting a tinier slice. That's rather discouraging.

Apart from Darksend, I think this is the best feature of the coin. All other altcoins become diluted if they doesn't become a instant success like Dogecoin.
hero member
Activity: 560
Merit: 500
So what's the rationale for this block reward system? (11111 / (((Difficulty+51)/6) ^ 2))

As I understand it, the TOTAL distribution per unit time will come crashing down as network hashrate goes up. Not to mention each miner is getting a tinier slice. That's rather discouraging.
full member
Activity: 826
Merit: 102
Now I couldn't trade on ‘https://poloniex.com/exchange’ , what happened?

I only get massage "This market iz frozen".

frozen means what? it will be OK?
member
Activity: 62
Merit: 10
Now I couldn't trade on ‘https://poloniex.com/exchange’ , what happened?

I only get massage "This market iz frozen".
full member
Activity: 826
Merit: 102
Now I couldn't trade on ‘https://poloniex.com/exchange’ , what happened?
full member
Activity: 196
Merit: 100
You were right Chaeplin: I compile it with the drivers inside the folder, and now I have my parameters taken into account.

Thanks for all.
newbie
Activity: 51
Merit: 0
Dang. honestly, my favorite part.
Going to just stick to my day job.

I don't know if I was supposed to laugh but I did. Take out the bane quotes. Take out the Deshi Basara chant.

Hey! Put it back up! Don't take Sly's word for it - I love Bane quotes and chanting!

Back by popular demand
sr. member
Activity: 294
Merit: 250
Imanaged to install the Darkcoin miner under BAMT (thanks for all the help)

Now, one little bug remained:
None of the parameters I listed in my cgminer.conf are taken into account, except for the pool (I know it because I started mining).
My mem-clock, gpu-clock, gpu-fan, are ignored.

It's a huge problem because of my gpu-fan are so low by default and my card went up to 90° in a minute.

root@bamt-miner:/home/user# vi /etc/bamt/cgminer.conf
{
"pools" : [
        {
                "url" : "stratum+tcp://pool.darkcoin.io:3333",
                "user" : "",
                "pass" : ""
        },
        {
                "url" : "http://us.litecoinpool.org:9332",
                "user" : "drkow.bamt",
                "pass" : "1"
        }
]
,
"intensity" : "20",
"vectors" : "1",
"worksize" : "256",
"kernel" : "darkcoin",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"gpu-fan" : "99",
"api-port" : "4028",
"gpu-threads" : "1",
"gpu-engine" : "1000,1000,1020",
"gpu-memclock" : "1100",
"gpu-powertune" : "20",
"log" : "5",
"queue" : "1",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}


I just noticed that my Intensity is read as well, so may be it's juste everything connected to my Gpu that is not taken into account


Litecoin : scrypt
Darkcoin : darkcoin(X11)

backup us.litecoinpool.org will not work.


FAN ? probably amd adl library missing ?


https://github.com/prettyhatemachine/sph-sgminer new miner
full member
Activity: 196
Merit: 100
Imanaged to install the Darkcoin miner under BAMT (thanks for all the help)

Now, one little bug remained:
None of the parameters I listed in my cgminer.conf are taken into account, except for the pool (I know it because I started mining).
My mem-clock, gpu-clock, gpu-fan, are ignored.

It's a huge problem because of my gpu-fan are so low by default and my card went up to 90° in a minute.

root@bamt-miner:/home/user# vi /etc/bamt/cgminer.conf
{
"pools" : [
        {
                "url" : "stratum+tcp://pool.darkcoin.io:3333",
                "user" : "",
                "pass" : ""
        },
        {
                "url" : "http://us.litecoinpool.org:9332",
                "user" : "drkow.bamt",
                "pass" : "1"
        }
]
,
"intensity" : "20",
"vectors" : "1",
"worksize" : "256",
"kernel" : "darkcoin",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"gpu-fan" : "99",
"api-port" : "4028",
"gpu-threads" : "1",
"gpu-engine" : "1000,1000,1020",
"gpu-memclock" : "1100",
"gpu-powertune" : "20",
"log" : "5",
"queue" : "1",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}


I just noticed that my Intensity is read as well, so may be it's juste everything connected to my Gpu that is not taken into account
member
Activity: 81
Merit: 100
If anything the video with its minimal production values and perceived cheesiness (by a majority of people who are spoiled with insane Hollywood type crap) could be a funny thing. It's not really good or bad, so why not perceive it as good in some grand scheme.

Anyway serious advice for those of you trading on Poloniex/etc., don't try to make this into a pump and dump thing. Like I feel like if someone sells on that current 5BTC buy order at 0.0019, then, if the buyer (new darkcoin holder) is dubious, they will later wait for someone to put up a 5+BTC order at 0.0021 for example, for simple gains. I'd try to keep a good number of Darkcoins, for the definite future this coin can hold. But this advice (of mine) isn't against making a little BTC profit as well. Just would seem annoying if large buys and sells by the same person are seen by them as the only purpose of / what can currently be done this coin, instead of seeing the entire future and all possibilities.

I've been trading there a lot in the past few days since I find it incredibly relaxing, great website. I try to keep in mind that people want to get in, and give them a few coins to make them feel like they're at least getting something. In case they feel the need to cancel and buy higher, they will have gotten still a few coins at their original price. I think that lets the most all-around good flow of feeling occur, making sure less bad tracks are had. "At least someone was kind enough to give me a few coins at this rate. But I need to buy higher now." This also lets me profit a little bit, while at the same time reducing my coin count, and making me less likely to dump so much at some very higher rate. (Even at really high rates, I find it much more peaceful to continue selling at smaller intervals; and always of course keeping an amount set aside for when actual [useful] applications for trading goods/whatever with this coin become a reality.)
full member
Activity: 168
Merit: 100
Dang. honestly, my favorite part.
Going to just stick to my day job.

I don't know if I was supposed to laugh but I did. Take out the bane quotes. Take out the Deshi Basara chant.

Hey! Put it back up! Don't take Sly's word for it - I love Bane quotes and chanting!
full member
Activity: 168
Merit: 100
I'm not sure if anyone else has worked on this but I've created a draft media release about DarkCoin and the testing. I think it's important to get the word out now that DarkSend is in development and then follow up with another release once DarkSend is active.

I'm not the most tech savvy person so would appreciate some help if I've got anything wrong but it may be better for it to be in layman's language considering the readers will largely be non tech media (and consumers of media)!

I think it needs a quote from the Dev so I've added space in there for that. Someone also needs to be the media contact (also Dev?).

Also, it would be good to start a mailing list of media (reporters who are currently covering Bitcoin and others) to send these releases to. Maybe someone could start a spreadsheet on Google docs or something?

Here is the draft release:

http://pastebin.com/UYRDqkRt

This is great, thanks! Here's an edited version with a quote from me. Let me know if you need anything else

http://pastebin.com/2uFZ6R5g

Thanks! Very happy with the edits and quote. I've cleaned it up a little and pasted a new version. Any more suggestions out there? And anyone want to start a mailing list?

http://pastebin.com/HjrXLCfg

It looks great... all we need now is a stock symbol at the bottom, and we'll totally look corporate.
newbie
Activity: 51
Merit: 0
Dang. honestly, my favorite part.
Going to just stick to my day job.

I don't know if I was supposed to laugh but I did. Take out the bane quotes. Take out the Deshi Basara chant.
full member
Activity: 126
Merit: 100
Hey guys, made this in a couple hours. Could use some constructive criticism. Let me know what you think. http://Http://youtu.be/ehTwOVKd4m4

I don't know if I was supposed to laugh but I did. Take out the bane quotes. Take out the Deshi Basara chant.
member
Activity: 95
Merit: 10
Jump to: