// 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/00000000002adf857a2e75a22345e72f1c97e08ada5da7426e25b5b3d0adcbc0Block 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.
I will also look into and fix the code for that also.
Thank you for bringing these issues to my attention.