How To Mine Xelis

Node/Wallet/Default Xelis Miner Linkhttps://github.com/xelis-project/xelis-blockchain Fast Sync command for node –allow-fast-sync

DeroLuna (CPU Miner)https://github.com/DeroLuna/xelis-miner

All Father GPU Miner (0.4.2 works on CPUs Newer Is All GPU)https://github.com/3DP-The-AllFather/xelis-gpu-miner

HiveOS Commands – DeroLuna copy this command and use in the HiveOS run command line be sure to change to your wallet address and dual epycs will need to use -n 255 at the end of it to set threads.

cd /tmp && wget https://github.com/DeroLuna/xelis-miner/releases/download/v0.2/xelis_luna_miner_linux.tar.gz && tar xvf xelis_luna_miner_linux.tar.gz && cd /tmp/ && ./xelis_luna_miner -m xel:xgmw7gyzt0va98eqc27ul6n5qzceagjysl80093jf9vqgr6k4ejsqzxhx27 -n 255

All Father CPU Flight Sheet – copy this line to your custom miner then use the same extra config arguments (change the wallet address to yours)

https://private.viporlab.net/files/xelis-taxminer-0.4.2.tar.gz

–cpu –host 192.168.1.128:8080 –wallet xel:xgmw7gyzt0va98eqc27ul6n5qzceagjysl80093jf9vqgr6k4ejsqzxhx27 –worker %WORKER_NAME%

All Father GPU Flight Sheet – Same as the CPU set up but gotta add your nvtool GPU OC as well as using the latest miner versions.

https://private.viporlab.net/files/xelis-taxminer-0.7.1.1.tar.gz

$(nvtool –setcoreoffset 300 –setclocks 1400 –setmem 5001)
–host 192.168.1.128:8080 –wallet xel:xgmw7gyzt0va98eqc27ul6n5qzceagjysl80093jf9vqgr6k4ejsqzxhx27 –worker %WORKER_NAME%

Windows Luna Miner Bat File

xelis_luna_miner.exe –miner-address xel:xgmw7gyzt0va98eqc27ul6n5qzceagjysl80093jf9vqgr6k4ejsqzxhx27 –daemon-address http://192.168.1.128:8080/ -n 30

Default Xelis Miner Bat File

xelis_miner.exe –miner-address xel:xgmw7gyzt0va98eqc27ul6n5qzceagjysl80093jf9vqgr6k4ejsqzxhx27 –daemon-address http://192.168.1.128:8080/

Leave a comment