Component | Minimum | Recommended |
---|---|---|
CPU | 4 | 16 |
RAM | 4 GB | 8 GB |
Storage | 100 GB SDD | 100 GB SSD |
Network | 100 Mbps (1 Gbps+ recommended) | 100 Mbps (1 Gbps+ recommended) |
Server Provider | Link | Features |
---|---|---|
NetCup | Link | Cheap / Paypal |
Contabo | Link | Cheap / Paypal |
PQ | Link | Cheap / Crypto Payment |
sudo apt update -y && sudo apt upgrade -y
sudo apt install htop ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev tmux iptables curl nvme-cli git wget make jq libleveldb-dev build-essential pkg-config ncdu tar clang bsdmainutils lsb-release libssl-dev libreadline-dev libffi-dev jq gcc screen unzip lz4 -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io -y
docker version
VER=$(curl -s https://api.github.com/repos/docker/compose/releases/latest | grep tag_name | cut -d '"' -f 4)
curl -L "https://github.com/docker/compose/releases/download/$VER/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
docker-compose --version
sudo groupadd docker
sudo usermod -aG docker $USER
docker pull privasea/acceleration-node-beta:latest
mkdir -p ~/privasea/config && cd ~/privasea
- After this command, it will ask you for a password to use, save it for future reference.
- You'll give us your wallet details and we'll save them all.
docker run --rm -it -v "$HOME/privasea/config:/app/config" privasea/acceleration-node-beta:latest ./node-calc new_keystore
Enter password for a new key: # Enter wallet password
Enter password again to verify: # Re-enter the password for confirmation
After successful creation of the wallet, the program will display information similar to the following:
node address: 0x1111111111111111111111111111111111111111
# This is the node address you generated, used for linking in the dashboard
node filename: keystore:///app/config/UTC--2025-01-01T01-11-01.415191015Z--1111111111111111111111111111111111111111
Instructions: 0xf07c3eF23ae7BEb8CD8bA5fF546E35Fd4b332B34 is an example and may differ in your case.
mv $HOME/privasea/config/UTC--* $HOME/privasea/config/wallet_keystore
- Dashboard Link : https://deepsea-beta.privasea.ai/privanetixNode
- Connect your wallet, then click "You don't have a Privanetix node yet. Set one up now! > " Click on Set one up now.
- Set a commission percentage between 1-3 and I will use 1.
- We saved the wallet information, node gave us an address, write it down. Confirm and then click Set up My Node.
- ENTER_YOUR_KEYSTORE_PASSWORD enter the password you set when you created the wallet.
KEYSTORE_PASSWORD=ENTER_YOUR_KEYSTORE_PASSWORD && docker run -d --name privanetix-node -v "$HOME/privasea/config:/app/config" -e KEYSTORE_PASSWORD=$KEYSTORE_PASSWORD privasea/acceleration-node-beta:latest
-
Stake etc. There are transactions, you can find the details of these on https://www.privasea.ai/privanetix-node.
-
You can look from Manage my Privanetix node - we have completed the Top Side.
-
If the transaction in Stake is giving problems, make the Fee 350000. It can be a problem.