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
  • Run XEL Lite Wallet from binaries (recommended for desktops)
  • Run XEL Lite Wallet from docker installer (recommended for servers)
  • Run XEL Lite Wallet from sources (recommended for advanced users)
  • dependencies
  • clone the repository
  • compile it
  • start from the command line:
  • Improve it
  • Troubleshooting (XEL Reference Software)

Was this helpful?

Welcome to XEL!

PreviousePL – Advanced TacticsNextMacOS - miner tutorial

Last updated 6 years ago

Was this helpful?

XEL is a decentralized supercomputer based on cryptography and blockchain technology.

Run XEL Lite Wallet from binaries (recommended for desktops)

https://github.com/xel-software/xel-lite-wallet/releases/tag/latest

Run XEL Lite Wallet from docker installer (recommended for servers)

check the dedicated git project : https://github.com/xel-software/xel-installer-docker

Run XEL Lite Wallet from sources (recommended for advanced users)

dependencies

  • Oracle Java 8 : https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

  • Maven : https://maven.apache.org/install.html

clone the repository

git clone https://github.com/xel-software/xel-lite-wallet cd xel-lite-wallet

compile it

mvn package

start from the command line:

  • Linux/macOS: ./start.sh

  • Windows: run.bat

wait for the JavaFX wallet window to open on platforms without JavaFX, open http://localhost:17876/ in a browser

Improve it

  • we love pull requests

  • we love issues (resolved ones actually ;-) )

  • in any case, make sure you leave your ideas

  • assist others on the issue tracker

  • review existing code and pull requests

Troubleshooting (XEL Reference Software)

  • How to Stop the XEL Server?

    • click on XEL Stop icon, or run ./stop.sh

    • or if started from command line, ctrl+c or close the console window

  • UI Errors or Stacktraces?

    • report on github

GitHub version