Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Joincoin (J) ToR Anonymous All Algorithm mining! On C-CEX- Wallet updated!
by
sushipooo
on 14/08/2014, 14:58:08 UTC
from main.h:

Code:
const int64 nBlockAlgoWorkWeightStart = 99999999; // block where algo work weighting starts

Code:
    int GetAlgoWorkFactor() const
    {
        if (!TestNet() && (nHeight < nBlockAlgoWorkWeightStart))
        {
            return 1;
        }
        if (TestNet() && (nHeight < 100))
        {
            return 1;
        }
        switch (GetAlgo())
        {
            // work factor = absolute work ratio * optimisation factor
            case ALGO_SHA:
                return 1024 * 4;
            default:
                return 1024 * 4;
        }
    }

no algo work weighting? so one sha block can orphan 1000 scrypt blocks?
didn't you learn from myriad?

More FUD? do you feel important now? *golf clap