Poseidon
Poseidon is a Web3 project tackling the shortage of real-world data for training AI models. By leveraging blockchain, it enables secure and incentivized data contribution, creating a transparent ecosystem for developers and enterprises.
Requirements (More info here)
Install Python version 3.10 - 3.12
Use git for updates — no need to manually download the archive each time.
Install SQlite (to view statistics)
Elevenlabs.io api key
Capmonster captcha api key
Functionality
Register with email(iCloud)
Voice campaign
Installation
Clone the repository:
git clone https://github.com/Phoenix0x-web3/poseidon_ai
cd poseidon_aiInstall dependencies:
python install.pyActivate virtual environment:
For Windows
For Linux/Mac
Run script
Configuration
After running the script, a folder named files will be created. Inside this folder, you will find text files that must be filled line by line (one value per line).
email_data.txt: Work with emails iCloud(format:primary_email_iCloud:app-specific-password:fake_email)proxy.txt: One proxy per line (format:http://user:pass@ip:port)
iCloud Mail Setup
To use iCloud with your scripts you need a primary (real) iCloud email. After that you can generate additional (alias) emails on your iPhone or Mac. Note: this requires a paid iCloud+ subscription (cost $0.99 / month).
How to generate additional (hidden) emails
On iPhone / Mac go to: Settings → [your name] → iCloud → Hide My Email.
Create a new address. You can manage or deactivate aliases in the same place.
You can generate up to 20 addresses this way and it’s safer to do it 1–2 times per day — generating much more often may lead to account restrictions or temporary blocks.
App-specific password for IMAP
Go to Apple account support (support.apple.com) and generate an app-specific password so IMAP/SMTP access will work.
Place the credentials in your email_data.txt file using this format: primary_email_iCloud:app-specific-password:fake_email. (ex. emailName@icloud.com:xkrt-ujqp-qmna-sdtd:hide-EmailName@icloud.com)
Elevenlabs api key Setup
To generate voice in the script, we use the ElevenLabs Voice AI platform. For this, you’ll need to purchase an API key (cost $11)


Main configurations
Usage
For register to portal you need email addresses.
On first use, you need to fill in the email_data.txt, proxy.txt files and added api keys for captcha and voice generation. After launching the program, go to DB Actions → Import wallets to Database.

If you want to update proxy you need to make synchronize with DB. After you made changes in files proxy.txt, please choose this option.

Once the database is created, you can start the project by selecting Poseidon AI → 1. Run All Activities.

Last updated
