Last active
February 18, 2024 15:36
-
-
Save yudapc/717b2630762b65a32d547e8090b1e2ac to your computer and use it in GitHub Desktop.
Mining ETH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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