BlathanAevon / berachain_faucet_claimer

A simple python script to claim test tokens in berachain testnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Guide

This guide will walk you through the process of setting up a Python virtual environment and running a faucet claimer.

Prerequisites

Before you begin, make sure you have the following prerequisites installed on your system:

Important

THIS SCRIPT WORKS ONLY ON PYTHON VERSION 3.11

Step 1: Clone the Repository

Clone the repository containing the Python script to your local machine:

git clone https://github.com/BlathanAevon/berachain_faucet_claimer.git
cd berachain_faucet_claimer

Step 2: Configure Environment Variables

To run your Python script, you may need to configure environment variables with sensitive information or configuration settings. We'll start by copying an .env_template file and filling it with the required information.

  1. Locate the .env.example and rename it to .env:
# .env

CAPSOLVER_KEY = capsolver.com key
  1. Rename data.example to data. Set all the neccesary data in data/wallets.txt and data/proxies.txt

Important

Proxies should be in format http://login:pass:ip:port

Step 3: Run the Python Script

On Windows:

.\run.bat

On Linux/MacOS:

./run.sh

About

A simple python script to claim test tokens in berachain testnet


Languages

Language:Python 82.0%Language:Shell 10.9%Language:Batchfile 7.1%