I hereby claim:
- I am samadsajanlal on github.
- I am cryptocharts (https://keybase.io/cryptocharts) on keybase.
- I have a public key ASBzeUnbXalfQURQg_-vNXJ0jcIzjs1ot7mR-5PiR7Pwuwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| static const int64 nTargetSpacing = 2.5 * 60; // Guldencoin: 2.5 minutes between block | |
| unsigned int static DarkGravityWave3(const CBlockIndex* pindexLast, const CBlockHeader *pblock) { | |
| /* current difficulty formula, darkcoin - DarkGravity v3, written by Evan Duffield - evan@darkcoin.io */ | |
| const CBlockIndex *BlockLastSolved = pindexLast; | |
| const CBlockIndex *BlockReading = pindexLast; | |
| const CBlockHeader *BlockCreating = pblock; | |
| BlockCreating = BlockCreating; | |
| int64 nActualTimespan = 0; |