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
- Get a wallet
- Choose a mining pool (or you want solo mining) for your target currency (e.g. Bitcoin or Ethereum)
- Choose a miner
- Setup miner with your wallet information & mining pool
There is potential that Windows thinks the miner is a virus. This is how to configure:
- Search "Virus & threat protection"
- Goto "Virus & threat protection settings" and click "Manage settings"
- Goto "Exclusions" and click "Add or remove exclusions"
- 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.
Hacking
- Background Knowledge
- Cryptocurrency
- Bitcoin
- Ethereum
- Managing Digital Currency
- Wallet - To keep your mined currency
- Digital Currency Exchange - To exchange your digital currency to money
- Mining Pools
- Miner
- Cost
- 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
To determine what to / what can you mine
- WhatToMine - Crypto coins mining profit calculator compared to Ethereum
- Mining Profit Calculator for Video Card (GPU)
- Mining calculator 🖥️ | minerstat
- DAG size calculator and calendar | minerstat
- Mining Pool Stats
Just a overview of current cryptocurrency states
- Cryptocurrency Prices, Charts And Market Capitalizations | CoinMarketCap
- Cryptocurrency Prices, Portfolio, Forum, Rankings | CryptoCompare.com
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
- Run multiple commands and kill them as one in bash - Unix & Linux Stack Exchange
- windows - How to run multiple commands one after another in cmd - Super User
- How to Run Two or More Terminal Commands at Once in Linux
- bash - Which one is better: using ; or && to execute multiple commands in one line? - Ask Ubuntu
- Execute multiple commands with 1 line in Windows commandline? - Super User
To allow execute script
Set-ExecutionPolicy RemoteSigned