Script - Phase 2
#####################################################################################
IMPORTANT MESSAGE
########################################################################################
# Make sure you have the below-mentioned 2 files available and populated as given below.
# Then start 'pm2 start 2_nodeStartPM2.sh' script to run your
# node in the background. To view your node log use 'pm2 logs 0'.
#
# File 1: .env.password => contains your Keystore password
# *** KEYSTORE PASSWORD SHOULD FOLLOW THIS CONDITIONS ***
# “must be longer than 12 characters”,
# “must contain at least 3 lowercase characters”,
# “must contain at least 3 uppercase characters”,
# “must contain at least 3 numbers”,
# “must contain at least 3 symbols”,
# “must not contain more than 3 identical consecutive characters”.
#
# File 2: .env.apicred => first line of the file contains #email id for UI
# second line of the file contains a password for UI
# (This password should be strong, but need not follow the Keystore password condition).
#
#
# NOTE: These files have default contents, please change the mail & passwords before
starting 'pm2 2_nodeStartPM2.sh #start'.
###########################################################################################
###########################################################################################
Last updated