Link: https://testnet.pharosnetwork.xyz/experience
I am not responsible for the possibility of an account being banned!
- Daily check-ins
- Faucet claims
- Token swap, LP add, wrap/unwrap
- Proxy rotation + multi-account
- NFT minting
- Wearable claims
- Same wallet support
- Auto Claim Daily Check-In
- Faucet mint
- Deposit/lend/borrow
- Auto Repay
- Fully automated DeFi tasks
- USDT faucet claims
- Auto trades
- Auto Add & Withdraw Liquidity Pool
- Auto Make Random Open & Close Potition
- Auto Deposit PHRS to WPHRS
- Auto Withdraw WPHRS to PHRS
- Auto Swap With Random Pairs
- Auto Add Liquidity Pool
- Multi Accounts
- Python
3.9+ piporpip3for dependency installs
- Clone this Repo
git clone https://github.com/airdrophunterst/pharos_dappscd pharos_dapps- Install Dependencies
pip install -r requirements.txt
# or
pip3 install -r requirements.txt- Add Your Keys & Proxies
Create privateKeys.txt:
your_private_key_1
your_private_key_2
Create proxy.txt:
127.0.0.1:8080
http://127.0.0.1:8080
http://user:pass@127.0.0.1:8080
- Start bot
python main.pyor
python3 main.pyIf you run into issues:
pip uninstall library_name
pip install library_name==exact_version