Skip to content

Commit

Permalink
Added missing prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarimilad committed Dec 29, 2017
1 parent 7890e44 commit d73fc73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ This script also integrates [IOTA-PM](https://github.com/akashgoswami/ipm)! So n

## Prerequisites

* curl
* dig
* NPM
* Maven
* Java 8
* Git
Expand Down
4 changes: 1 addition & 3 deletions iota-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
set -o errexit
set -o nounset

# This script manages the IRI

declare -i PORT=14265
declare -i UDP_RECEIVER_PORT=14600
declare -i TCP_RECEIVER_PORT=15600
declare -i IPM_RECEIVER_PORT=8888
declare -r CONFIG_FILE_NAME="$HOME/.iota-node/iri.ini"
declare -r ADRES_REGEX="TODO"

#############################################################################################################"
##############################################################################################################

# update the daemon
update() {
Expand Down

0 comments on commit d73fc73

Please sign in to comment.