.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
RPC_URL
Ethereum mainnet RPC URL, e.g. Alchemy/Infura
PRIVATE_KEY
secret
Burner wallet private key only. Do NOT use your main wallet.
MAX_FEE_USD
Safety cap in USD per submitted mine transaction.
ETH_USD
FIXED_MAX_FEE_GWEI
Optional fixed EIP-1559 gas settings.
FIXED_PRIORITY_GWEI
BATCH
Search batch size and runtime output paths.
STATS_FILE
PERSONAL_LOG_FILE
GENERATION_DIR
SAVE_GENERATION_SVG
brew install flyctl && fly launch --from https://github.com/natazeroins/pog-mining-gpu
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/natazeroins/pog-mining-gpu
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/natazeroins/pog-mining-gpu