fenix79
|
|
June 22, 2015, 10: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
|
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
June 22, 2015, 10: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// 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
|
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
June 22, 2015, 11:59:04 AM |
|
Great Work.. i'll donate LIMX for you. Welcome to http://aikapool.com/limxAdditional 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
|
|
|
AikaPool
|
|
June 22, 2015, 01:51:17 PM |
|
Stratum Port with VarDIFF: 7937 (diff 0.004 to 4)
|
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
June 22, 2015, 01:58:00 PM Last edit: June 22, 2015, 03:30:32 PM by Limx Dev |
|
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
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
June 22, 2015, 07: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
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
rajaaziz
Newbie
Offline
Activity: 45
Merit: 0
|
|
June 22, 2015, 07:08:18 PM |
|
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
Activity: 2352
Merit: 1348
|
|
June 22, 2015, 07:16:35 PM |
|
I want to translate thread in to Indian (Hindi) language.
Do you have any bounty on it?
Please let me know.
Yes i 've
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
fenix79
|
|
June 22, 2015, 08:03:53 PM |
|
Last block found: 193 min ago
|
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
June 22, 2015, 09:47:09 PM |
|
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
drays
Legendary
Offline
Activity: 2576
Merit: 1073
|
|
June 23, 2015, 11:08:41 AM |
|
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?
|
... this space is not for rent ...
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
June 23, 2015, 12:23:49 PM |
|
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? 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) if (block.nBits != GetNextWorkRequired(pindexPrev, &block)) return state.DoS(100, error("AcceptBlock() : incorrect proof of work"), REJECT_INVALID, "bad-diffbits"); Regards
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
June 23, 2015, 09:12:20 PM |
|
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=navbarRegards Christian
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
Velgelm
|
|
June 24, 2015, 12:59:32 PM |
|
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
Activity: 2352
Merit: 1348
|
|
June 25, 2015, 07:11:54 AM |
|
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
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
June 25, 2015, 10:50:39 AM Last edit: June 25, 2015, 06:51:48 PM by Limx Dev |
|
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 LimxdevP.S. Please Update @ Version 11232
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
June 25, 2015, 09:53:49 PM |
|
Reference node works properly now.
Regards Christian
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
June 26, 2015, 05:34:10 AM Last edit: June 26, 2015, 04:02:49 PM by Limx Dev |
|
Hi @all, Aika Pool has not updated. We have a Fork @ block 102,000.Bittrex, Bchain, Blockexpert, Multifaucet has updated to version 32.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
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
June 26, 2015, 04:40:25 PM |
|
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
|