Nvidia RTX 3060 Ti – Hashrate and Power Consumption

Nvidia RTX 3060 Ti ETH Hashrate and Power Consumption

The following is the estimated Hashrate and power consumption of a RTX 3060 Ti based on web sources.

RTX 3060 Ti

Cost

Cost Used (eBay)
February 2021: $900 – $1000

Hasrate for Ethash and Power Consumption

Hashrate: 60/Mhs

Power Consumption
Average: 120 W


Average Mhs Per Watt : 0.5/Mhs
Average Watts Per Mhs: 2 W

Profitability is about $7.70/day as of February 9, 2021

https://whattomine.com/coins/151-eth-ethash?hr=60.0&p=120.0&fee=0.0&cost=0.1&hcost=0.0&commit=Calculate

GTX 1080 Ti – ETH Hashrate and Power Consumption

Nvidia GTX 1080 Ti ETH Hashrate and Power Consumption

The following is the estimated Hashrate and power consumption of a GTX 1080 Ti based on web sources.

GTX 1080 Ti

Cost

Cost Used (eBay)
February 2021: $600 – $800

Hasrate for Ethash and Power Consumption

Hashrate: 41/Mhs
Hashrate with enlargement pill: 54/Mhs

Power Consumption
Average: 180 W


Average Mhs Per Watt : 0.23/Mhs
Average Watts Per Mhs: 4.39 W

Profitability is about $2.97/day as of February 9, 2021

https://whattomine.com/coins/151-eth-ethash?hr=41.0&p=180.0&fee=0.0&cost=0.1&hcost=0.0&commit=Calculate

Nvidia RTX 3090 – Hashrate and Power Consumption

Nvidia RTX 3090 ETH Hashrate and Power Consumption

The following is the estimated Hashrate and power consumption of a RTX 3090 based on web sources.

RTX 3090

Cost

Cost Used (eBay)
February 2021: $2300 – $2700

Hasrate for Ethash and Power Consumption

Hashrate: 120/Mhs

Power Consumption
Average: 300 W


Average Mhs Per Watt : 0.40/Mhs
Average Watts Per Mhs: 2.50 W

Profitability is about $15.40/day as of February 9, 2021

https://whattomine.com/coins/151-eth-ethash?hr=120&p=300&fee=0.0&cost=0.1&hcost=0.0&commit=Calculate

Install nVidia GeForce Drivers on Fedora 27

Install free and non-free rpmfusion

sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

Install drivers

dnf install xorg-x11-drv-nvidia akmod-nvidia
dnf install xorg-x11-drv-nvidia-cuda 
dnf update -y

Reboot

reboot

You may need to set the DPI settings.  See here for more details.

How to Install NVIDIA Proprietary drivers on Kali Linux

Looks like the official docs have been updated. https://www.kali.org/docs/general-use/install-nvidia-drivers-on-kali-linux/

sudo apt update
sudo apt -y full-upgrade -y
sudo reboot

After the reboot, install the drivers with

sudo apt install -y nvidia-driver nvidia-cuda-toolkit
sudo reboot

Old Instructions

Leaving these here in case someone finds them helpful.

Run the following commands to update, and install the needed NVIDIA driver

apt-get update
apt-get dist-upgrade
apt-get install linux-headers-$(uname -r)
apt-get install nvidia-kernel-dkms nvidia-xconfig

Disable the nouveau driver, and reboot.

sed 's/quiet/quiet nouveau.modeset=0/g' -i /etc/default/grub
update-grub
nvidia-xconfig 
reboot

You also might want to install these.

 apt-get install nvidia-settings nvidia-smi nvidia-cuda-toolkit