GitDeployHub

natazeroins/pog-mining-gpu

github.com/natazeroins/pog-mining-gpu ↗
Node.js API
11 environment variables found in .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
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/natazeroins/pog-mining-gpu
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/natazeroins/pog-mining-gpu
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/natazeroins/pog-mining-gpu
Or deploy to a different host
← Try another repo