Bitcoin Forum
June 20, 2024, 07:57:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 »
  Print  
Author Topic: [ANN][LimecoinX Rebrand to BitSend]  (Read 110611 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
fenix79
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
June 22, 2015, 10:45:57 AM
 #441

stuck at block 101219 ?

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

more than 4 hours since the last block
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 22, 2015, 10:58:34 AM
 #442

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("<DELTA> 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.

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
AikaPool
Hero Member
*****
Offline Offline

Activity: 889
Merit: 500

AikaPool admin


View Profile WWW
June 22, 2015, 11:55:21 AM
 #443

Problem solved!
Welcome to http://aikapool.com/limx

Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 22, 2015, 11:59:04 AM
 #444

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

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
AikaPool
Hero Member
*****
Offline Offline

Activity: 889
Merit: 500

AikaPool admin


View Profile WWW
June 22, 2015, 01:51:17 PM
 #445

Stratum Port with VarDIFF: 7937
(diff 0.004 to 4)

Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 22, 2015, 01:58:00 PM
Last edit: June 22, 2015, 03:30:32 PM by Limx Dev
 #446

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

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 22, 2015, 07:01:36 PM
 #447

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

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
rajaaziz
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
June 22, 2015, 07:08:18 PM
 #448

I want to translate thread in to Indian (Hindi) language.

Do you have any bounty on it?

Please let me know.
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 22, 2015, 07:16:35 PM
 #449

I want to translate thread in to Indian (Hindi) language.

Do you have any bounty on it?

Please let me know.


Yes i 've  Smiley

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
fenix79
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
June 22, 2015, 08:03:53 PM
 #450

Last block found: 193 min ago
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 22, 2015, 09:47:09 PM
 #451

We make a test with NOMP http://pool.guldenhash.com:8000/tbs .

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
drays
Legendary
*
Offline Offline

Activity: 2548
Merit: 1073


View Profile
June 23, 2015, 11:08:41 AM
 #452

Hi Mates,

The delta diff works not correct with pools. Earlier tests were successful. We will therefore revert to the KGW.
Switch Block 102000.

The Version is aviable @ github. ( Version 11232)

Regards Christian

Isn't there any way to fix this with pools (especially if earlier tests were successful), instead of switching back and forth between Delta and KGW?  Undecided

... this space is not for rent ...
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 23, 2015, 12:23:49 PM
 #453

Hi Mates,

The delta diff works not correct with pools. Earlier tests were successful. We will therefore revert to the KGW.
Switch Block 102000.

The Version is aviable @ github. ( Version 11232)

Regards Christian

Isn't there any way to fix this with pools (especially if earlier tests were successful), instead of switching back and forth between Delta and KGW?  Undecided

Yesterday have four developers working on it.
I have received a tip from Delta Dev. I've a little Delta fix in Version 32. Perhaps this is why.
Yes that's bad. But I'd rather play it safe. Possibly it's up to core 10.  (To slow nbits update in the wallet intern)

Code:
if (block.nBits != GetNextWorkRequired(pindexPrev, &block))
                    return state.DoS(100, error("AcceptBlock() : incorrect proof of work"),
                                    REJECT_INVALID, "bad-diffbits");

Regards Smiley

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 23, 2015, 09:12:20 PM
 #454

Hi Mates,

The delta diff works not correct with pools. Earlier tests were successful. We will therefore revert to the KGW.
Switch Block 102000.

The Version is aviable @ github. ( Version 11232)

or

http://sourceforge.net/projects/limx/files/?source=navbar

Regards Christian


Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
Velgelm
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile
June 24, 2015, 12:59:32 PM
 #455

a small problem with my node work on the old version, some new of 23 June. On very few new compounds 1 or 2, the old version no connections.
At the moment, the confusion due to different versions of clients and nodes

Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 25, 2015, 07:11:54 AM
 #456

a small problem with my node work on the old version, some new of 23 June. On very few new compounds 1 or 2, the old version no connections.
At the moment, the confusion due to different versions of clients and nodes

I 've 39 Connection new and old 16. Regards ...

Softfork in 150 Blocks.

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 25, 2015, 10:50:39 AM
Last edit: June 25, 2015, 06:51:48 PM by Limx Dev
 #457

Bounty List

  • 1 x 52.000 LIMX Android Wallet 50.000 LIMX ( Open Source GitHub and Listing Android Store)
  • 3 x 1500 LIMX For an animated banner
  • 12 x 2.500 LIMX Offline Giveaway ( Post a Picture in your city in the distribution
     of LIMX Paperwallets. (at least 5 people in the image) + 10 LIMX per Giveaway/ Person  
  • 15 x 750 LIMX  Post a Picture in your city with a LIMX T -Shirt  
  • 10 x 250 LIMX Thread in your language @ Bittcointalk or equivalent  
  • 1000 x 100  LIMX Giveaway http://forum.limx.eu/index.php?board=7.0

Regards LimxSupport and Limxdev




P.S. Please Update @ Version 11232

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 25, 2015, 09:53:49 PM
 #458

Reference node works properly now.

Regards Christian

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 26, 2015, 05:34:10 AM
Last edit: June 26, 2015, 04:02:49 PM by Limx Dev
 #459

Hi @all,

Aika Pool has not updated. We have a Fork @ block 102,000.
Bittrex, Bchain, Blockexpert, Multifaucet has updated to version 32.

Code:
07:32:58
getblockhash 102031
07:32:58
0000000076dd0e59709d2c1e9b26d5b26ef513984da6a1fa476f65a04a2a9303

SPORK_1_MASTERNODE_PAYMENTS_ENFORCEMENT is now Online.

Regards Christian

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
June 26, 2015, 04:40:25 PM
 #460

Hello,

i have send 5000 LIMX for Faucet.
http://www.multifaucet.tk/index.php?faucet=LIMX

Regards


Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!