pen-to-squareCamp Network

Camp Network is an Layer-1 blockchain currently in Testnet Phase 3, designed to register, protect, and monetize intellectual property directly on-chain.

Functionality

  • Faucet

  • Twitter quests

  • On-chain quests

Requirements

  • Python version 3.11 - 3.12

  • Private keys for EVM wallets

  • Proxy (optional)

  • Twitter auth tokens (optional)

  • Discord auth tokens (optional)

  • Refferal codes (optional)

  • Telegram token for logs (optional)

Installation

  1. Clone the repository:

  1. Install dependencies:

  1. Activate virtual environment:

  1. Run script

Configuration

1. files folder

  • private_keys.txt: One private key per line

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

  • email_data.txt: One email per line (format: rambler email:pass, icloud email:pass:fake_email)

  • twitter_tokens.txt: One token per line

  • reserve_twitter.txt: One token per line

  • discord_tokens.txt: One token per line

  • ref_codes.txt: One code per line

2. Main configurations

3. Module Configurations

Settings:

Onchain quests:

Twitter quests:

Usage

For your security, you can enable private key encryption by setting private_key_encryption: true in the settings. 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. Also if you have encrypted private keys from previous projects you can paste them to file, you don't need to use pure private keys. But you need to remeber your password.

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 or twitter/discord tokens you need to make synchronize with DB. After you made changes in files proxy.txt, twitter_tokens.txt or discord_tokens.txt, please choose this option.

Once the database is created, you can start the project by selecting Camp Network → Complete Twitter and Regular Quests.

To decrypt the private keys, enter the password.

Last updated