Directly download XELINE Wallet with xeline-mac-x64.dmg
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.
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.
Directly download XELINE Wallet with xeline-mac-x64.dmg
Head to the documentation to check out our tutorials on how you can submit a task , provide hardware or learn to program in ePL.
Directly download XELINE Wallet with xeline-win-x64.exe
Head to the documentation to check out our tutorials on how you can submit a task , provide hardware or learn to program in ePL.
Make sure you have installed unzip
sudo apt-get install -y unzip
Now, directly download XEL Lite Wallet with xeline-linux-x64.zip
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
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
Clone the repository and npm install all dependencies (only once)
git clone https://github.com/xel-software/xeline.git
cd xeline
npm install
Finally, run the application
npm start
Head to the documentation to check out our tutorials on how you can submit a task , provide hardware or learn to program in ePL.