cpuminer | cpuminer with mtp support | Cryptography library
kandi X-RAY | cpuminer Summary
kandi X-RAY | cpuminer Summary
This is a multi-threaded CPU miner, fork of [pooler] //github.com/pooler)'s cpuminer (see AUTHORS for list of contributors).
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cpuminer
cpuminer Key Features
cpuminer Examples and Code Snippets
Community Discussions
Trending Discussions on cpuminer
QUESTION
I'm trying to compile my CPUminer (linux/raspbian) and I'm getting the following error:
...ANSWER
Answered 2018-Jun-26 at 16:31Did sudo apt-get upgrade && sudo apt-get update
and reinstalled everything.
Somehow it's working now.. :-)
QUESTION
Essentially as the title says: Debian 9: fatal error: 'curl/curl.h' file not found, even though libcurl4-openssl-dev is installed?
config.log:
...ANSWER
Answered 2018-Jan-22 at 13:19You might need to specify the include directory at compile time.
To list your default include paths you can run the command
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cpuminer
Windows releases: https://github.com/tpruvot/cpuminer-multi/releases
Git tree: https://github.com/tpruvot/cpuminer-multi
Clone with git clone https://github.com/tpruvot/cpuminer-multi
just use ./build.sh OR. To build a 64-bit binary, export OBJECT_MODE=64. GNU-style long options are not supported, but are accessible via configuration file. All the required .lib files are now included in tree (windows only). AVX enabled by default for x64 platform (AVX2 and XOP could also be used). Install MinGW64 and the MSYS Developer Tool Kit (http://www.mingw.org/). Make sure you have mstcpip.h in MinGW\include. 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. Install openssl devel (https://www.openssl.org/related/binaries.html).
just use ./build.sh OR
To build a 64-bit binary, export OBJECT_MODE=64
GNU-style long options are not supported, but are accessible via configuration file
All the required .lib files are now included in tree (windows only)
AVX enabled by default for x64 platform (AVX2 and XOP could also be used)
Install MinGW64 and the MSYS Developer Tool Kit (http://www.mingw.org/)
Make sure you have mstcpip.h in MinGW\include
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
Install openssl devel (https://www.openssl.org/related/binaries.html)
In the MSYS shell, run:
for 64bit, you can use ./mingw64.sh else : ./autogen.sh # only needed if building from git repo ``` LIBCURL="-lcurldll" ./configure CFLAGS="-march=native" # Use -march=native if building for a single machine make ```
ARM:
No runtime CPU detection. The miner can take advantage of some instructions specific to ARMv5E and later processors, but the decision whether to use them is made at compile time, based on compiler-defined macros.
To use NEON instructions, add "-mfpu=neon" to CFLAGS.
x86:
The miner checks for SSE2 instructions support at runtime, and uses them if they are available.
x86-64:
The miner can take advantage of AVX, AVX2 and XOP instructions, but only if both the CPU and the operating system support them.
Linux supports AVX starting from kernel version 2.6.30.
FreeBSD supports AVX starting with 9.1-RELEASE.
Mac OS X added AVX support in the 10.6.8 update.
Windows supports AVX starting from Windows 7 SP1 and Windows Server 2008 R2 SP1.
The configure script outputs a warning if the assembler doesn’t support some instruction sets. In that case, the miner can still be built, but unavailable optimizations are left off.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page