Post
Topic
Board Altcoin Discussion
Re: MicroCash - New CryptoCurrency
by
Foxpup
on 24/04/2012, 11:55:47 UTC
MicroCash isn't released yet so the source isn't available. SolidCoin source has been available not far from when it was released, that is what I meant it's implied open source. The project it's spawning from is, why wouldn't we assume this is also?

http://solidcoin.info/downloads.html

ScamCoin is open-source? Well, that put's a whole new spin on things. Let's see what we've got here...
Code: (mining.cpp)
if(g_bTrustedMiningOnly && (pBlock->nBlockNum%2)==1 )
{
Sleep(100);
continue;
}
Huh. I've always wondered how trusted mining works. Now I know! Cheesy Does MicroCash work the same way? Grin