Bitcoin Forum
June 25, 2024, 03:45:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 [81] 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 »
  Print  
Author Topic: [ANN] [eToken] Rare | Website 11 languages | New version -> mandatory update  (Read 108284 times)
Last1212
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 20, 2014, 08:37:30 PM
 #1601

.Block mining target: 120 seconds

So why it is not changed in this 1k or 5k blocks?

Some donate will be good))))))
LTC: LLEhzonntRjo4pLqaw93ZQzw8Qdx3HQ2k7        DOGE: DCty26Yk5kbG2NfoknoyY3UajPzsmbhXP9
WDC: WYJW8RYrc3C8K7duaAWqs8YayMLLNEkWBC        CAT: 9nJcehD9dkcsrrVmJxnLJRFc61158nTvvP
instacalm
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
January 20, 2014, 08:39:28 PM
 #1602

For the last 60 minutes an average of about 3 blocks per second have been mined...

Current number of blocks as I'm posting: 52905
thekekk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 20, 2014, 08:39:57 PM
 #1603

.Block mining target: 120 seconds

So why it is not changed in this 1k or 5k blocks?
fail fork dif stuck at lowest

BTC: 1AqwCAprjKRniThdxvCDx1TMPUYsqd8ig7
EAC: eYqPmqv3AiB12Z5b2MMpNm1vXtVPnp5PPX
e-token: e4ViTyRpJF9whLiKtLaAranijfeoTrww4u
murkanovic
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
January 20, 2014, 08:41:20 PM
 #1604

OP can just delete the failblocks from the block chain, right?

I think not.
It is possible by setting a new checkpoint by minting the block after the failed fork and hardcoding inside the source. Not many other options - it's either that or I have a nice fat etok wallet for sale (few thousand etoks). Smiley

Very many profit at http://doge.pool.digiraha.ee
Last1212
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 20, 2014, 08:42:21 PM
 #1605

May smb provide source code?

Some donate will be good))))))
LTC: LLEhzonntRjo4pLqaw93ZQzw8Qdx3HQ2k7        DOGE: DCty26Yk5kbG2NfoknoyY3UajPzsmbhXP9
WDC: WYJW8RYrc3C8K7duaAWqs8YayMLLNEkWBC        CAT: 9nJcehD9dkcsrrVmJxnLJRFc61158nTvvP
zsnorbi
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
January 20, 2014, 08:44:10 PM
 #1606

OP can just delete the failblocks from the block chain, right?

I think not.
It is possible by setting a new checkpoint by minting the block after the failed fork and hardcoding inside the source. Not many other options - it's either that or I have a nice fat etok wallet for sale (few thousand etoks). Smiley

This was my ideea too. If dev wants to save the coin this is the only way
zsnorbi
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
January 20, 2014, 08:45:19 PM
 #1607

May smb provide source code?

i think this is the source code after fork
https://github.com/etoken-project/etoken
thekekk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 20, 2014, 08:46:13 PM
 #1608

OP can just delete the failblocks from the block chain, right?

I think not.
It is possible by setting a new checkpoint by minting the block after the failed fork and hardcoding inside the source. Not many other options - it's either that or I have a nice fat etok wallet for sale (few thousand etoks). Smiley

This was my ideea too. If dev wants to save the coin this is the only way

+1

BTC: 1AqwCAprjKRniThdxvCDx1TMPUYsqd8ig7
EAC: eYqPmqv3AiB12Z5b2MMpNm1vXtVPnp5PPX
e-token: e4ViTyRpJF9whLiKtLaAranijfeoTrww4u
tk808
Legendary
*
Offline Offline

Activity: 1512
Merit: 1124


Invest in your knowledge


View Profile
January 20, 2014, 08:46:25 PM
 #1609

OP can just delete the failblocks from the block chain, right?

I think not.
It is possible by setting a new checkpoint by minting the block after the failed fork and hardcoding inside the source. Not many other options - it's either that or I have a nice fat etok wallet for sale (few thousand etoks). Smiley

how much
murkanovic
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
January 20, 2014, 08:48:12 PM
 #1610

Actually, one other option. As the owner of DR etokenpool, I could just switch back to older daemon - if the dev botched this release, we should continue on the stable one (same for other pools)

Very many profit at http://doge.pool.digiraha.ee
thisisnotmyltcusername
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
January 20, 2014, 08:48:42 PM
 #1611

C surgeons required  Grin

// First version of eToken
// Diff retarget was to high.
static const int64 nTargetTimespan = 7 * 24 * 60 * 60; // eToken: 7d
static const int64 nTargetSpacing = 120; // eToken: 2 minute
static const int64 nInterval = nTargetTimespan / nTargetSpacing;

// New rules 'A' starting on block nRulesAHeight.
// The nTargetSpacing remain the same.
static const int64 nRulesAHeight = 42218;
static const int64 nATargetTimespan = 48 * 60; // 48min - 24 blocks
static const int64 nAInterval = nATargetTimespan / nTargetSpacing;
static const int64 nAdjustDiffMaxUp = 2;
static const int64 nAdjustDiffMaxDown = 4;

//
// minimum amount of work that could possibly be required nTime after
// minimum work required was nBase
//
unsigned int ComputeMinWork(unsigned int nBase, int64 nTime)
{
    // Testnet has min-difficulty blocks
    // after nTargetSpacing*2 time between blocks:
    if (fTestNet && nTime > nTargetSpacing*2)
        return bnProofOfWorkLimit.GetCompact();

    CBigNum bnResult;
    bnResult.SetCompact(nBase);
    while (nTime > 0 && bnResult < bnProofOfWorkLimit)
    {
        bnResult *= nAdjustDiffMaxDown;
        nTime -= nATargetTimespan*nAdjustDiffMaxDown;
    }
    if (bnResult > bnProofOfWorkLimit)
        bnResult = bnProofOfWorkLimit;
    return bnResult.GetCompact();
}
SharpNieSharp
Full Member
***
Offline Offline

Activity: 155
Merit: 100


View Profile
January 20, 2014, 08:52:51 PM
 #1612

where is dev....?
Nullu
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
January 20, 2014, 08:52:59 PM
 #1613

eTok is crashing hard.

BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
Amalker
Sr. Member
****
Offline Offline

Activity: 826
Merit: 250


View Profile
January 20, 2014, 08:54:24 PM
 #1614

dev, stop this!!
mueller37
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 20, 2014, 09:04:39 PM
 #1615

Actually, one other option. As the owner of DR etokenpool, I could just switch back to older daemon - if the dev botched this release, we should continue on the stable one (same for other pools)

seems like we could really just switch back to old version
old wallet syncs for me and shows this info:

{
"blocks" : 42231,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 8.61899502,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 33540696,
"pooledtx" : 0,
"testnet" : false
}
thekekk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 20, 2014, 09:05:15 PM
 #1616

Actually, one other option. As the owner of DR etokenpool, I could just switch back to older daemon - if the dev botched this release, we should continue on the stable one (same for other pools)

seems like we could really just switch back to old version
old wallet syncs for me and shows this info:

{
"blocks" : 42231,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 8.61899502,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 33540696,
"pooledtx" : 0,
"testnet" : false
}
+1

BTC: 1AqwCAprjKRniThdxvCDx1TMPUYsqd8ig7
EAC: eYqPmqv3AiB12Z5b2MMpNm1vXtVPnp5PPX
e-token: e4ViTyRpJF9whLiKtLaAranijfeoTrww4u
Anacronix
Member
**
Offline Offline

Activity: 84
Merit: 10

the cake is a lie


View Profile
January 20, 2014, 09:05:39 PM
 #1617

where is dev....?

SharpNieSharp
Full Member
***
Offline Offline

Activity: 155
Merit: 100


View Profile
January 20, 2014, 09:11:31 PM
 #1618

Dev come back. fuck this fork and all blocks after. make new one fork with good coding. Don't run away men.
Anacronix
Member
**
Offline Offline

Activity: 84
Merit: 10

the cake is a lie


View Profile
January 20, 2014, 09:14:57 PM
 #1619

Seriously now. He might just be sleeping.
illodin
Hero Member
*****
Offline Offline

Activity: 966
Merit: 1003


View Profile
January 20, 2014, 09:17:24 PM
 #1620

Ok which pool has old wallet, I'll hash there until dev wakes up.
Pages: « 1 ... 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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 [81] 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 »
  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!