-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathBuild Guide.txt
More file actions
56 lines (39 loc) · 1.53 KB
/
Copy pathBuild Guide.txt
File metadata and controls
56 lines (39 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
¡Build for Debian Linux
apt-get update
apt-get install git automake gcc make libcurl4-openssl-dev libjansson-dev
git clone https://github.com/WIDE888/cpuminer-yescryptr16.git
cd cpuminer-yescryptr16
./build.sh
¡Build for Windows 64bit
apt-get update
apt-get install git
apt-get install build-essential
apt-get install libtool autotools-dev autoconf pkg-config
apt-get install g++-mingw-w64-x86-64 mingw-w64-x86-64-dev
apt-get install make libcurl4-openssl-dev
git clone https://github.com/WIDE888/cpuminer-yescryptr16.git
cd cpuminer-yescryptr16
cd depend
sh depend.sh
cd ..
./mingw64.sh
#copy files
cp minerd.exe depend/curl-7.38.0-devel-mingw64/bin/*.dll /mnt/c/bin/
¡Build for Termux on Android
#Download and Install Termux.
https://play.google.com/store/apps/details?id=com.termux
#Download and Install Hacker's Keyboard for using nano.
https://play.google.com/store/apps/details?id=org.pocketworkstation.pckeyboard
apt update && apt upgrade
apt -y install nano git clang openssl-dev libcurl-dev libtool libjansson-dev automake
#Modify syslog.h and comment out the following three lines.
nano ../usr/include/syslog.h
__android_log_vprint
__android_log_print
android_polyfill_vsyslog
git clone https://github.com/WIDE888/cpuminer-yescryptr16.git
cd cpuminer-yescryptr16
./autogen.sh
./configure CFLAGS="-Ofast -march=native"
make -j 4
strip -s minerd