Skip to content

Instantly share code, notes, and snippets.

@AnthonyLaw
Last active March 6, 2019 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AnthonyLaw/c5622e1c3966eeca83b874de4f47216e to your computer and use it in GitHub Desktop.
Save AnthonyLaw/c5622e1c3966eeca83b874de4f47216e to your computer and use it in GitHub Desktop.
NIS Node setup for Local development

Node 4GB ram Spec

Nix.runNis.sh -> Linux

RunNis.bat -> Win

Please change the content inside (runNis)

java -Xms2800M -Xmx2800M -cp ".:./*:../libs/*" org.nem.deploy.CommonStarter

to make the node sync faster with the higher RAM

Bootstrap DB for NEM Blockchain

Check Node Status

https://nemproject.github.io/#NIS-status-related-requests Using this API path check on your node sync status.

https://nemproject.github.io/#block-chain-height Using this API path check on your block height.

You can always use public node to cross check with the information. Public node Testnet node

Configure to Testnet node

Go to nis/config.properties Search nem.network and change it to testnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment