MacOS - tutorial

This is a step by step instruction on how to setup and run elastic node on macOS.

Preparing for Client installation

First download and install Java (jdk8) for macOS

#jdk8
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Now download the elastic client by clicking on the green button on the right

#lite_wallet
https://github.com/xel-software/Litewallet-Mainnet

Installing and Running the Elastic Client

Go to the elastic client download directory and extract the ZIP files, enter your elastic client directory and Launch the terminal

#terminal_guide
http://blog.teamtreehouse.com/introduction-to-the-mac-os-x-command-line

To start installation from the elastic client directory, type on your terminal:

#run
bash compile.sh

After installation is done, start your elastic client with this command:

#run
bash run.sh

To access ur wallet open ur browser and go to:

#access
http://localhost:17876
Linux - tutorial

Last updated