NDX is a cryptocurrency to make the world a better place. See LICENSE
Name of Blockchain: nDEX
Coin Symbol: NDX
Coin Supply: 1B
Coin Supply to nDEX Network: 900M
Peer port: 6899
Testnet peer port: 6898
API server port: 6868
1. Install docker : sudo curl -sSL https://get.docker.com/ | sh
2. Install docker-compose & change its permission:
sudo curl -L https://github.com/docker/compose/releases/download/1.24.1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
3. Finally run:
docker run --name ndex -d \
--volume nxt_db:/root/.nDEX \
-p 0.0.0.0:80:6868 \
--publish 6899:6899 \
--publish 6868:6868 \
ndexnetwork/ndex
[ No deps no fixer!!!]
click on the NDX icon, or start from the command line:
linux: ./start.sh
Window: run.bat
wait for the JavaFX wallet window to open
on platforms without JavaFX, open http://localhost:6868/ in a browser
./compile.shHow to Stop the NDX Server?
./stop.shUI Errors or Stacktraces?
Permissions Denied?
Copyright © 2020 nDEX Network Ltd.
Copyright © 2016-2018 Jelurida IP B.V.
Content type
Image
Digest
Size
544.2 MB
Last updated
over 6 years ago
docker pull ndexnetwork/ndex