Easily set up a GPU mining server for XENBLOCKS mining. A single line of code installs all dependencies and executes GPU mining. Here's how you get started:
-
Clone this Repository:
- First, clone this repository to your own public repository.
-
Update Your Address:
-
Kickstart Mining:
- Now you're all set!
- Use a single line command below to get a new GPU server up and running (from 0 to full-speed mining with one press of a button).
- Note: of course replace (JozefJarosciak/xgpu/main/gpu.sh) with path to your repo
apt update && apt -y install wget && wget https://raw.githubusercontent.com/JozefJarosciak/xgpu/main/gpu.sh && chmod +x gpu.sh && ./gpu.sh
-
Video DEMO:
Same idea as above, but now you can run multi-GPU with one command (if you order such a setup).
apt update && apt -y install wget && wget https://raw.githubusercontent.com/JozefJarosciak/xgpu/main/gpu2.sh && chmod +x gpu2.sh && ./gpu2.sh
Tail logs:
tail -f /XENGPUMiner/miner.log
tail -f /XENGPUMiner/xengpuminer.log
Maintenance kill multiple instances when needed
pkill -f "xengpuminer"