Skip to content

Instantly share code, notes, and snippets.

@Umiiii
Last active September 30, 2023 07:27
Show Gist options
  • Save Umiiii/db636817b46838b7024cbb882e6d0c46 to your computer and use it in GitHub Desktop.
Save Umiiii/db636817b46838b7024cbb882e6d0c46 to your computer and use it in GitHub Desktop.
sudo apt install ocl-icd-opencl-dev cmake python3-pip nano -y &&git clone https://github.com/shanhaicoder/XENGPUMiner.git && cd XENGPUMiner && git checkout a8df19a6c5d868f47ef9a0850c04422302105452 && chmod +x build.sh &&./build.sh && pip3 install -r requirements.txt && tmux new-session -d -s s2 && tmux send-keys -t s2 "cd /root/XENGPUMiner && ./xengpuminer -b 256" C-m && tmux split-window -v && tmux send-keys -t s2 "cd /root/XENGPUMiner && python3 /root/XENGPUMiner/miner.py --account 0x3739E5d97Dc5d8139FA6Cd290B10B122F56EBC39" C-m && tmux attach -t s2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment