opendexd
and its minimal dependencies lnd
(BTC) & connext
(ETH & ERC20) on linux. It is mainly geared towards developers and administrators which prefer a native installation over docker.opendexd
opendexd
on a amd64
machine:amd64
, you'll have to remove grpc-tools
and potentially others from the devDependencies
section of package.json
.opendexd
opendexd
, so that it starts on boot without needing its own terminal, you can do this using systemd
:lnd
lnd
, so that it starts on boot without needing its own terminal, you can do this using systemd
:connext
connext
, so that it starts on boot without needing its own terminal, you can do this using systemd
:sudo apt install tor
on most linux distros nowadays, just make sure the version is fairly recent. If not, consult the tor installation guides. Run systemctl status tor
or ps aux | grep tor
to verify the tor process is running.opendexd.conf
in /home/opendexd/.opendexd
:alias opendex-cli='/home/opendexd/opendexd/bin/opendex-cli -p 8886'
to the opendexd user's .bashrc
and source it. Then restart opendexd
once (e.g. with systemctl restart opendexd
) and try running opendex-cli getinfo
, which should return with an overview of opendexd's, as well as lnd's and connext status.Unexpected error during initialization
. Here is the solution.install error
when installing via npm install
, try npm install --production
& npm install typescript
.