Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] [GRS] GroestlCoin, Proof of Work (PoW), CPU only at launch
by
quadruples
on 22/03/2014, 21:44:19 UTC
Anyone successes to compile cpuminer under linux?  Huh

Thanks

 git clone https://github.com/GroestlCoin/GroestlCoin-cpu
 cd GroestlCoin-cpu
 #./autogen.sh
 autoreconf -vfi
 ./configure CFLAGS="-O3"
 make