Skip to content

StalkerBlack/Plume-Testnet

Repository files navigation

Plume Testnet 🤖

Prerequisites

  • Python 3.11
  • Git

🛠️ Installation and setting up

  1. Clone the repository on local machine:
git clone https://github.com/StalkerBlack/Plume-Testnet
cd Plume-Testnet
  1. Creating and activation virtual environment
  • Windows:
python -m venv venv
venv\Scripts\activate
  • macOS / Linux:
python3 -m venv venv
source venv/bin/activate
  1. Installing dependencies
pip install -r requirements.txt
  1. Add proxies / private keys / CapMonster API Key
  • Add proxies in data/proxies.txt file
  • Add private keys in data/privates.txt file
  • Add CapMonster API Key in config.py file -> CapMonster site
  1. If you want change settings
SLEEP_MODE = True                        # Sleep between wallets
SLEEP_TIME = (480, 900)                  # 8 - 15 minutes
SHUFFLE_WALLETS = True                   # Shuffle wallets or not
WALLETS_TO_WORK: int | tuple | list = 0
                                         # 0 - all wallets
                                         # 1 - current wallet
                                         # (1, 7) - certain wallets (1 wallets and 7 wallet)
                                         # [5, 25] - from 5 to 25 including

Questions and suggestions

If you have any questions, suggestions and improvements, please write an issue, or write DM to @munchen777 or @missio_deo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages