Skip to content

Commit

Permalink
Update mining.md (#1938)
Browse files Browse the repository at this point in the history
minor changes to increase readability.
  • Loading branch information
jagottsicher authored Jan 20, 2023
1 parent 1d77730 commit 016b3ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/mining.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ certificate into the default system Certificate Authority list.

## Ubuntu

1. Copy rpc.cert to /usr/share/ca-certificates: `# cp /home/user/.btcd/rpc.cert /usr/share/ca-certificates/btcd.crt`
2. Add btcd.crt to /etc/ca-certificates.conf: `# echo btcd.crt >> /etc/ca-certificates.conf`
3. Update the CA certificate list: `# update-ca-certificates`
1. Copy rpc.cert to /usr/share/ca-certificates: `cp /home/user/.btcd/rpc.cert /usr/share/ca-certificates/btcd.crt`
2. Add btcd.crt to /etc/ca-certificates.conf: `echo btcd.crt >> /etc/ca-certificates.conf`
3. Update the CA certificate list: `update-ca-certificates`

## Set your mining software url to use https

Expand Down

0 comments on commit 016b3ad

Please sign in to comment.