Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED!
by
automake
on 24/01/2014, 02:18:20 UTC
If you would like to try my build of xptminer used for ypool, the code is compiling for linux or windows here: https://github.com/clintar/xptMiner
x86_64 binary here: https://dl.dropboxusercontent.com/u/105316582/xptclintar.zip


If you compile it for linux, you can try to get a speed increase using llvm/clang by running
Code:
make CXX=clang++ CC=clang
instead of just make

Notes about speed:
I'm getting mixed feedback about speed. Some the windows binary is faster than jh00's linked at ypool's howto page, a few said it was slower. On my machine, the windows build runs faster in wine than compiling it native, but my coworker's machine runs much faster native, and even faster after compiling with llvm/clang. Almost double from wine or even running the windows version in native windows (he dual boots).

So try multiple ways if you can and please let me know if it runs better for you or not, either way, and what cpu type, distro, and compiler version if you compile it.

Disclosure:
It's got a 1% fee by default, which you can set the amount with -d.


why clang is faster than g++ ?