https://github.com/JayDDee/cpuminer-opt/releases Extract the source code. $ tar xvzf cpuminer-opt-x.y.z.tar.gz Alternatively it can be cloned from git. $ git clone https://github.com/JayDDee/cpuminer-opt.git Build cpuminer-opt It is recomended to Build with default options, this wi...
Linux OS. MacOS on ARM does not work natively but does work at full speed from a Linux VM using UTM & Qemu. Status cpuminer-opt-23.15 is released Update v24.2 is released with more NEON optimizations, some requiring SHA3 extension. ARM support is now feature complete, on par with x86_...
152 次提交 algo v3.16.1 4年前 api v3.4.8-dev 9年前 asm v3.8.2 7年前 compat v3.4.8-dev 9年前 junk v3.15.3 4年前 m4 v3.5.1 8年前 res Initial upload v3.4.7 9年前 simd-utils v3.16.1 4年前 .gitattributes Initial upload v3.4.7 ...
// https://en.bitcoin.it/wiki/Difficulty // // hash = diff * 2**32 // // diff_to_hash = 2**32 = 0x100000000 = 4294967296 = exp32; #define EXP16 65536. #define EXP32 4294967296. extern const long double exp32; // 2**32 extern const long double exp48; // 2**...
Code Issues 4 Pull requests 1 Actions Projects Wiki Security Insights JayDDee/cpuminer-optmaster BranchesTags Code Folders and filesLatest commit JayDDee v25.3 dd99580· Jan 17, 2025 History212 Commits algo v25.3 Jan 17, 2025 api v3.4.8-dev Sep 27, 2016...
New users are encouraged to consult the cpuminer-opt Wiki for detailed information on usage: https://github.com/JayDDee/cpuminer-opt/wiki Miner programs are often flagged as malware by antivirus programs. This is a false positive, they are flagged simply because they are cryptocurrency miners....
yishengjingcai/cpuminer-opt 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 仓库网络图 附件 附件列表 名称(点击预览或下载)大小描述上传于下载数关联分支操作 无数据支付提示 将跳转至支付宝完成支付 确定 取消 捐赠 捐赠前请先登录 取消 前往登录 登录提示 该操作需登录 Gitee 帐号,请先...
// http://en.wikipedia.org/wiki/CPUID // CPUID commands #define VENDOR_ID (0) #define CPU_INFO (1) #define CACHE_TLB_DESCRIPTOR (2) #define EXTENDED_FEATURES (7) #define HIGHEST_EXT_FUNCTION (0x80000000) #define EXTENDED_CPU_INFO (0x80000001) #define CPU_BRAND_1 (0x...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} mgpc-lab / cpuminer-opt-mgpc Public forked from JayDDee/cpuminer-opt Notifications You must be signed in to change notification settings Fork 0 Star 2 ...