Skip to content

Latest commit

 

History

History
158 lines (106 loc) · 2.87 KB

File metadata and controls

158 lines (106 loc) · 2.87 KB

Turnkey Automation CDY

Automate your interactions with Turnkey Wallet using this Python bot.

  • 🔗 Register here: Turnkey Wallet
  • 🧠 Signup with Google
  • 🔐 Export Seed Phrase & Private Key
  • 💾 Save your credentials safely

🚀 Features

  • Auto Fetch Wallet Info
  • Supports 3 Proxy Modes:
    • 🌐 Proxyscrape Free Proxy
    • 🔒 Private Proxy
    • 🟢 No Proxy
  • Auto Transfer to Random Wallet
  • Multi-Account Support
  • Easy Configuration

🛠 Requirements


📥 Installation

  1. Clone the repo

    git clone https://github.com/cryptodai3/Turnkey-Automation-CDY.git
    cd Turnkey-Automation-CDY
  2. Install dependencies

    pip install -r requirements.txt

📝 Configuration

  • accounts.txt — Add one private key per line:

    your_private_key_1
    your_private_key_2
    
  • proxy.txt — Add proxies like this:

    ip:port
    http://ip:port
    http://user:pass@ip:port
    

⚠️ Proxy type will be chosen inside the script when you run the bot.


▶️ Run the Bot

python bot.py

OR

python3 bot.py

Choose the desired proxy option (1, 2, or 3) when prompted.


📌 Troubleshooting

Make sure your installed library versions match requirements.txt.

  • Check:

    pip show library_name
  • Uninstall:

    pip uninstall library_name
  • Reinstall with version:

    pip install library_name==x.x.x

Happy Farming! 🚀🌾

Brought to you by CryptoDai3 X YetiDAO


☕ Buy Me a Coffee

  • EVM: 0x49bb35693e9631760d2f3519e7db1dd618580a6a
  • TON: UQDDYNRWZI12zMfXYBoy300ydECC5uouMUFLd_yZa6ZO4Jsm
  • SOL: 2PhLDFnyX8whHDMBbfGSFoLnVEsei6TYxyiqpDzPGyT1
  • SUI: 0xf3b008f8aac4b92195176aad27a892c565c216fd5c07bc99c70edb8394e23b59

🔒 Safety & Support

⚠️ Important Disclaimer

  • Testnet Only – This tool is designed for testnet environments only
  • No Liability – Use at your own risk. Developers assume no responsibility
  • DYOR – Always do your own research before using any automation tools

🛡️ Security Best Practices

  • 🔐 Never use Main wallets
  • 🚫 Never expose sensitive credentials
  • 📜 Always review code before execution
  • 💸 Use burner wallets with test tokens only

🙌 Support Our Work

Love this tool? Help us improve:

  • ⭐ Star the repository
  • 🔗 Share with your farming community
  • 💎 Use our referral codes (where applicable)
  • 💡 Contribute ideas and code

📝 License

This project is licensed under the MIT License.