Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- You will need:
- - New metamask(evm) wallet with 0.5 Holesky ETH
- - VPS with any specs
- - GitHub Account
- #1 Download and run installation script, pick "Install dependencies"
- wget --no-cache -q -O drosera.sh https://raw.githubusercontent.com/Evenorchik/drosera/refs/heads/main/drosera.sh && sudo chmod +x drosera.sh && ./drosera.sh
- #2 Apply config
- source $HOME/.bashrc
- #3 Run script again and pick "Deploy trap"
- ./drosera.sh
- #4 Go here and click "Traps owned"
- https://app.drosera.io/
- #5 Run trap
- cd my-drosera-trap && drosera dryrun
- #6 Return to home dir
- cd
- #7 Run script again and pick "Install node"
- ./drosera.sh
- #8 If you have error on previous stage run this:
- #8.1
- cd ~
- sudo apt update && sudo apt install -y tar
- #8.2
- curl -LO https://github.com/drosera-network/releases/releases/download/v1.17.1/drosera-operator-v1.17.1-x86_64-unknown-linux-gnu.tar.gz
- tar -xvf drosera-operator-v1.17.1-x86_64-unknown-linux-gnu.tar.gz
- #8.3
- sudo systemctl stop drosera
- sudo cp drosera-operator /usr/bin/
- sudo systemctl start drosera
- #8.4
- drosera-operator --version
- #8.5
- cd ~
- export DROSERA_PRIVATE_KEY="YOUR_PRIVATE_KEY"
- drosera-operator register \
- --eth-rpc-url https://ethereum-holesky-rpc.publicnode.com \
- --eth-private-key "$DROSERA_PRIVATE_KEY"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement