pen-to-squarePharos Network

Pharos Network is a Layer 1 blockchain focused on Real World Assets (RWA), enabling secure, transparent, and on-chain asset tokenization.

Requirements (More info here)

Functionality

  • Daily check in

  • Faucet

  • Swaps

  • Liquidity

  • Stake

  • CFD Trading

  • Send Token To Friends

  • Refferals

  • Collect NFTs

  • Social tasks (twitter, discord)

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: One private key per line

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

  • twitter_tokens.txt: One token per line

  • discord_tokens.txt: One token per line

  • discord_proxy.txt: If you want to use different proxy for discord task

  • settings.yalm: Basic configuration

Main configurations

Swap / Liquidity:

Send Token To Friends:

Stake:

CFD Trading:

Refferals:

Usage

For your security, you can enable private key encryption by setting private_key_encryption: true in the settings.yalm. 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. After that, your private keys will be removed from the private_keys.txt file and securely stored in the local database wallets.db (which can be opened with SQLite). This database is created inside the files folder.

circle-info

If you have updated or added new proxy/twitter/discord/email, you need to synchronize with the database so that the wallets match the new data.

To do this, select the option Sync wallets with tokens and proxies

After the database is created, you can start the project by selecting: Pharos Network → Run All Tasks In Random Order or other options:

Run All Tasks In Random Order - the script will execute all implemented tasks in a random sequence

Twitter Tasks - Twitter tasks

Join and Bind Discord - Discord tasks

Update Points - It displays point statistics in the console and updates the database

To allow the script to decrypt the private keys from the database, you will need to enter your password.

Last updated