Skip to main content

AlphaTrack OS Eligibility Checker

Thin local client for OpenSea drop/presale eligibility.

Private keys never leave your computer. Signing happens locally. AlphaTrack only receives an auth token, wallet addresses, and SIWE signatures needed to check eligibility.

Install

Use a virtual environment (pick one), then install the package.

Option A — venv (built into Python, no conda needed):

# If .venv already exists from an older folder name, remove it first:
# rm -rf .venv

python3 -m venv .venv
source .venv/bin/activate          # macOS / Linux
# .venv\Scripts\activate           # Windows
pip install alphatrack-os-eligibility-checker

Option B — conda:

conda create -n alphatrack-os-eligibility python=3.11 -y
conda activate alphatrack-os-eligibility
pip install alphatrack-os-eligibility-checker

Dependencies (requests, eth-account, python-dotenv, tqdm) install automatically with the package.

Setup

  1. Create a free AlphaTrack account
  2. Open Dashboard → OS Eligibility CheckerGenerate token → copy it
  3. In a working folder:
mkdir my-os-eligibility-check && cd my-os-eligibility-check

Create .env:

ALPHATRACK_TOKEN=at_your_token_here
# ALCHEMY_API_KEY=optional_for_balances

Create wallets.txt — one private key per line. Lines starting with # are group labels (shown in the summary next to eligible wallets). Keys never leave your computer.

# main
0xabc1111111111111111111111111111111111111111111111111111111111111

# burner1
0xabc2222222222222222222222222222222222222222222222222222222222222
0xabc3333333333333333333333333333333333333333333333333333333333333

# burner2
0xabc4444444444444444444444444444444444444444444444444444444444444

# account1
0xabc5555555555555555555555555555555555555555555555555555555555555

Replace the 0x… values with your real private keys. You can use any group names you like (main, burner1, farm, etc.). Keys under a # label belong to that group until the next # line.

Run

alphatrack-os-eligibility-checker -c todd-nft
# or
alphatrack-os-eligibility-checker -c https://opensea.io/collection/todd-nft/overview
# or
python -m alphatrack_os_eligibility_checker -c todd-nft

What is sent to AlphaTrack

Sent Not sent
API token Private keys
Wallet address Alchemy key
SIWE signature + message Full wallets.txt

Staging / local API

ALPHATRACK_API_BASE=http://localhost:8888

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alphatrack_os_eligibility_checker-0.1.1.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file alphatrack_os_eligibility_checker-0.1.1.tar.gz.

File metadata

File hashes

Hashes for alphatrack_os_eligibility_checker-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c6c0a6d065e3b001ed22a54f76fee13871859fd4230ec4e4a73d6919b4342c37
MD5 ff7525301f25dadcb4366fb79d32fec6
BLAKE2b-256 1b075aa37419e9ac12476b94b5207df2579be73eaffa54ec748f48f33a334652

See more details on using hashes here.

File details

Details for the file alphatrack_os_eligibility_checker-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for alphatrack_os_eligibility_checker-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1976dd4f2d87883792b2c3750a9844aa13335a5c57f4669bddd3f98001c7e4b2
MD5 6550f6b7f00ae98ea5552d27072a22aa
BLAKE2b-256 ff3b1acceaa40757903585308f79d75faaebe076a31ac093eec78cf1fc278cbf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page