You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple wallets. When I start one, I specify a the mnconf and wallet parameters for non-standard values.
Then, when creating a MN, when the app would normally edit the masternode.conf file, it deletes it!
Can you reliably reproduce the issue?
YES.
If so, please list the steps to reproduce below:
Start QT from command line with:
/opt/pivx/bin/pivx-qt -mnconf=/home/estanek/.pivx/wallets/wallet_1/masternode.1-10.conf -wallet=/home/estanek/.pivx/wallets/wallet_1 &
Check that masternode.1-10.conf exists. Make a copy of it for backup.
Create a new MN in the GUI.
Note that masternode.1-10.conf has been deleted.
Expected behavior
New entry for the new MN should be added to the masternode.1-10.conf file and it should not be deleted.
Actual behavior
Everything works as expected, but the masternode.1-10.conf file is deleted.
What version of PIVX Core are you using?
Production Release v5.6.1 official binary.
Machine specs:
OS: Fedora 39
CPU: Intel Core i9-14900HX x 24
RAM: 64 GB
Disk size: 8TB
Disk Type (HD/SDD): SSD
The text was updated successfully, but these errors were encountered:
Describe the issue
I have multiple wallets. When I start one, I specify a the mnconf and wallet parameters for non-standard values.
Then, when creating a MN, when the app would normally edit the masternode.conf file, it deletes it!
Can you reliably reproduce the issue?
YES.
If so, please list the steps to reproduce below:
/opt/pivx/bin/pivx-qt -mnconf=/home/estanek/.pivx/wallets/wallet_1/masternode.1-10.conf -wallet=/home/estanek/.pivx/wallets/wallet_1 &
Expected behavior
New entry for the new MN should be added to the masternode.1-10.conf file and it should not be deleted.
Actual behavior
Everything works as expected, but the masternode.1-10.conf file is deleted.
What version of PIVX Core are you using?
Production Release v5.6.1 official binary.
Machine specs:
The text was updated successfully, but these errors were encountered: