Pages:
Author

Topic: [ANN][LimecoinX Rebrand to BitSend] - page 35. (Read 110652 times)

copper member
Activity: 2324
Merit: 1348
June 22, 2015, 03:01:36 PM
Stratum Port with VarDIFF: 7937
(diff 0.004 to 4)

Oh lovely, i'll test it.  ..... I`ve send donate @ iRMQTRbN4Zhvn4J8qGc1EnoLCpZF5aYXLA

Edit...
...working fine

Example Delta Diff.

Diff  = 10
no block 1h later = Diff 5
no block 2h later = Diff 1

... no
copper member
Activity: 2324
Merit: 1348
June 22, 2015, 09:58:00 AM
Stratum Port with VarDIFF: 7937
(diff 0.004 to 4)

Oh lovely, i'll test it.  ..... I`ve send donate @ iRMQTRbN4Zhvn4J8qGc1EnoLCpZF5aYXLA

Edit...
...working fine

Example Delta Diff.

Diff  = 10
no block 1h later = Diff 5
no block 2h later = Diff 1
hero member
Activity: 876
Merit: 500
AikaPool admin
June 22, 2015, 09:51:17 AM
Stratum Port with VarDIFF: 7937
(diff 0.004 to 4)
copper member
Activity: 2324
Merit: 1348
June 22, 2015, 07:59:04 AM
Problem solved!
Welcome to http://aikapool.com/limx

Great Work.. i'll donate LIMX for you.  Wink


Welcome to http://aikapool.com/limx
Additional ports with fixed DIFF
compatible to wolf0-binaries (2x hashrate)
Port: 7037   Diff: 0.008   for slow GPU
Port: 7137   Diff: 0.016   for fast GPU
Port: 7237   Diff: 0.024   for rig 2xGPUs
Port: 7337   Diff: 0.032   for rig 4xGPUs
Port: 7437   Diff: 0.048   for rig 5xGPUs
Port: 7537   Diff: 0.064   for rig 6xGPUs
Port: 7637   Diff: 0.16   for NiceHash or MiningRigRentals
hero member
Activity: 876
Merit: 500
AikaPool admin
June 22, 2015, 07:55:21 AM
Problem solved!
Welcome to http://aikapool.com/limx
copper member
Activity: 2324
Merit: 1348
June 22, 2015, 06:58:34 AM
stuck at block 101219 ?

Both pools have problems with the variable Diff. But my solorig runs.

more than 4 hours since the last block
I have found block 101220, and the Mulitpool non Payer iPYorhYcCZKrK4UUnUxJhJHpDLamu8z7Fw  21 -36 .

http://www.multifaucet.tk/index.php?blockexplorer=LIMX

Code:
// Exception 2 - Reduce difficulty if current block generation time has already exceeded maximum time limit. (NB! nLongTimeLimit must exceed maximum possible drift in both positive and negative direction)
    if ((pblock-> nTime - pindexLast->GetBlockTime()) > nLongTimeLimit)  //block.nTime
    {
        // Reduce in a linear fashion at first, and then start to ramp up with a gradual exponential curve (to catch massive hash extinction events)
        int64_t nNumMissedSteps = ((pblock-> nTime - pindexLast->GetBlockTime()) / nLongTimeStep);
        if (nNumMissedSteps <= 12)
            bnNew *=  nNumMissedSteps;
        else
            bnNew *=  12 + (int64_t)std::floor(std::pow((float)1.14, (float)nNumMissedSteps - 12) + 0.5);

        if (fDebug && (nPrevHeight != pindexLast->nHeight ||  bnNew.GetCompact() != nPrevDifficulty) )
            sLogInfo +=  strprintf(" Maximum block time hit - halving difficulty %08x %s\n", bnNew.GetCompact(), bnNew.ToString().c_str());
    }

This function drops the Diff. The pools do not see it fall to the difficulty.
sr. member
Activity: 331
Merit: 250
June 22, 2015, 06:45:57 AM
stuck at block 101219 ?

Both pools have problems with the variable Diff. But my solorig runs.

more than 4 hours since the last block
copper member
Activity: 2324
Merit: 1348
June 22, 2015, 06:31:48 AM

Received   14,675.34953991 DASH  
https://chainz.cryptoid.info/dash/address.dws?XxDotRpSDzgyAkx3jHkLZD8YYZRwbcjmmA.htm
Example  Block #290030

Dash also has a non payer !!!
copper member
Activity: 2324
Merit: 1348
June 22, 2015, 06:15:53 AM
stuck at block 101219 ?

Both pools have problems with the variable Diff. But my solorig runs.
sr. member
Activity: 331
Merit: 250
June 22, 2015, 06:07:42 AM
stuck at block 101219 ?
copper member
Activity: 2324
Merit: 1348
June 22, 2015, 03:39:02 AM
All my wallets and masternodes are stuck at block 100999... Version 0.11.2.31 everywhere. Am I doing something wrong..?  Huh

Hmm... please install new from http://sourceforge.net/projects/limx/files/ or compile. You can send your debug.log. (If it does not help)



Yes, I again downloaded the binaries from http://sourceforge.net/projects/limx/files/, and the problem solved. The ones I had were from June 6, but new ones are from June 10. So there are different binaries (with different functionality) with exactly the same version (0.11.2.31)... oh, oh!, what a shame! Smiley. This actually breaks the basics of SW release production methodologies, and makes testing and reproducing issues a mess if done in more or less large company...

Anyway, nevermind... Smiley. I just want to tell it is better to change the version when compiling a binary with functional changes.

Glad that it works. We made a lot of tests. Most of the changes were the testnet.

I make a Delta Diff test now.
legendary
Activity: 2576
Merit: 1073
June 21, 2015, 07:00:21 PM
All my wallets and masternodes are stuck at block 100999... Version 0.11.2.31 everywhere. Am I doing something wrong..?  Huh

Hmm... please install new from http://sourceforge.net/projects/limx/files/ or compile. You can send your debug.log. (If it does not help)



Yes, I again downloaded the binaries from http://sourceforge.net/projects/limx/files/, and the problem solved. The ones I had were from June 6, but new ones are from June 10. So there are different binaries (with different functionality) with exactly the same version (0.11.2.31)... oh, oh!, what a shame! Smiley. This actually breaks the basics of SW release production methodologies, and makes testing and reproducing issues a mess if done in more or less large company...

Anyway, nevermind... Smiley. I just want to tell it is better to change the version when compiling a binary with functional changes.
member
Activity: 65
Merit: 10
June 21, 2015, 02:30:17 PM
All my wallets and masternodes are stuck at block 100999... Version 0.11.2.31 everywhere. Am I doing something wrong..?  Huh

Hmm... please install new from http://sourceforge.net/projects/limx/files/ or compile. You can send your debug.log. (If it does not help)


Nice, problem solved...... thank you.
copper member
Activity: 2324
Merit: 1348
June 21, 2015, 01:59:47 PM
All my wallets and masternodes are stuck at block 100999... Version 0.11.2.31 everywhere. Am I doing something wrong..?  Huh

Hmm... please install new from http://sourceforge.net/projects/limx/files/ or compile. You can send your debug.log. (If it does not help)

legendary
Activity: 2576
Merit: 1073
June 21, 2015, 01:23:58 PM
All my wallets and masternodes are stuck at block 100999... Version 0.11.2.31 everywhere. Am I doing something wrong..?  Huh
copper member
Activity: 2324
Merit: 1348
June 21, 2015, 03:52:43 AM
Detla Diff now online...

"DELTA is the most advanced diff algorithm that has been developed by the Guldencoin development team
to keep our blockchain running smooth and to give our dedicated miners better value.
Multi/Jump pools have changed the game and DELTA is our answer to them."

Regards Christian
copper member
Activity: 2324
Merit: 1348
June 19, 2015, 11:42:54 AM
Delta Diff in 450 Blocks. ( 101K) Regards  Smiley
copper member
Activity: 2324
Merit: 1348
June 19, 2015, 04:02:14 AM
https://bchain.info/LIMX/block/000000000987ea3b218823432e1324f837671b1db4765dedea4b47dc09e6c9cb

Hacker is back .... Why they could not pay correctly?

We had now rest five days...
sr. member
Activity: 331
Merit: 250
June 19, 2015, 04:00:31 AM
I had a little problem with the servers, I come back with my masternodes
copper member
Activity: 2324
Merit: 1348
June 19, 2015, 03:30:36 AM
@ shotgun1969

Nice to see you here.  Smiley

1. Use the following command in Debug Console.

"Masternode debug"

Pages:
Jump to: