Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
6065085
Topic
553593
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
Quote from: kurages on April 04, 2014, 07:29:14 AM
Guys, can someone explain, how to compile executable miner from source?
Any guide or something else, thanks!
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