Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update article.md #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The installation method differs based on the operating system being used.
* Intel/AMD: `wget https://github.com/PIVX-Project/PIVX/releases/download/v[version]/pivx-[version]-x86_64-linux-gnu.tar.gz`
* ARM: `wget https://github.com/PIVX-Project/PIVX/releases/download/v[version]/pivx-[version]-arm-linux-gnueabihf.tar.gz`
3. Unzip the archive:
* Intel.AMD: `tar -zxvf pivx-[version]-aarch64-linux-gnu.tar.gz && sudo rm -f pivx-[version]-x86_64-linux-gnu.tar.gz`
* Intel.AMD: `tar -zxvf pivx-[version]-x86_64-linux-gnu.tar.gz && sudo rm -f pivx-[version]-x86_64-linux-gnu.tar.gz`
* ARM: `tar -zxvf pivx-[version]-arm-linux-gnueabihf.tar.gz && sudo rm -f pivx-[version]-arm-linux-gnueabihf.tar.gz`
4. Navigate to the newly created folder `cd pivx-[version]`
5. **First install only:** Install the Sapling parameters by running the command `./install-params.sh`
Expand Down Expand Up @@ -73,4 +73,4 @@ The PIVX Core Wallet is upgraded on a regular basis, in order to deliver new fun
The procedure to upgrade the wallet is similar to an installation and is as easy as:
* Shutdown the current version of the wallet.
* Install the new version by following the procedure corresponding to your operating system.
* Restart the core wallet using the newly installed version.
* Restart the core wallet using the newly installed version.