Privanetix node
1. Recommended Configurations
Each device supports only one Privanetix Node, and performance tiers depend on actual operation.
Notice :To successfully execute the task, it is necessary to ensure that there is more than 8GB of available memory. Otherwise, the task may fail to execute, and there is a risk of server downtime.
Level S:
OS: Debian/Ubuntu (Recommended)
Storage: 100GB available
Memory: 16GB RAM or above
Processor: 16 cores or above, x86 architecture
Network:Public static IP
Port: Open TCP port 8181 Level A:
OS: Debian/Ubuntu (Recommended)
Storage: 100GB available
Memory: 8GB RAM or above
Processor: 8 cores or above, x86 architecture
Network: Public static IP
Port: Open TCP port 8181 Level B:
OS: Debian/Ubuntu (Recommended)
Storage: 100GB available
Memory: 8GB RAM or above
Processor: 4 cores or above, x86 architecture
Network: Public static IP
Port: Open TCP port 8181 Level C:
2. Install Docker
If Docker is already installed, you can skip this step. Alternatively, you can ask ChatGPT for help with Docker installation. The following steps are for reference.
Installation Commands:
Verify if Docker is installed successfully
You will see output similar to the following: Docker version 20.10.7, build f0df350. This indicates that the installation was successful.
Start and enable Docker service
3. Pull docker mirroring
First pull the docker image using the following command:
Note: If you encounter problems or fail to pull the image, first check the network problem, then find the solution to the error on chatgpt, and follow the gpt prompts. Docker usage problems need to be solved by the user. If you can't solve them, you can ask our technical support
4. Node program configuration
Run the node program as the root user:
Use the following command to switch to the root user. Enter the password for your current system account. Upon a successful switch, the terminal will display the root user identifier.
Create the program running directory and navigate to it:
Get the keystore file
Use an existing wallet keystore file or execute the following command to generate a new one:
Note: The program will prompt you to enter a password, please remember this password for future use. The generated keystore file will have a corresponding node address, Please keep it properly to avoid losing it, it will be used in the dashboard configuration.

After successful creation of the wallet, the program will display information similar to the following:
Instructions: 0xf07c3eF23ae7BEb8CD8bA5fF546E35Fd4b332B34 is an example and may differ in your case.
Rename the keystore file in the/privasea/config folder to wallet_keystore:

5. Link node address and reward address
se the wallet address corresponding to the keystore file to link it with the reward address on DeepSea dashboard.

Click set up my node, you will see two pop-up windows of the wallet, you need to click to confirm, and your configuration is complete

6. Start the node
Run the command to start the Privanetix(acceleration) node:

7. View the node health
Startup successful, as shown in the figure below.

If unsuccessful, please check the following:
How to start the node FAQ8. Stop the node

Last updated