Official GUI Wallet implementation for the Elixium blockchain
- Ability to Send & Receive XEX
- Dynamic Mining Fee per Transaction
- Create, Backup & Manage Your Keys
- QR Codes for easy Transaction information
- Elixium Network Statistics
Website: https://www.elixiumnetwork.org/
Telegram: https://t.me/elixiumnetwork
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.
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 miner is extracted,
and run ./bin/elixium_wallet foreground
.
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_wallet/releases/<version_number>/elixium_wallet.tar.gz