mining with gpu clouds notebook colab eth


SUBMITTED BY: ijazsial

DATE: May 12, 2021, 6:42 p.m.

FORMAT: Text only

SIZE: 487 Bytes

HITS: 4544

  1. mining in any cloud note book like colab google etc , with gpu
  2. !sudo add-apt-repository ppa:ethereum/ethereum
  3. !sudo cat /etc/apt/sources.list
  4. !sudo apt update
  5. !sudo apt install ethereum
  6. !wget https://github.com/ethereum-mining/ethminer/releases/download/v0.18.0/ethminer-0.18.0-cuda-9-linux-x86_64.tar.gz
  7. %ls
  8. !tar -zxvf ethminer-0.18.0-cuda-9-linux-x86_64.tar.gz
  9. %cd bin/
  10. !./ethminer -G -P stratum1+tcp://0x045D39293E8772C2A671123C7d47315Beb931cc8@eth-asia1.nanopool.org:9999

comments powered by Disqus