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
Make sure you choose the correct version of the core wallet.
16
17
Unzip and extract:
17
18
```
18
-
tar -zxvf pivx-3.1.0.2-x86_64-linux-gnu.tar.gz
19
+
tar -zxvf pivx-3.1.1-x86_64-linux-gnu.tar.gz
19
20
```
20
21
21
-
Go to your PIVX 3.0.0 bin directory:
22
+
Go to your PIVX 3.1.1 bin directory:
22
23
```
23
-
cd ~/pivx-3.1.0/bin
24
+
cd ~/pivx-3.1.1/bin
24
25
```
25
26
26
27
>*Note*: If this is the first time running the wallet in the VPS, you’ll need to attempt to start the wallet with `./pivxd`. This will place the config files in your `~/.pivx` data directory.<br>
@@ -39,8 +40,8 @@ Use nano (or vi, or any text editor) to create a configuration file:
39
40
nano pivx.conf
40
41
```
41
42
42
-
Inser the required fields.
43
-
Make sure to replace rpcuser and rpcpassword with your own, as well as the vps IP and the *mnPrivKey* obtained from SPMT.
43
+
Insert the required fields.
44
+
Make sure to replace rpcuser and rpcpassword with your own, as well as the IP address of the VPS and the *mnPrivKey* obtained from SPMT.
44
45
```
45
46
rpcuser=<long random username>
46
47
rpcpassword=<longer random password>
@@ -52,7 +53,6 @@ logtimestamps=1
52
53
maxconnections=256
53
54
masternode=1
54
55
externalip=<your unique public ip address>
55
-
bind=<your unique public ip address>
56
56
masternodeaddr=<your unique public ip address>:51472
57
57
masternodeprivkey=<your mnPrivKey>
58
58
```
@@ -65,7 +65,7 @@ Exit and save (`CTRL+X`).
65
65
Now, you need to finally start the wallet (for the second time).<br>
66
66
First go back to your installed wallet directory
67
67
```
68
-
cd ~/pivx-3.1.0/bin
68
+
cd ~/pivx-3.1.1/bin
69
69
```
70
70
71
71
and then start the wallet using
@@ -78,3 +78,12 @@ You can check the status of the sync with:
78
78
```
79
79
./pivx-cli mnsync status
80
80
```
81
+
82
+
When the output shows the following
83
+
```
84
+
"IsBlockchainSynced": true,
85
+
...
86
+
"RequestedMasternodeAssets": 999,
87
+
"RequestedMasternodeAttempt": 0
88
+
```
89
+
The masternode is ready to be started from the controller.
0 commit comments