From f2b1737edd7dc4395de12fd4adf1de45dd409355 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Thu, 9 Nov 2023 19:53:04 -0300 Subject: [PATCH] update the node version in debian install details (#7933) --- book/src/user/mining-testnet-s-nomp.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/book/src/user/mining-testnet-s-nomp.md b/book/src/user/mining-testnet-s-nomp.md index 61548dab..c33033ce 100644 --- a/book/src/user/mining-testnet-s-nomp.md +++ b/book/src/user/mining-testnet-s-nomp.md @@ -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: