Linux - miner tutorial

Install from Source

#install_guide
# Make sure you have all dependencies installed
sudo apt-get install git libgmp-dev libcurl4-openssl-dev libssl-dev build-essential cmake

# Get the latest source code (or run a git pull to update)
git clone https://github.com/OrdinaryDude/xel_miner

# Run CMake inside xel_miner folder
cd xel_miner
cmake .

# Compile
make

You can test if it’s functioning properly by running:

#run
xel_miner --test-vm examples/SHA256_BTC.epl

Video tutorial

Start the xel_miner

Last updated