- Python 3.11
- Git
- Clone the repository on local machine:
git clone https://github.com/StalkerBlack/Plume-Testnet
cd Plume-Testnet
- Creating and activation virtual environment
- Windows:
python -m venv venv
venv\Scripts\activate
- macOS / Linux:
python3 -m venv venv
source venv/bin/activate
- Installing dependencies
pip install -r requirements.txt
- 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
- 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
If you have any questions, suggestions and improvements, please write an issue, or write DM to @munchen777 or @missio_deo