Advertisement
EvenoR

Drosera upd

Jun 23rd, 2025
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.04 KB | None | 0 0
  1. #1. Update node
  2.  
  3. source $HOME/.bashrc
  4.  
  5. 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
  6.  
  7. #2. Get Cadet Role
  8.  
  9. source $HOME/.bashrc
  10.  
  11. 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
  12.  
  13. #Wait 10 mins
  14.  
  15. source $HOME/.bashrc
  16.  
  17. #3. Approve Cadet Role #replace WALLET ADDRESS with EVM wallet on your node
  18.  
  19. cast call 0x4608Afa7f277C8E0BE232232265850d1cDeB600E "isResponder(address)(bool)" WALLET ADDRESS --rpc-url https://ethereum-holesky-rpc.publicnode.com
  20. #expect true
  21.  
  22. sudo systemctl restart drosera && journalctl -u drosera.service -f
  23.  
  24. #4. Check your nickname in list
  25.  
  26. cast call 0x4608Afa7f277C8E0BE232232265850d1cDeB600E "getDiscordNamesBatch(uint256,uint256)(string[])" 0 5000 --rpc-url https://ethereum-holesky-rpc.publicnode.com/
  27.  
  28. #5 "Cadet" role will be applied to you in meantime! Profit!
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement