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::str
GLYPHerPrivKey.empty())
Checkpoints::SendSyncCheckpoint(Checkpoints::AutoSelectSyncCheckpoint());
where: if (pfrom && !CSyncCheckpoint::str
GLYPHerPrivKey.empty())
should obviously be: if (pfrom && !CSyncCheckpoint::str
masterPrivKey.empty())
thats what you get when you just search and replace

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

");
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?