The xMiner is a client application for mining Burst on a pool.
npm install xminer
git clone https://github.com/hummer-studio/xminer.git
cd xminer
npm i
NODE_ENV=production npm run build
npm run build-addon
`Configure
set environment variable:
`
PORT=3001
PLOTS_DIRECTORY_PATH=/Volumes/plots1,/Volumes/plots2
POOL_ADDRESS=http://0-100-pool.burst.cryptoguru.org:8124
WALLET_ADDRESS=https://wallet3.burst-team.us:2083
DEADLINE=15552000
MAX_READER=2
`
Run
NODE_ENV=production npm run deploy
then, visit
http://localhost:3000How to enable AVX/AVX2
replace npm run build-addon to npm run build-addon -- --avx or npm run build-addon -- --avx2`