Code Monkey home page Code Monkey logo

tndex's Introduction


nDEX Network | A Blockchain Business Development Platform [ Test Net ]

Docker Stars Docker Pulls Docker Cloud Build Status GitHub release (latest by date)


What is NDX?

NDX is a cryptocurrency to make the world a better place. See LICENSE


PORTS AND DETAILS


Name of Blockchain: nDEX

Coin Symbol: NDX

Coin Supply: 1B

Coin Supply: 900M

Ports

API server port: 6868

Peer port: 6899

Testnet API port: 6876

Testnet peer port: 6898

Website of the project: nDEX Network

Well known SEED or Web wallets:

https://ndxdaily.npay.life

https://ndxlive.npay.life

https://ndxeco.npay.life

https://ndxworld.npay.life

Well known SEED/Wallet for testnet:

https://test.npay.life

ndex-node client is out get it

Run in Docker [Easy like 1,2,3 ]

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 6898:6898 \
 --publish 6876:6876 \
ndexnetwork/ndex


[ No deps no fixer!!!]

Open JDK works FINE!!

Compile it!


  • if necessary with: ./compile.sh
  • you need jdk-8/openjdk-8 as well

Run it!

  • click on the NDX icon, or start from the command line:

  • linux: ./start.sh or ./run.sh

  • Window: run.bat

  • wait for the JavaFX wallet window to open

  • on platforms without JavaFX, open http://localhost:6876/ in a browser


Troubleshooting the NDX Server

  • How to Stop the NDX Server?

    • click on NDX Stop icon, or run ./stop.sh
    • or if started from command line, ctrl+c or close the console window
  • UI Errors or Stacktraces?

    • report on Github
  • Permissions Denied?

    • no spaces and only latin characters in the path to the NRS installation directory
    • known jetty issue

Further Reading

  • in this repository:
    • USERS-GUIDE.md
    • DEVELOPERS-GUIDE.md
    • OPERATORS-GUIDE.md
    • In the doc folder

                               Copyright © 2020 nDEX Network Ltd.
                             Copyright © 2016-2018 Jelurida IP B.V.

tndex's People

Contributors

bitbd83 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.