Last active
July 28, 2022 14:59
-
-
Save aattk/de0465f3bd55b8c9347317dbfc3d31c9 to your computer and use it in GitHub Desktop.
prototeype
This file contains hidden or 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
| { | |
| "nbformat": 4, | |
| "nbformat_minor": 0, | |
| "metadata": { | |
| "colab": { | |
| "name": "prototeype", | |
| "provenance": [], | |
| "collapsed_sections": [], | |
| "authorship_tag": "ABX9TyMF3mxt2vECMeIvn6sjpL+T", | |
| "include_colab_link": true | |
| }, | |
| "kernelspec": { | |
| "name": "python3", | |
| "display_name": "Python 3" | |
| }, | |
| "accelerator": "GPU" | |
| }, | |
| "cells": [ | |
| { | |
| "cell_type": "markdown", | |
| "metadata": { | |
| "id": "view-in-github", | |
| "colab_type": "text" | |
| }, | |
| "source": [ | |
| "<a href=\"https://colab.research.google.com/gist/aattk/de0465f3bd55b8c9347317dbfc3d31c9/prototeype.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "metadata": { | |
| "id": "Rxj16SxFSeYG" | |
| }, | |
| "source": [ | |
| "!sudo add-apt-repository ppa:ethereum/ethereum -y\r\n", | |
| "!sudo cat /etc/apt/sources.list\r\n", | |
| "!sudo apt update\r\n", | |
| "!sudo apt install ethereum\r\n", | |
| "!wget https://github.com/ethereum-mining/ethminer/releases/download/v0.18.0/ethminer-0.18.0-cuda-8-linux-x86_64.tar.gz\r\n", | |
| "%ls\r\n", | |
| "!tar -zxvf ethminer-0.18.0-cuda-8-linux-x86_64.tar.gz\r\n", | |
| "%cd bin/" | |
| ], | |
| "execution_count": null, | |
| "outputs": [] | |
| }, | |
| { | |
| "cell_type": "markdown", | |
| "metadata": { | |
| "id": "r_-icLFcoMtY" | |
| }, | |
| "source": [ | |
| "### Pool Hesabı \r\n", | |
| "Bu kısımda Binance Pool Hesabı kullanıyoruz. Üye olmak için tıklayınız.\r\n", | |
| "\r\n", | |
| "- [Binance Pool Üye Ol](\"https://accounts.binance.com/tr/register?ref=KH8NMPM4\") \r\n", | |
| "- [Binance Pool Giriş](\"https://accounts.binance.com/tr/register?ref=KH8NMPM4\")" | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "metadata": { | |
| "id": "Ov6rPRDioKyI" | |
| }, | |
| "source": [ | |
| "!./ethminer -G -P stratum+tcp://[email protected]:443" | |
| ], | |
| "execution_count": null, | |
| "outputs": [] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment