Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant
by
anonuser777
on 08/04/2014, 16:29:35 UTC
Well i wish i knew about this coin too! I was too busy mining other coins, but it seems people were complaining about it because the developers dropped the number of coins down to 22 million, making the difficulty higher, i also think there was a bug in the code that was giving a high block reward for the first few blocks before they patched it.

The reduction in coins is caused by a 7% reduction in rewards starting January 2015, it hasn't been "felt" yet.  The difficulty climbed because more people started mining it.

Stop telling lies dude. The difficulty didn't change much in the first 24 hrs. Later the retarget time was changed from 1 day to 1 hr.

Is it me or difficulty is stuck at 1.00 for the last 2 hours? The network is around 100Mh/s, and we are solving blocks faster than every 5 minutes, shouldn't diff be higher?

Yeah, it's been around 12 hours now and difficulty changed only few times. In the code there is:

static const int64 nTargetTimespan = 24 * 60 * 60; // Xcoin: 1 day
static const int64 nTargetSpacing = 2.5 * 60; // Xcoin: 2.5 minutes
static const int64 nInterval = nTargetTimespan / nTargetSpacing;

so interval between difficulty changes is 24 * 60 / 2.5 = 576 blocks. For me it looks like the target difficulty adjustment period is 1 day, not 1 hour.

You're correct.