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.6.0
pts/cpuminer-opt-1.6.0
- 24 October 2022 -
Update against cpuminer-opt 3.20.3 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/v3.20.3.tar.gz</URL> <MD5>9968bb3e1441473bffe157bd988add85</MD5> <SHA256>073ddc5ad2b62c5ffb76cfe6fc40a9d29873362040bfabc5a349306bb4454a7e</SHA256> <FileName>cpuminer-opt-3.20.3.tar.gz</FileName> <FileSize>1789988</FileSize> <PlatformSpecific>Linux, BSD</PlatformSpecific> </Package> <Package> <URL>https://github.com/JayDDee/cpuminer-opt/releases/download/v3.20.3/cpuminer-opt-3.20.3-windows.zip</URL> <MD5>cee0994c3872b44bbbd53270b8563f2f</MD5> <SHA256>5b18ce4d1b344fdd03b46537a29e59569588322ad13faf19cfa97264cc60cb3e</SHA256> <FileName>cpuminer-opt-3.20.3-windows.zip</FileName> <FileSize>18782177</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf cpuminer-opt-3.20.3.tar.gz cd cpuminer-opt-3.20.3 ./autogen.sh CFLAGS="-O3 -march=native $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-3.20.3 ./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-3.20.3-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>3.20.3</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.6.0</Version> <SupportedPlatforms>Linux, BSD, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <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>x25x</Name> <Value>x25x</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>