Installation
Running on regular machine (VPS/Dedicated)
Install all dependencies needed
Add deadsnakes repository
Install python, pip and python3 venv
Refresh all variable / environment
Download and Build App Binaries
Go to newrl folder
Run the mainnet
Note: The port 8456 for mainnet and 8421 if testnet should be publicly accessible on the instance. On AWS, this can be done by opening inbound port in the security group. For local installations, the router need to be configured to bypass symmetric NAT for the port 8456 for mainnet and 8421 for testnet.
Running From AWS Instanceโ
Note: The port 8456 for mainnet and 8421 if testnet should be publicly accessible on the instance. On AWS, this can be done by opening inbound port in the security group. For local installations, the router need to be configured to bypass symmetric NAT for the port 8456 for mainnet and 8421 for testnet.
Last updated