Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures
by
NoodleDoodle
on 08/05/2014, 16:08:40 UTC
I've made a research on the commit that the NoodleDoodle has claimed to make publicly available. And you know what, I have found something very weird.

Experiment

Core I5, Windows.

Two attempts

1) Binaries compiled from the source code that NoodleDoodle committed yesterday.
2) Pre-compiled binaries that were spread on this topic.

Results

Hashrate:

1) Compiled binaries: 8.3 - 8.9 hr/s
2) Pre-compiled binaries: 15.1 - 15.5 hr/s

Come on guys, this stinks! Aren't you lying again?

My questions:

1) How exactly can the hash rates differ by the factor of 2 if they are on the same code? (Hint: it is impossible).
2) Why do the "team" claim that they've made the source code publicly available when they actually hide the real optimization?
3) Doesn't this mean that instamine is actually going on?
4) How much more the "team's" miners are optimized?

I guess, explanation is required.

Everyone is welcome to try it out themselves.

You should try compiling with ubuntu/linux, you'll see that it will run as fast as the "pre-compiled" windows binaries. This means that the build environment is the difference. For windows, you need the intel C++ compiler (version 14.0 sp1) and turn SSE3 optimization and loop unrolling for the "crypto" project only. The rest can be built using the VS2012 compiler.

Cheers.