-
Notifications
You must be signed in to change notification settings - Fork 717
Description
Describe the issue
During a fresh PIVX install, the user will need to set up the Sapling Parameters.
The user does not know this, but is informed when they first try to execute the pivxd file.
The message is then:
$ Error: Cannot find the Sapling parameters in the following directory:
"/home/estanek/.pivx-params"
Please run 'sapling-fetch-params' or './util/fetch-params.sh' and then restart.
However, neither of these 2 files exist in the tar ball downloaded.
The file install-params.sh does exist, but it must be executed in the same folder it exists in, by the user installing a wallet for their account. Some users (like myself) store apps in /opt, or in this case, /opt/pivx. There is no instructions explaining that this is the file to execute, or from which folder should be executed.
Ideally, if the sapling parameters are missing, the pivx wallet should know to create them. But, I suppose this creates an issue in some cases.
What version of PIVX Core are you using?
v5.5
Machine specs:
- OS: Ubuntu 22