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):
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
- Create a free AlphaTrack account
- Open Dashboard → OS Eligibility Checker → Generate token → copy it
- 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alphatrack_os_eligibility_checker-0.1.0.tar.gz.
File metadata
- Download URL: alphatrack_os_eligibility_checker-0.1.0.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b1c2811065b6f6cc87292a55521128af27bc08f106d53b5ae84bd46e7641a22
|
|
| MD5 |
94f0414ea4f66d20b2f7a37d8dabf860
|
|
| BLAKE2b-256 |
8df6e92e75698fc96891908956ba5e574f8e793dd83f20bf52008b1ff5ab9f8a
|
File details
Details for the file alphatrack_os_eligibility_checker-0.1.0-py3-none-any.whl.
File metadata
- Download URL: alphatrack_os_eligibility_checker-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
748930cc4cc94e51160ba337cb0b2b37fd54ba2a1c7ebc25d499daa12cc0b87a
|
|
| MD5 |
244f2b0c22204b96780c244e858306e7
|
|
| BLAKE2b-256 |
a1415bd0fea5b11a34d0f408d32613d527e698a0dc4550f3ca34fc36cd9e0bd9
|