XELINE Wallet image

XELINE Wallet

MacOS logo
MacOS
Windows logo
Windows
Linux logo
Linux

Overview

XELINE is a smart wallet which acts as a command center enabling an easy streamlined creation and monitoring of arbitrary tasks and their rewards. This is achieved by using the various components of the system while supplying a user friendly interface. It uses XEL tokens as a medium of exchange to reward miners with proportional bounties for providing computing power.

Run XELINE Wallet from binaries

Learn more

Head to the documentation to check out our tutorials on how you can submit a task , provide hardware or learn to program in ePL.

Go to Documentation

Run XELINE Wallet from binaries

Learn more

Head to the documentation to check out our tutorials on how you can submit a task , provide hardware or learn to program in ePL.

Go to Documentation

Run XELINE Wallet from binaries

Requirements

Make sure you have installed unzip

sudo apt-get install -y unzip

Now, directly download XEL Lite Wallet with xeline-linux-x64.zip

Launch

Unzip the folder, go inside the directory and launch the binary

unzip xeline-linux.zip

cd xeline-linux-x64

./xeline

Now, directly download XEL Lite Wallet with xeline-linux-x64.zip

Run XELINE Wallet from sources

Requirements

Make sure you have installed git and curl

sudo apt-get install -y curl git

Install a recent version of Nodejs, if you haven’t already.

curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -

sudo apt-get install -y nodejs

Cloning and installing dependencies

Clone the repository and npm install all dependencies (only once)

git clone https://github.com/xel-software/xeline.git​

cd xeline

npm install

Launch

Finally, run the application

npm start

Learn more

Head to the documentation to check out our tutorials on how you can submit a task , provide hardware or learn to program in ePL.

Go to Documentation
Code copied!