Skip to content

Commit

Permalink
Update README to include Ubuntu 20.04 Desktop ed
Browse files Browse the repository at this point in the history
  • Loading branch information
geho2 authored Nov 15, 2021
1 parent dd4e76e commit 0476d4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GPU CUDA Miner for Bismuth.

Install instructions (Linux):
* Install Ubuntu 20.04 server on a PC with at least one Nvidia GPU, memory requirement on GPU at least 1075MiB.
* Install Ubuntu 20.04 **server** on a PC with at least one Nvidia GPU, memory requirement on GPU at least 1075MiB.
* Boot into the new server and do the following
```sudo apt update```
```sudo apt upgrade```
Expand All @@ -28,3 +28,7 @@ Install instructions (Linux):


Note that the pool will use the Bismuth address in the node wallet, found in the file wallet.der. If you want to solo mine, you can mine directly to this address by editing the file miner.txt and make the miner_address equal to the address in wallet.der. In this case, you can also edit min_payout in pool.txt to a large number to prevent payout transactions from the pool.

Install instructions (Ubuntu 20.04 **Desktop** ISO):
If you want to install kbkminer on the Ubuntu 20.04 Desktop edition, instead of the Server edition, use the following minor modifications instead:
* ```sudo apt install nvidia-driver-470``` followed by ```sudo apt install git```

0 comments on commit 0476d4b

Please sign in to comment.