Skip to content

daviddwlee84/CryptocurrencyMining

Repository files navigation

Cryptocurrency Mining

Prerequisites

Assume you have already set up a machine

(i.e. assemble one with GPU and installed driver (e.g. cuda for Nvidia GPU with specific version with your miner))

You will need additional setup for mining Ethereum on GTX 1080/ti & Titan XP

General Procedure

  1. Get a wallet
  2. Choose a mining pool (or you want solo mining) for your target currency (e.g. Bitcoin or Ethereum)
  3. Choose a miner
  4. Setup miner with your wallet information & mining pool

There is potential that Windows thinks the miner is a virus. This is how to configure:

  1. Search "Virus & threat protection"
  2. Goto "Virus & threat protection settings" and click "Manage settings"
  3. Goto "Exclusions" and click "Add or remove exclusions"
  4. Add this folder (i.e. the repository directory)

Note

  • Usually, a mining pool will have its payout policy and normally you will have to mine over a threshold to be paid.
  • But since a transaction might need some tax or fee or whatever, so don't take out too often can reduce this cost.

Start Mining

Hacking

Notes

TODO

  • Undervolting and Overclocking => Enlarge GTX 1080 mining speed
    • Windows
    • Linux
  • Dual Mining
  • Find target to mine on laptop or machine with low GPU RAM
    • Try Ravencoin (RVN)
  • Move Mining Pool notes to where it belongs (i.e. ETH)

Low priority

  • Bypass Mining Fee of Miner
  • Test if ETHlargementPill can be activated remotely

Resources

To determine what to / what can you mine

Just a overview of current cryptocurrency states


Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

choco install git vim

To allow execute script

Set-ExecutionPolicy RemoteSigned

About

Mining setup and notes for cryptocurrency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published