Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #1. Update node
- source $HOME/.bashrc
- wget --no-cache -q -O drosera_upd.sh https://raw.githubusercontent.com/Evenorchik/drosera/refs/heads/main/drosera_upd.sh && sudo chmod +x drosera_upd.sh && ./drosera_upd.sh
- #2. Get Cadet Role
- source $HOME/.bashrc
- wget --no-cache -q -O cadet_role.sh https://raw.githubusercontent.com/Evenorchik/drosera/refs/heads/main/cadet_role.sh && sudo chmod +x cadet_role.sh && ./cadet_role.sh
- #Wait 10 mins
- source $HOME/.bashrc
- #3. Approve Cadet Role #replace WALLET ADDRESS with EVM wallet on your node
- cast call 0x4608Afa7f277C8E0BE232232265850d1cDeB600E "isResponder(address)(bool)" WALLET ADDRESS --rpc-url https://ethereum-holesky-rpc.publicnode.com
- #expect true
- sudo systemctl restart drosera && journalctl -u drosera.service -f
- #4. Check your nickname in list
- cast call 0x4608Afa7f277C8E0BE232232265850d1cDeB600E "getDiscordNamesBatch(uint256,uint256)(string[])" 0 5000 --rpc-url https://ethereum-holesky-rpc.publicnode.com/
- #5 "Cadet" role will be applied to you in meantime! Profit!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement