-
Download
start_node.sh
In the code of this file define yourapi key
to configureergo.conf
using themy_key
variable. -
Add execution permissions from the terminal
chmod u+x start_node.sh
-
Execute the file
./start_node.sh
You can specify as the first argument the name of the directory where the Ergo node will be installed and executed. If no argument (name) is specified, a directory namedergo_node
will be created by default.
- Example without argument:
./start_node.sh
- Example with argument:
./start_node.sh <my_directory>
Version 2 varies only in the way the api_key is entered. With this version it is not necessary to access the code, it is configured during execution.
- Download
start_node_v2.sh
- Add execution permissions from the terminal
chmod u+x start_node_v2.sh
- Execute the file
./start_node_v2.sh
Download the two files located in the directory start_node_bat
Set the variable my_key
in the first lines of the index_node.bat
file.
Modify this line of code: set my_key="holaaa"
For this one: set my_key="your_key"
Open cmd console and type the following: index_node
and press enter.
Remember to put in a safe place the generated file your_api_key.txt
with your api_key in the ergo_node
folder.
Modify the value of the url_ergo
and jar_file
variables for the version you need to run. Remember that the automatic configuration of the ergo.conf
file may not be compatible with all versions.