pen-to-squarePi Squared Network

Pi Squared Network — a decentralized infrastructure for fast, scalable, and cryptographically verifiable transactions between applications, blockchains, and AI agents.

Requirements (More info here)

Functionality

  • Register with email(iCloud)

  • Pi2 Reactor

  • Quests

Installation

  1. Clone the repository:

git clone https://github.com/Phoenix0x-web3/pi_squared.git
cd pi_squared
  1. Install dependencies:

python install.py
  1. Activate virtual environment:

For Windows

For Linux/Mac

  1. 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)

  • reserve_proxy.txt: One proxy per line (format: http://user:pass@ip:port)

  • twitter_tokens.txt: One token per line

  • reserve_twitter.txt: One token per line

Main configurations

Module Configurations:

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.comarrow-up-right) 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.comenvelope:xkrt-ujqp-qmna-sdtd:hide-EmailName@icloud.comenvelope)

Usage

For register to portal you need email addresses.

On first use, you need to fill in the email_data.txt, proxy.txt, twitter.txt files. After launching the program, go to DB Actions → Import wallets to Database.

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

Once the database is created, you can start the project by selecting Pi Squared → Run All Tasks or other options.

Last updated