Skip to content

Python script for recompound (hydrate) Drip Faucet (drip.community/faucet)

Notifications You must be signed in to change notification settings

greyinghair/Drip_Faucet_AutoHydrate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you want to support me please use my faucet reference link.

alt text

Buy some VPS or Raspberry Pi to run script 24 hours per day, then follow steps below

  1. pip install -r requirements.txt

  2. create .env file

    • touch .env
  3. paste to the .env file yours wallet address and private key for this address

    • ADDRESS=0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    • KEY=0xVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV

    If you have hardware wallet use "mnemonic code converter"

  4. use crontab to run script automatically once a day 00:00

    • crontab -e
    • 0 0 * * * python3 /PATH_TO_FILE/run.py
  5. To configure edit config.py:

    • MIN_BALANCE = 0.02 # minimum account BNB balance below which stop compound and hydrate
    • PERIOD = 0
      • 0 - hydrate every day
      • 1 - claim every day
      • e.g. 4 - claim every fourth day, hydrate on the rest

If this is helpful, send me an airdrop for beer: 0x74ABf1db8c8b45aD529Bd3012bE1990F605360D6

Visitor count

About

Python script for recompound (hydrate) Drip Faucet (drip.community/faucet)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%