Bitcoin Forum
May 03, 2024, 08:22:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: Altcoin Blockchain Timestamp Oddity on: February 14, 2019, 02:25:58 PM
Thank you for your response! I will go ahead and modify the 'if' statement checking timestamps to only apply the rule on blocks that are greater than 80000 in height. It just felt like masking a problem instead of fixing it, but your justification for implementing that fix makes sense.

Thanks again!
2  Alternate cryptocurrencies / Altcoin Discussion / Altcoin Blockchain Timestamp Oddity on: February 14, 2019, 03:07:29 AM
Background:

I recently began working on a dead altcoin (been abandoned by the developers for over 4 years) to gain some experience in cryptocurrency development. When I downloaded the last wallet provided by the devs (version 1.6.0) I began to sync with the last node left hosting the blockchain. My wallet stopped syncing after block 72160, with the following error in the log:

ERROR: AcceptBlock() : block's timestamp is too early compare to last block
ERROR: ProcessBlock() : AcceptBlock FAILED

After some further debugging, I found out that block 72161 had a timestamp of an hour before block 72160, hence the error.

When I looked at the source code for the previous version of the wallet (1.5.3), I noted that the code responsible for making sure that blocks with older timestamps did not come after newer ones was missing. Apparently, the devs did not add such functionality until the last released version of the coin.

Question:

What would be the best way to handle this situation? Obviously my end goal here is to patch the 1.6.0 wallet to be able to sync the blockchain. My initial thought is to add in logic to only apply the timestamp check after the problematic blocks. There are several more occurrences of older timestamped blocks being higher in the blockchain than newer ones, but nothing like that occurs after height 80000. However, this solution feels to me as though I am just masking a problem instead of doing a real fix. The only 'real' fixes that I can think of would involve messing with the blockchain, which I feel like would be wrong to do, and probably just break things even further. Anyone kind enough to lend some thoughts to this situation?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CryptoRescue | Help Animals In Need | Donation Org | Premine Donations on: November 15, 2018, 08:47:38 PM
the wallet is not synchronized, what to do? Sad Sad Sad Huh Huh Huh

Have you tried adding the nodes from the announcement post to your wallet's configuration file?

So the mining difficulty has dropped down to less than 5.  I've checked Discord and not seeing any activity. Does anyone know if this project will continue ?

While I haven't seen anything official announced about the end of this coin, things seem bleak. The official CPR pool and block explorer have been down for several days (I get a cloudflare connection timed out error when attempting to reach those sites). Additionally, the coin is being de-listed from qTrade.

EDIT:

Correction: explorer.cryptorescue.org is down (which is the block explorer I was referring to), but https://network.cryptorescue.org/ appears to be up still.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!