# Privasea. Installing a node **Published by:** [Kinzo | Airdrop | testnet | node ](https://paragraph.com/@xonaito/) **Published on:** 2025-02-01 **URL:** https://paragraph.com/@xonaito/privasea-installing-a-node ## Content Privasea is a decentralized AI network that uses fully homomorphic encryption and machine learning ( FHEML ) to securely transmit data. Another project launched a node, and not just launched a node, but even allocated a significant part of the supply to node owners The official start of the testnet is scheduled for January 27, 2025 , but you can already bet. The moderator in Discord answered the question about the rewards as follows: “ Running nodes will be encouraged, but no further information is available yet .” Connect to the rented server via rootWe update and install the necessary packagessudo apt update -y && sudo apt upgrade -y sudo apt-get update sudo apt-get install ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg sudo chmod a+r /etc/apt/keyrings/docker.gpgecho \ "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \ "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \ sudo tee /etc/apt/sources.list.d/docker.list > /dev/nullsudo apt update -y && sudo apt upgrade -ysudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugindocker --version We collect a pooldocker pull privasea/acceleration-node-beta:latest Create a directory and go to itmkdir -p ~/privasea/config && cd ~/privasea Getting storage filesdocker run --rm -it -v "$HOME/privasea/config:/app/config" privasea/acceleration-node-beta:latest ./node-calc new_keystore We will need to enter a password, write the password in a notepad in advance — copy it — and paste it with the right mouse buttonYou need to enter the password — 2 timesNext we get our node address and node filenameNow on the left in Moba, click on the ellipsis and the root folderNow to the privasea folderNow the config folderClick on the text file and on the blue arrow above — download this text file to your PCThis text file contains your private key from the node wallet.You can import it into EVM walletNext, we enter these commands in the terminalcd config/ ls Copy the content starting from UTC and save it to notepad (copy it completely)Next we entermv UTC_LINE wallet_keystore ExampleGreat! Now let’s go to the faucet and request test $ETH on the Arbitrum Sepolia testnetHere is a list of all the faucets on testnets , and also use the bridges ( 1 / 2 ) if you need to transfer funds from Sepolia to Arbitrum SepoliaNext, go to the site and connect any wallet ( for example, Maine )Click on Set one up now! and enter your nickname + set a commission of 1%Below we enter the node address ( you can get it in the terminal )There will be an example below.Click on the black button “ Set up my node ” and confirm transactions in the Arbitrum Sepolia test networkWe see that our node is still “ Offline ”Next, we return to the terminal and enter this commandAttention! In the line you need to replace the word “ PASSWORD ” with your password, which you previously set when creating the nodeKEYSTORE_PASSWORD=ENTER_YOUR_KEYSTORE_PASSWORD && docker run -d --name privanetix-node -v "$HOME/privasea/config:/app/config" -e KEYSTORE_PASSWORD=PASSWORD privasea/acceleration-node-beta:latest Now the status on the site should change to OnlineThis is what normal logs look likeLet’s look at the logsdocker logs -f privatenetix-node After a few hours, the node verifies the tasks and for this we will receive TPRAI , which can be staked and receive rewards similar to CysicUseful commandsView logs docker logs -f privanetix-node Delete nodedocker stop privatetix-node docker rm privatetix-node rm -rf ~/privasea This article was written by the channelhttps://t.me/Cryptonaito ## Publication Information - [Kinzo | Airdrop | testnet | node ](https://paragraph.com/@xonaito/): Publication homepage - [All Posts](https://paragraph.com/@xonaito/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@xonaito): Subscribe to updates - [Twitter](https://twitter.com/Cryptonaito): Follow on Twitter