Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Cpuminer-Opt 1.7.0
pts/cpuminer-opt-1.7.0
- 27 October 2023 -
Update against cpuminer-opt 23.5 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/JayDDee/cpuminer-opt/archive/refs/tags/v23.5.tar.gz</URL> <MD5>95b637b252b2e67048c87f2b711aa3cf</MD5> <SHA256>cd162e75f073ede665c1b267678191c3752e08c2e0087539f369eedfb0a48e41</SHA256> <FileName>cpuminer-opt-23.5.tar.gz</FileName> <FileSize>1833025</FileSize> <PlatformSpecific>Linux, BSD</PlatformSpecific> </Package> <Package> <URL>https://github.com/JayDDee/cpuminer-opt/releases/download/v23.5/cpuminer-opt-.23.5-windows.zip</URL> <MD5>b0799939910932e80d278d7c6ab132c5</MD5> <SHA256>ed1a8fb0c2094fc4088d42d2985f8fafadef49d411c3c31c244b84b55b187314</SHA256> <FileName>cpuminer-opt-.23.5-windows.zip</FileName> <FileSize>19506825</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf cpuminer-opt-23.5.tar.gz cd cpuminer-opt-23.5 ./autogen.sh CFLAGS="-O3 $CFLAGS" ./configure --without-curl if [ $OS_TYPE = "BSD" ] then gmake -j $NUM_CPU_CORES echo $? > ~/install-exit-status else make -j $NUM_CPU_CORES echo $? > ~/install-exit-status fi cd ~ echo "#!/bin/sh cd cpuminer-opt-23.5 ./cpuminer --quiet --time-limit=30 --no-color --threads=\$NUM_CPU_CORES --benchmark \$@ | grep Benchmark > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > cpuminer-opt chmod +x cpuminer-opt
install_windows.sh
#!/bin/sh unzip -o cpuminer-opt-.23.5-windows.zip echo "#!/bin/sh ./cpuminer-avx2.exe --quiet --no-color --time-limit=30 --threads=\$NUM_CPU_CORES --benchmark \$@ | grep Benchmark > \$LOG_FILE" > cpuminer-opt chmod +x cpuminer-opt
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>[2017-12-10 18:07:01] Benchmark: #_RESULT_# MH/s</OutputTemplate> <LineHint>MH/s</LineHint> <ResultAfterString>Benchmark:</ResultAfterString> <MultiplyResultBy>1000</MultiplyResultBy> </ResultsParser> <ResultsParser> <OutputTemplate>[2017-12-10 18:07:01] Benchmark: #_RESULT_# kH/s</OutputTemplate> <LineHint>kH/s</LineHint> <ResultAfterString>Benchmark:</ResultAfterString> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Cpuminer-Opt</Title> <AppVersion>23.5</AppVersion> <Description>Cpuminer-Opt is a fork of cpuminer-multi that carries a wide range of CPU performance optimizations for measuring the potential cryptocurrency mining performance of the CPU/processor with a wide variety of cryptocurrencies. The benchmark reports the hash speed for the CPU mining performance for the selected cryptocurrency.</Description> <ResultScale>kH/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.7.0</Version> <SupportedPlatforms>Linux, BSD, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>curl, build-utilities, gmp-library, openssl-development</ExternalDependencies> <EnvironmentSize>34</EnvironmentSize> <ProjectURL>https://github.com/JayDDee/cpuminer-opt/</ProjectURL> <RepositoryURL>https://github.com/JayDDee/cpuminer-opt</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Algorithm</DisplayName> <Identifier>algo</Identifier> <ArgumentPrefix>-a </ArgumentPrefix> <Menu> <Entry> <Name>scrypt</Name> <Value>scrypt</Value> </Entry> <Entry> <Name>Triple SHA-256, Onecoin</Name> <Value>sha256t</Value> </Entry> <Entry> <Name>Quad SHA-256, Pyrite</Name> <Value>sha256q</Value> </Entry> <Entry> <Name>Myriad-Groestl</Name> <Value>myr-gr</Value> </Entry> <Entry> <Name>Magi (XMG)</Name> <Value>m7m</Value> </Entry> <Entry> <Name>Blake-2 S</Name> <Value>blake2s</Value> </Entry> <Entry> <Name>Garlicoin</Name> <Value>allium</Value> </Entry> <Entry> <Name>Ringcoin (RNG)</Name> <Value>minotaur</Value> </Entry> <Entry> <Name>Deepcoin</Name> <Value>deep</Value> </Entry> <Entry> <Name>Skeincoin</Name> <Value>skein</Value> </Entry> <Entry> <Name>LBC, LBRY Credits</Name> <Value>lbry</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>