Pages:
Author

Topic: [ANN]Joincoin (J) ToR Anonymous All Algorithm mining! *1.3 WALLET UPDATE!* - page 32. (Read 118639 times)

legendary
Activity: 1151
Merit: 1001
IS THERE ANYONE< DEV INCLUDED WHO CAN HELP TO RUN THE NEW WALLET?Huh??

Or at least willing to give link to the old wallet?
full member
Activity: 229
Merit: 100
How premayn? Lots of coins for sale on the stock exchange.
newbie
Activity: 35
Merit: 0
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?

all  alg   return 1024 * 4;

all alg is same

That is a switch case statement you noob. It's the default value in case there is no match so yes it is the same  Roll Eyes

it doesn't matter  . I am also quite concerned about all alg orphan proplem solution.

But this place does not mean sha block can orphan 1000 scrypt blocks

Maybe dev deal with this place elsewhere。   

legendary
Activity: 1120
Merit: 1000
Whales manipulating the market because they know this will fly ones it gets on bittrex Wink Easy 20k!
member
Activity: 84
Merit: 10
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
legendary
Activity: 1120
Merit: 1000
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?

all  alg   return 1024 * 4;

all alg is same

That is a switch case statement you noob. It's the default value in case there is no match so yes it is the same  Roll Eyes
newbie
Activity: 35
Merit: 0
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?

all  alg   return 1024 * 4;

all alg is same
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
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?
full member
Activity: 198
Merit: 100
Any ideas whats the fastest for this?
full member
Activity: 314
Merit: 100
einc.io
sr. member
Activity: 294
Merit: 250
what the fuck

can people stop using fucking mega and just give us the zip file no bullshit

WHY do you fucking do this
newbie
Activity: 29
Merit: 0
please can we change the logo, my eyes are burning  Huh Huh
member
Activity: 97
Merit: 10
Okay i'm in with a Scrypt Pool.. Didn't have that for a long time :-)

Tell me what other algo you want

URL @ Twitter and posted to Dev too

i want a keccak, x13, x15 and nist pool also Wink

scrypt is so dead totally unprofitable to mine now.

Ok keccak is no Problem, there is already x13 and x15 though

how about a nist5 pool too then Wink i cant find one !
member
Activity: 84
Merit: 10
sr. member
Activity: 308
Merit: 250
Okay i'm in with a Scrypt Pool.. Didn't have that for a long time :-)

Tell me what other algo you want

URL @ Twitter and posted to Dev too

i want a keccak, x13, x15 and nist pool also Wink

scrypt is so dead totally unprofitable to mine now.

Ok keccak is no Problem, there is already x13 and x15 though

How about nist?
sr. member
Activity: 364
Merit: 250
This is cool to see all the different algos coming together.  Well done dev.
legendary
Activity: 2688
Merit: 1240
Okay i'm in with a Scrypt Pool.. Didn't have that for a long time :-)

Tell me what other algo you want

URL @ Twitter and posted to Dev too

i want a keccak, x13, x15 and nist pool also Wink

scrypt is so dead totally unprofitable to mine now.

Ok keccak is no Problem, there is already x13 and x15 though
member
Activity: 97
Merit: 10
Okay i'm in with a Scrypt Pool.. Didn't have that for a long time :-)

Tell me what other algo you want

URL @ Twitter and posted to Dev too

i want a keccak, x13, x15 and nist pool also Wink

scrypt is so dead totally unprofitable to mine now.
legendary
Activity: 1151
Merit: 1001
Anyone who can send THE OLD WALLET Huh
I guess I have to run oldest client in order to have wallet created Sad
newbie
Activity: 29
Merit: 0
any chance we can get this to bittrex?
Pages:
Jump to: