Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GLYPH] GlyphCoin - X11 - POW/POS | 0% premine | Illuminated
by
ScamExposer
on 17/06/2014, 09:53:07 UTC
ScamExposer where you been this whole time? It's about time someone like you shows up on these threads, seperating the wheat from the chaff! Popcorn ready.

I was busy learning C and understanding how this cryptothing works, and in the process of doing so I found that at least 90% of all the alts is just a search and replace job by dumbasses who don't know the first thing about coding.

// ppcoin: if responsible for sync-checkpoint send it
    if (pfrom && !CSyncCheckpoint::strGLYPHerPrivKey.empty())
        Checkpoints::SendSyncCheckpoint(Checkpoints::AutoSelectSyncCheckpoint());

where:  if (pfrom && !CSyncCheckpoint::strGLYPHerPrivKey.empty())
should obviously be:   if (pfrom && !CSyncCheckpoint::strmasterPrivKey.empty())

thats what you get when you just search and replace Tongue

or:

case BTC: return QString("GLYPH");
    case mBTC: return QString("mSUM");
    case uBTC: return QString::fromUtf8("μSUM");
    default: return QString("Huh");

etc. This is so utterly stupid it is amazing.

How people expect this 'dev' to deliver anything is beyond me ... if you can't even search and replace right, or read C, how on earth will you add new features?