Skip to content

A GUI frontend for Monero proof-of-work hash algorithm RandomX

Notifications You must be signed in to change notification settings

jwinterm/RandomXStressGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandomXStressGUI

This program provides an easy to use GUI interface for the RandomX benchmarking tool developed by 00-matt here https://github.com/00-matt/randomx-stress.

Give it a couple seconds to start up and a couple seconds after pressing Start.

Checking Hugepages causes it to crash on my computer, but I think it's just cause I don't have hugepages enabled (it crashes if I try to run the underlying program from command line with -H also).

Not running

Running

If you want to build randomx-stress yourself, here are instructions:

Install gcc, g++, cmake, and git through your package manager

mkdir randomx/build
pushd $_
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
cp librandomx.a /usr/local/lib/
cp ../src/randomx.h /usr/local/include/
popd

git clone https://github.com/00-matt/randomx-stress.git
mkdir randomx-stress/build
cd $_
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
./randomx-stress --args --here

If you want to build an exe you can use Visual Studio on Windows (somehow...) or use mingw on Windows or as a cross compiler.

About

A GUI frontend for Monero proof-of-work hash algorithm RandomX

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages