An implementation of the Elixium Network full node.
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.
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
.
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:
- Clone this repository
- Run
mix deps.get
- 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