Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [Twecoin] [TWE] CPU ONLY - 4 op new hash| NO PREMINE| LAUNCHED!
by
kurages
on 04/04/2014, 07:45:27 UTC
Guys, can someone explain, how to compile executable miner from source?
Any guide or something else, thanks!  Wink

for linux

Code:
git clone https://bitbucket.org/dstorm/cpuminer-twe.git
./autogen.sh # only needed if building from git repo
./configure CFLAGS="-O3"
make
Executable miner for Windows, can't find detailed guide in google =(