File tree 1 file changed +3
-20
lines changed
1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,10 @@ cp PAC-v0.12.2.3-ubuntu-16.04-x64/* ~/
69
69
cd ~ /
70
70
rm PAC-v0.12.2.3-ubuntu-16.04-x64.tar.gz
71
71
rm -r PAC-v0.12.2.3-ubuntu-16.04-x64
72
- sleep 120
73
72
currpath=$( pwd )
74
73
echo " Binaries got stored on: $currpath "
75
74
chmod +x paccoind
76
75
chmod +x paccoin-cli
77
- chmod +x paccoin-tx
78
76
79
77
echo " ###############################"
80
78
echo " # Configure the wallet #"
@@ -108,6 +106,7 @@ echo "server=1" >> paccoin.conf
108
106
echo " daemon=1" >> paccoin.conf
109
107
echo " listen=1" >> paccoin.conf
110
108
echo " staking=0" >> paccoin.conf
109
+ echo " masternode=1" >> paccoin.conf
111
110
echo " masternodeaddr=$ipaddr :7112" >> paccoin.conf
112
111
echo " masternodeprivkey=$mnkey " >> paccoin.conf
113
112
@@ -141,8 +140,7 @@ while [ $assetid != '999' ] && [ $timing -le $waitsynced ]; do
141
140
syncedinfo=$( ./paccoin-cli mnsync status )
142
141
assetid=$( echo $syncedinfo | jq ' .AssetID' )
143
142
echo " Syncing wallet... current: $assetid out of 999"
144
- echo " Timing $timing "
145
- sleep 60
143
+ sleep 20
146
144
done
147
145
148
146
if [ $assetid != ' 999' ]; then
@@ -167,19 +165,4 @@ cd ~/
167
165
./paccoin-cli getinfo
168
166
169
167
echo " Your masternode server is ready!"
170
- echo " Don't forget to run the masternode from your cold wallet!"
171
-
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
168
+ echo " Don't forget to run the masternode from your cold wallet!"
You can’t perform that action at this time.
0 commit comments