Privasea
Automatic Installation
source <(curl -s https://raw.githubusercontent.com/NodersUA/Scripts/main/privasea)Node
sudo apt update# Install docker
source <(curl -s https://raw.githubusercontent.com/NodersUA/Scripts/main/system/docker)docker pull privasea/acceleration-node-betadocker run -it -v "/privasea/config:/app/config" \
privasea/acceleration-node-beta:latest ./node-calc new_keystorecd /privasea/config
mv * wallet_keystoredocker run -d --name privasea \
-v "/privasea/config:/app/config" \
-e KEYSTORE_PASSWORD=my_pass \
privasea/acceleration-node-beta:latestdocker logs -f privaseaLast updated
Was this helpful?