Installation
Docker install
install docker
source <(wget -O - https://raw.githubusercontent.com/zunxbt/installation/main/docker.sh)
sudo groupadd docker && sudo usermod -aG docker $(whoami) && newgrp docker
check docker version if already succes install docker
Check docker version
docker version
Pull docker
pull docker
docker pull privasea/acceleration-node-beta:latest
Create a directory
Create a directory
mkdir -p ~/privasea/config && cd ~/privasea
Create Keystore
ℹ️
Here you need input a password after running the below command and save output
create keystore
docker run --rm -it -v "$HOME/privasea/config:/app/config" privasea/acceleration-node-beta:latest ./node-calc new_keystore
Change file name
mv $HOME/privasea/config/UTC--* $HOME/privasea/config/wallet_keystore
NEXT!!!!
Req faucet
If you not have faucet you can req or bridge go to alchamy web to req ARB sepoila testnet (https://www.alchemy.com/faucets/arbitrum-sepolia (opens in a new tab))
if have SEPOILA faucet you can bridge SEPOILA=>ARB SEPOILA (https://bridge.arbitrum.io/?destinationChain=arbitrum-sepolia&sourceChain=sepolia (opens in a new tab))
SUBMIT NODE
GO TO => (https://deepsea-beta.privasea.ai/ (opens in a new tab))
- Create a name
- set up commision up to you "im use 3%"
- Submit node address output
create keystore
- click checkbox
- click
setup my node
- after
setup my node
you can see your node but your nodeoffline
- run this command for online your node
ℹ️
Change KEYSTORE_PASSWORD=
with your Keystore Password
start node
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
FINALLYYYYYY!!!!!!!