Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [Twecoin] [TWE] CPU ONLY - 4 op new hash| NO PREMINE| LAUNCHED!
by
skwinx
on 04/04/2014, 07:35:31 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