Skip to content

Instantly share code, notes, and snippets.

@yudapc
Last active February 18, 2024 15:36
Show Gist options
  • Save yudapc/717b2630762b65a32d547e8090b1e2ac to your computer and use it in GitHub Desktop.
Save yudapc/717b2630762b65a32d547e8090b1e2ac to your computer and use it in GitHub Desktop.
Mining ETH
Mining ETH with GPU
Check gpu:
Minimum Ram of GPU is 4GB
Command:
# nvidia-smi
Download packages:
# wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.84/lolMiner_v1.84_Lin64.tar.gz
# tar -xvf lolMiner_v1.84_Lin64.tar.gz
# cd 1.84
Run miner:
# ./lolMiner --algo ETHASH --pool eth.2miners.com:2020 --user YOUR-ETH-WALLET-ADDRESS.servername
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment