Post
Topic
Board Announcements (Altcoins)
Re: CrownCoin (CRW) announcement
by
infernoman
on 09/10/2014, 05:06:04 UTC
65 blocks in 10 minutes. somethings wrong.

Here's a Mac build, courtesy of Coinworks.info:



https://www.dropbox.com/s/e3l9ar6hhmxxkhh/Crowncoin-0.9.2.0.dmg?dl=0

Virustotal (0/55 - Clean): https://www.virustotal.com/en/file/310e3f49fcd8eb19afe6c922fb541703427b033a547923f4bb236dbd66391a8d/analysis/1412829180/

Can't wait for this one to hit an exchange. If you need assistance with fixing the diff adjustment, feel free to contact us.

if we cant get ahold of the dev then release a wallet with an update. i should be able to fork the network over to a fork that properly adjusts difficulty.

well it seems if im correct the dev has the target to 20,160 blocks with 400% max adjustment.

difficulty is currently at 4.
should get better but for the first little while blocks are going to be found really fast.

static const int64_t nTargetTimespan = 14 * 24 * 60 * 60; // two weeks                1,209,600
static const int64_t nTargetSpacing = 1 * 60;             60
static const int64_t nInterval = nTargetTimespan / nTargetSpacing;            1,209,600 / 60 = 20,160