Bitcoin Forum
May 05, 2024, 10:36:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: want to help!  (Read 390 times)
BigWait (OP)
Hero Member
*****
Offline Offline

Activity: 506
Merit: 510


View Profile
June 02, 2014, 06:07:33 AM
 #1

Can anyone help me to Compile a windows Slimminer?
slimminer fork : https://github.com/siklon/slimminer
I don't know how to compile..
Thank you .
1714905361
Hero Member
*
Offline Offline

Posts: 1714905361

View Profile Personal Message (Offline)

Ignore
1714905361
Reply with quote  #2

1714905361
Report to moderator
1714905361
Hero Member
*
Offline Offline

Posts: 1714905361

View Profile Personal Message (Offline)

Ignore
1714905361
Reply with quote  #2

1714905361
Report to moderator
1714905361
Hero Member
*
Offline Offline

Posts: 1714905361

View Profile Personal Message (Offline)

Ignore
1714905361
Reply with quote  #2

1714905361
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714905361
Hero Member
*
Offline Offline

Posts: 1714905361

View Profile Personal Message (Offline)

Ignore
1714905361
Reply with quote  #2

1714905361
Report to moderator
1714905361
Hero Member
*
Offline Offline

Posts: 1714905361

View Profile Personal Message (Offline)

Ignore
1714905361
Reply with quote  #2

1714905361
Report to moderator
1714905361
Hero Member
*
Offline Offline

Posts: 1714905361

View Profile Personal Message (Offline)

Ignore
1714905361
Reply with quote  #2

1714905361
Report to moderator
DJFML
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
June 02, 2014, 09:05:36 AM
 #2

Code:
Basic Windows build instructions, using MinGW:
Install MinGW and the MSYS Developer Tool Kit (http://www.mingw.org/)
* Make sure you have mstcpip.h in MinGW\include
If using MinGW-w64, install pthreads-w64
Install libcurl devel (http://curl.haxx.se/download.html)
* Make sure you have libcurl.m4 in MinGW\share\aclocal
* Make sure you have curl-config in MinGW\bin
In the MSYS shell, run:
./autogen.sh # only needed if building from git repo
LIBCURL="-lcurldll" ./configure CFLAGS="-O3"
make


Literally says it there, try to compile with MinGW and you'll be good to go.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!