Skip to content

currlybracket/berachain-airdrop-checker

 
 

Repository files navigation

Berachain BERA Airdrop Checker

For checking many addresses with ease, by airdrop farmer for all other airdrop farmers out there!

How it works

It works by querying the official online checker https://checker.berachain.com/. Multithread and can check thousands of addresses easily and quickly. image


Prerequisites

  1. Node.js (version 18.xx or later recommended)
  2. addresses.txt file containing evm addresses.

Installation

  1. Clone or download this repository.

    git clone https://github.com/tacknuzz/berachain-airdrop-checker.git
    cd berachain-airdrop-checker
  2. Install Node.js if you haven’t already. Download Node.js here.

  3. Navigate to the folder containing the index.js in your terminal.

  4. Install required npm packages:

    npm install

Usage

  1. Run the script in your terminal:

    node index.js
  2. View the console output to see each wallet address and corresponding BERA allocation.

  3. Results are save into allocations.txt


Notes

  • If you receive errors replace proxies in proxies.txt with good ones.
  • This tool is for educational and testing purposes only.

About

Multithreaded BERA airdrop checker. Ultra fast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%