Skip to content

Stability test your system with Proof of Work cryptography...

License

Notifications You must be signed in to change notification settings

davenport651/XMBurn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XMBurn

A bash shell script that downloads and executes xmrig miner with some pre-set configurations while simplifying the output. Useful as a stability testing tool (although there are no failsafes). Currently configured for Nicehash or a monero pool.

REQUIRES: wget; jq; tar

  • On Ubuntu: sudo apt install wget jq tar

  • On RHEL/Cent: --yum install epel-release --yum install wget jq tar

  • git clone https://github.com/davenport651/XMBurn.git

  • cd XMBurn

  • chmod +x xmburn.sh

  • execute ./xmburn.sh nh for nicehash or ./xmburn.sh prv for private pool

Change the pool url or username variables in the case statement to whatever you require or use it as is.

When a new version of xmrig is released, execute ./xmburn.sh update to get the new version!

About

Stability test your system with Proof of Work cryptography...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages