pen-to-squareIrys

Irys is a blockchain protocol focused on data availability, ensuring that information published on-chain is accessible, verifiable, and permanent. It provides fast, scalable infrastructure that supports decentralized applications and AI systems

Requirements

Functionality

  • Sprite type (max 1000 games)

  • Galxe register

  • Bridge to Gravity network for claim on Galxe

  • Galxe claim Sprite type

  • Galxe Twitter

Installation

  1. Clone the repository:

  1. Install dependencies:

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

  • private_keys.txt: Private keys EVM

  • 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)

Main configurations

Usage

For your security, you can enable private key encryption by setting private_key_encryption: true in the settings.yaml. If set to false, encryption will be skipped.

On first use, you need to fill in the private_keys.txt file once. After launching the program, go to DB Actions → Import wallets to Database.

If encryption is enabled, you will be prompted to enter and confirm a password. Once completed, your private keys will be deleted from the private_keys.txt file and securely moved to a local database, which is created in the files folder.

If you want to update proxy/twitter/discord/email you need to make synchronize with DB. After you made changes in these files, please choose this option.

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

Last updated