Storage Node
Run
Set environment before your operation:
export CHIAN_TYPE=<your CHIAN_TYPE>
Initialize, using the ~/.store directory by default
./store-edge init
Using port 8082 by default
./store-edge daemon run -e EXPOSE_URL
For example, if the external IP is 1.2.3.4, port 8082 can be accessed from the external network
./store-edge daemon run -b 0.0.0.0:8082 -e http://1.2.3.4:8082
For example, if the external IP is 1.2.3.4, port 8082 cannot be accessed from the external network
./store-edge daemon run -b 0.0.0.0:8082
Last updated