mirror of
https://github.com/tcsenpai/ethereum-vanity-address-generator-cuda.git
synced 2025-06-02 16:50:08 +00:00
11 lines
379 B
Plaintext
11 lines
379 B
Plaintext
# Enable balance checking (true/false)
|
|
CHECK_BALANCES=true
|
|
# RPC URL for Ethereum node
|
|
RPC_URL=https://eth.llamarpc.com
|
|
# How many addresses to check in each batch
|
|
BALANCE_BATCH_SIZE=100
|
|
# Desired address prefix
|
|
PREFIX=dEAD000000000000000042069420694206942069
|
|
SYNC_MODE=false # Set to true for synchronous balance checking
|
|
# CUDA batch size for address generation
|
|
BATCH_SIZE=500 |