Skip to content

Commit

Permalink
updated and corrected faq-lin01
Browse files Browse the repository at this point in the history
  • Loading branch information
Oink70 committed Aug 19, 2022
1 parent aab0552 commit 264d5eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions faq-linux/faq-lin01_install_linux_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Link 2: [Download Verus Bootstrap](https://bootstrap.verus.io/)
You should get some lines like this:
`drwx------ 6 root root 4096 Jul 3 15:56`
5. Download & install the wallet binaries:
`wget https://github.com/VerusCoin/VerusCoin/releases/download/v0.7.0-4/Verus-CLI-Linux-v0.7.2-3-amd64.tgz`
`wget https://github.com/VerusCoin/VerusCoin/releases/download/v0.9.3/Verus-CLI-Linux-v0.9.3-amd64.tgz`
The downloaded archive contains another archive and a signature text file, enabling the archive within to be verified (You'll need a running wallet to do that)
Also: Verify the URL to the latest version from the [Download latest Wallet](https://verus.io/wallet) above.
`tar -xvf Verus-CLI-Linux-v0.7.0-4-amd64.tgz`
`tar -xvf Verus-CLI-Linux-v0.9.3-amd64.tgz`
Now extract the wallet archive:
`tar -xvf Verus-CLI-Linux-v0.7.0-4-amd64.tar.gz`
`tar -xvf Verus-CLI-Linux-v0.9.3-amd64.tar.gz`
Change directory to verus-cli
`cd verus-cli`
Fetch parameters, takes time, more on slow Internet connection
Expand Down Expand Up @@ -64,9 +64,9 @@ Disable login with Root User
Find: PermitRootLogin yes
And set to
PermitRootLogin no
Apply no settings:
Apply new settings:
`sudo systemctl restart sshd`

(submitted by @karero, corrected by @Glennp, edited by Oink.vrsc@)

Note: last revision date 2020-11-11.
Note: last revision date 2022-08-19.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ If you have any questions about the information here, need help or have suggesti
[Q&A questions channel Verus-WhiteBIT 2020-07-28](#!q-a/veruscoin-q-a-questions-20200728.html)
[Q&A reward channel Verus-WhiteBIT 2020-07-28](#!q-a/veruscoin-q-a-reward-20200728.html)

Note: last revision date 2022-08-12.
Note: last revision date 2022-08-19.

0 comments on commit 264d5eb

Please sign in to comment.