Skip to content

Commit

Permalink
update the node version in debian install details
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage authored Nov 9, 2023
1 parent e5e89ec commit 08d9d9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions book/src/user/mining-testnet-s-nomp.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,18 @@ These fixes disable mining pool operator payments and miner payments: they just
1. `git clone https://github.com/ZcashFoundation/s-nomp`
2. `cd s-nomp`
3. Use the Zebra fixes: `git checkout zebra-mining`
4. Use node 8.11.0:
4. Use node 10:

```sh
nodenv install 8.11.0
nodenv local 8.11.0
nodenv install 10
nodenv local 10
```

or

```sh
nvm install 8.11.0
nvm use 8.11.0
nvm install 10
nvm use 10
```

5. Update dependencies and install:
Expand Down

0 comments on commit 08d9d9d

Please sign in to comment.