Privasea AI Incentivised Node Setup Tutorial
An Overview
The Privasea AI Network is a sophisticated system focused on ensuring the privacy and security of data during AI computations. It employs Fully Homomorphic Encryption (FHE) — an advanced cryptographic technique that allows data to remain encrypted while being processed. This means computations can be performed directly on encrypted data without needing to decrypt it first, ensuring confidentiality throughout the process. The results obtained from encrypted data computations are identical to those from unencrypted data, making FHE a groundbreaking solution for secure AI operations.
Accelerating AI-Driven Solutions for Web2 and Web3
The successful fundraising and DeepSea launch signify a critical step in Privasea’s mission to become a global leader in AI innovation. With an upcoming Genesis release on January 27th and the mainnet launch set for Q1 2025, Privasea is committed to advancing human-machine collaboration and intelligent agent ecosystems.
“We’re building the foundation for a decentralized future where privacy is a default, not an afterthought,” said Privasea’s founder and CEO. “This fundraising allows us to accelerate the development of Web2 and Web3 privacy solutions that empower both individuals and enterprises.”
Recommended Configurations:
OS: Debian/Ubuntu (Recommended)
Storage: 100GB available
Memory: 4GB RAM Processor: 8 cores, x86 architecture
Network: Public static IP
Port: Open TCP port 8181
Let’s Setup a VPS:
Contabo-VPS2/VPS3 is required. Please purchase it using my affiliate link:
Affiliate linktree: https://linktr.ee/rajeshCNH
Let’s Install the Node:
- Install the Docker, If the Docker is already installed, you can skip this step.
wget -q https://raw.githubusercontent.com/CryptonodesHindi/CNH-Shellscripts/refs/heads/main/Docker-setup.sh&& chmod +x Docker-setup.sh&& ./Docker-setup.sh
Pull docker Image:
docker pull privasea/acceleration-node-beta:latest
Create the program running directory and navigate to it:
mkdir -p /privasea/config && cd /privasea
Get the keystore file:
Use an existing wallet keystore file or execute the following command to generate a new one:
docker run --rm -it -v "$HOME/privasea/config:/app/config" privasea/acceleration-node-beta:latest ./node-calc new_keystore
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 save this address, it will be used in the dashboard configuration
After the successful creation of the wallet, the program will display information similar to the following:
node address: 0xf07c3eF23ae7BEb8CD8bA5fF546E35Fd4b332B34
# This is the node address you generated, used for linking in the dashboard
node filename: keystore:///app/config/UTC--2025-01-06T06-11-07.485797065Z--f07c3ef23ae7beb8cd8ba5ff546e35fd4b332b34
Instructions: 0xf07c3eF23ae7BEb8CD8bA5fF546E35Fd4b332B34 is an example and may differ in your case.
Let’s move the keystone file to a new file for backup:
mv $HOME/privasea/config/UTC--* $HOME/privasea/config/wallet_keystore
Link node address and reward address:
- To set up the node, you require ARB ETH. You can get it from the faucet here:
- Arbitrum Official Faucet — https://faucet.arbitrum.io/
- Alchemy Faucet — https://www.alchemy.com/faucets/arbitrum-goerli
- QuickNode Faucet — https://faucet.quicknode.com/arbitrum
- Visit this Privanetix Dashboard
- Set-up your Privanetix Node.
Let’s Start the node:
- Run the command to start the Privanetix(acceleration) node:
- Make sure to replace ENTER_YOUR_KEYSTORE_PASSWORD with your Keystore Password, you provided in the above steps
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
- If you want to check your docker container status use the below command:
docker ps -a
- If your node status shows Exited, restart your docker container, and use the below command.
docker restart privanetix-node
View the node health:
- Command to check the node’s running status:
docker logs -f privanetix-node
Stop the node:
docker rm -f privanetix-node
Check your dashboard:
Note: to get the reward you have to stake some TPRAI on your node
How to get TPRAI Faucet:
- just click on the “Privasea DeepSea Beta Faucet” as per the below image.
- Now enter your ETH wallet address and get the TPRAI faucet:
- Once you receive the TPRAI faucet, simply click on ‘My Staking.’ After that, your node details will be displayed. Just click on ‘Details.
- Now, the staking dashboard will appear. Just click on the ‘Stake’ button, choose the amount, and sign with your MetaMask. That’s all!
For more details kindly refer to the https://www.privasea.ai/privanetix-node
❤️Thank You for Reading!
I appreciate you taking the time to read this article. If you found it helpful, give it a clap and share it with others who might benefit from it.
For more insightful content on Crypto node, don’t forget to follow me on Medium and connect with me on my social media channels:
- ➡️Telegram: https://t.me/cryptonodehindi
- ➡️Youtube: https://www.youtube.com/@CryptonodeHindi