XEL Project
  • XEL - community wiki
  • Linux - miner tutorial
  • Forging
  • offline-wallet
  • testing
    • ann
      • XEL December Update
      • original post : https://github.com/OrdinaryDude/elastic-core-maven/blob/master/UPD1.md
      • A New Release For XEL
    • articles
      • Safely Executing Untrusted Code
      • Debunked: You Are Not Investing
      • XEL's Payout/Payment Model
      • A Brief Introduction
      • Part 2: Broadcast to the Blockchain
      • Difference to Other Projects
      • Part 3: Storage and Iterations
      • Part 1: Your First XEL Program
      • Part 4: Using the Mining Software
    • tech
      • epl-language-notes
  • ePL Storage job
  • ePL Travelling Salesman
  • about-xeline
  • About (ePL)
  • xel-miner-guide
  • XEL - community wiki
  • To Do
  • xel-api-description
  • linux-xeline
  • XEL api
  • ePL – Advanced Tactics
  • Welcome to XEL!
  • MacOS - miner tutorial
  • Linux - tutorial
  • xel-kit-for-javascript
  • g-tnode-wallet
  • Windows - miner tutorial
  • linux-tutoria
  • ePL Sample
  • web-wallet
  • test
  • About Xel Miner
  • ePL – Programming
  • ePL – Submitting Tasks
  • support-wiki
  • xel-api
  • mac-os-xeline
  • ePL Simple job
  • windows-xeline
  • Start the xel miner
  • mac-os-tutorial
  • ePL Bitcoin Mining
  • windows-tutorial
Powered by GitBook
On this page
  • Linux - xeline tutorial
  • Install from binary
  • Install from source:
  • Video tutorial

Was this helpful?

linux-xeline

Previousxel-api-descriptionNextXEL api

Last updated 6 years ago

Was this helpful?

{.pagelogo}

Linux - xeline tutorial

Install from binary

# Make sure unzip is installed
sudo apt-get install -y unzip
​
# Download the latest linux zip archive from:
https://github.com/xel-software/xeline/releases/latest
​
# Unzip the downloaded zip archive
unzip xeline-linux.zip
​
# Go into the directory containing the binary and launch it
cd Xeline-linux-x64
./Xeline

Install from source:

# Make sure curl and git are installed
sudo apt-get install -y curl git
​
# Install a recent version of nodejs first, if you haven't already.
#For Ubuntu/Debian is works like this
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
​
# Get the repository
git clone https://github.com/xel-software/xeline.git
​
# Or if you already have it, cd into the directory containing your xeline sources and update the code
cd xeline
git pull
​
# Now, go into the directory containing your xeline sources and install all dependencies
# (needs to be done only once)
cd xeline
npm install
​
# And finally, run the application
npm start

Video tutorial

Xelbig