Post
Topic
Board Altcoin Discussion
Re: deleted thread
by
bitsta
on 06/05/2014, 13:24:44 UTC
Wow interesting to see DailyDoge post here, I remember seeing your avatar on the dogecoin race live stream, your youtube videos and now here Cheesy

Since I am a noob I have basic questions:
1. How can I see total number of coins that have been mined so far and I guess now the block reward is 75,000 or 50,000?   If someone can coach me how to use the blockexplorer that would be nice.

2. Windows-qt version: https://bintray.com/theshibecoin/ShibeCoin-QT-Windows/ShibeCoin-Qt-Windows/1/view/files    
Has anyone check the source for presence of malware or backdoor?   Ever since reading about an exchange owner discovering something wrong in dafuqcoin, I am hesitant to download new wallets.   I suppose it can be run in VM/sandboxed but if someone has other coin wallets on their PC, I hope they don't disappear




hi AgentZero,

you can simply use the blockexplorer: http://blockexplorer.uni.me

or run this rpccommand: "getinfo".
it will be the output named "moneysupply".

yes we have checked the sources and also analysed the windows binaries.

see here:

ANALYSIS-REPORT: SHIBECOIN
by bitsta, ra1nb0wdash & goldmann


dear shibe-community,

you maybe already know me or bitsta from the asiacoin-thread. it was us who detected
the asiacoin-scam. we got a lot of messages from SHIBE-users regarding an analysis of SHIBE.
well as there seems to be a huge interest in this coin, we have made a detailed analysis-report which
is going to be published on our new coming coinanalysis-website. This is the short report:


we have finished the analysis of shibecoin which consisted of:
  • hex debug (analysis of memory hops)
  • analysis of data/networkcommunication
  • analysis of sourcecodes
  • analysis of blockchain
  • setting up an 3rd party blockexplorer: http://blockexplorer.uni.me


1. hex debug:
analysing the memory-hops/hex debug of shibecoin-qt on windows & OSX 10.9.2
showed ordinary processcommunication with memory.

2. analysis of data/networkcommunication:
the seednodes are beeing requested form the seednode which is
hardcoded into the wallet. there is no other "hidden" communication
except the std. walletcommunication.
Code:
// DNS seeds
// Each pair gives a source name and a seed name.
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = {
    {"levitation", "levitation.theshibecoin.com"},
    {"magnetic", "magnetic.theshibecoin.com"},
    {"testnetfield", "testnetfield.theshibecoin.com"},
};

3. analysis of sourcecodes:
sourcecodes are clean and we can confirm that there are no hidden codes
or "edited" functions:
getinfo --> moneysupply is beeing requested by function ValueFromAmount();
Code:
obj.push_back(Pair("moneysupply",   ValueFromAmount(pindexBest->nMoneySupply)));
ValueFromAmount() is clean:
Code:
Value ValueFromAmount(int64 amount)
{
    return (double)amount / (double)COIN;
}
we also checked all other rpcfunctions and can confirm that they are all clean.

4. analysis of blockchain:
the analysis of the blockchain showed that all mined blocks contained the amounts
which are declared in the OP. No hidden "superblocks".

5. we set up an blockexplorer so you can make yourself sure everything is legit:
http://blockexplorer.uni.me     


summary: shibecoin is a 100% legit coin. there was a small instamine, but thats totally normal nowadays because some pools with huge miningpower start at low diff and therefore get a lot of blocks. there is a fair distribution of the coins over the network. we will release a TOP 100 list in the next few days.

tips appreciated: SV3eTFiVnuN478ESbjnA7WDQejcag3LFFa