Post
Topic
Board Altcoin Discussion
Re: Altcoin Source Code Analysis?
by
Mike Hunt
on 21/01/2017, 18:10:45 UTC
There is a guy running pools called ocminer who reviews any coin's source code that he's considering adding to a pool. He frequently makes posts about anything dodgy in a new coin's code. He would probably take payment for deeper source code analysis than the analysis he often provides for nothing.



The sourcecode is available for everyone here:
https://github.com/ocminer/ccminer-spreadcoin-pool-public

All the "magic" is i'm encrypting miner traffic over https instead of using plaintext http..

So I was basically doing 2 years ago what claymore does now with his miners - encrypting traffic between miner and pool. Of course I cannot giveaway the encryption key because it's the key that secures the connection Smiley






Hmm, are those walletbuilders created / compiled wallets?


Edit: Those indeed are walletbuilders created wallets...  Roll Eyes




The premine is huge and using walletbuilders proves that you're not able to clone a coin yourself which should be the minimum for anyone launching a coin. You won't be able to fix when forks will happen etc..



Biggest WTF: only 100 PoW blocks?!? Either you have a trojan in the wallet or you want to turn your ridiculous 19% premine into an effective 99%.

lol

https://github.com/Bartholomew32/stc-source/blob/master/src/main.h#L31

True.. 100 Blocks


https://github.com/Bartholomew32/stc-source/blob/master/src/main.h#L50

Has nothing todo with the max supply.. The dev has no clue what he's talking about..

https://github.com/Bartholomew32/stc-source/blob/master/src/main.cpp#L1004-L1008

Nice premine.. and only 100 x 600 coins for the miners Smiley wow

https://github.com/Bartholomew32/stc-source/blob/master/src/main.cpp#L2541

Aahh, now thats a nice genesis block description.. Smiley





Hmm, maybe you want to also tell miners about the premine:


https://github.com/Wozniakdev/Wozniak/blob/master/src/main.cpp#L988-L991


    "moneysupply" : 303144900.00000000,


So your statement about:
Total approx potential coins from POW: 565,000,

Is not fully true Smiley