Skip to content

alexdovzhanyn/elixium_node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElixiumNode

An implementation of the Elixium Network full node.

How to Run

Grab the appropriate latest release and unzip it. If you don't see a release fitting your system, you will have to build from source.

The next step is to port forward ports 31013, 31014, and 32123 on your router. If you don't do this, other nodes on the network won't be able to connect to yours.

Next, double-click the run.sh file to run the node.

Advanced Usage

People who are comfortable working within a terminal may prefer to create their own run script. To see usage options, cd into the directory where the node is extracted, and run ./bin/elixium_node usage.

Building from Source

If none of the release candidates match your system architecture, it will be necessary to build from source. It is important to have elixir installed on your machine, this can be done by following the installation instructions.

In order to build from source:

  1. Clone this repository
  2. Run mix deps.get
  3. Run MIX_ENV=prod mix release

Upon successful build, a tarball containing the compiled build can be found in _build/prod/rel/elixium_node/releases/<version_number>/elixium_node.tar.gz

About

Reference implementation of an Elixium non-miner full node

Resources

Stars

Watchers

Forks

Packages

No packages published