Post
Topic
Board Altcoin Discussion
Re: [ANN] TRC and PPC Block Explorer (WWW.CRYPTOCOINEXPLORER.COM)
by
dreamwatcher
on 28/11/2012, 10:03:16 UTC
Code:
// Genesis block
const char* pszTimestamp = "June 4th 1978 - March 6th 2009 ; Rest In Peace, Stephanie.";

Is that in the Bitcoin Genesis block? That seems like a pretty good hint to start working on in figuring out who Satoshi was.

You mean Terracoin founder? Satoshi left different message in Bitcoin genesis block.

Anyway, coin explorer does not label orphaned blocks as such, it just lists them below next valid block, as can be seen here:

http://www.cryptocoinexplorer.com:3750/block/00000000002adf857a2e75a22345e72f1c97e08ada5da7426e25b5b3d0adcbc0

Block listed below "Next block" is it's orphan, e.g. both blocks are on height 18689. "Next block (Orphan)" label would be nice.

Another thing with coin explorer and Terracoins is "Coins created" cell = how come value for it does not ends with 0.0000 ?
I mean, genesis block added 50 TRC and all subsequent blocks added 20 TRC, so there is no way sum can have 9.999 at end.

I will look into the code to identify orphan blocks and fix the issue.

The .99999 issue could be a rounding error or possibly due to odd blocks like:
http://www.cryptocoinexplorer.com:3750/block/0000000000050aa4ee9529721b046fb247df6b9ec4fada81d7a93c17d9186992

The raw transaction shows two generation transactions of 19.8 and .2 ??

I will also look into and fix the code for that also.

Thank you for bringing these issues to my attention.