benchmarker for arweave_randomx
- windows 7 .. 10 https://virdpool.com/arweave_randomx_dist/arweave_randomx.exe
- linux (ubuntu 18.04) https://virdpool.com/arweave_randomx_dist/arweave_randomx
- linux (ubuntu 20.04) https://virdpool.com/arweave_randomx_dist/arweave_randomx_20.04
start_optimized.bat
// OR (with large pages)
// how to setup large pages https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/enable-the-lock-pages-in-memory-option-windows?redirectedfrom=MSDN&view=sql-server-ver15
start_optimized2.bat
# ubuntu 18
apt-get install -y libhwloc5
# ubuntu 20
apt-get install -y libhwloc15
./start_optimized.sh
// OR (with large pages)
./start_optimized2.sh
# MSR
https://github.com/xmrig/xmrig/blob/dev/scripts/randomx_boost.sh
# install deps
apt-get install -y cmake build-essential libhwloc-dev
git clone https://github.com/virdpool/arweave_randomx
cd arweave_randomx
# install https://github.com/nvm-sh/nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
source ~/.bashrc
nvm i 14
npm i -g iced-coffee-script
npm ci
./_s1_linux_build.coffee
# switch to win
s1_win_build.bat
./s2_pre_pack.coffee
# if you don't want windows build ./s2_pre_pack.coffee --skip-win
./s3_build.coffee
# see results in dist
# you can launch
start_dist.bat
./start_dist.sh