Hi Jaime?
I did follow your instruction but still stuck with same message:
#-----------------------------------------------------
{
"account" : "0",
"address" : "PKu2B837eGHXARQNqTz4T4QjxHQBUSCkXC",
"category" : "receive",
"amount" : 20000.00094557,
"confirmations" : 17,
"blockhash" : "659cdacb19ef2afd84126f7e4bbd87c39ce37976f2ff7852642b1880c1978cfc",
"blockindex" : 3,
"blocktime" : 1517262112,
"txid" : "7710c1a7afdbaffa52516740ca85b501821ba82801c1de99ff3fd77cafebf668",
"time" : 1517262095,
"timereceived" : 1517262095
}
]
root@vultr:~# pnx masternode start
not capable masternode: Unknown. Check debug.log for more information.
## -------------------------------------------------------------------------
What to do next
Thx
HP Mathieu
Jaime,
Thx youre being very thorough.
I gave you a wrong address, very sorry:
Wallet address on vps is
pnx getaccountaddress 0
PKu2B837eGHXARQNqTz4T4QjxHQBUSCkXC
#--------------------------------------------------
[
{
"account" : "0",
"address" : "PKu2B837eGHXARQNqTz4T4QjxHQBUSCkXC",
"category" : "receive",
"amount" : 0.00200000,
"confirmations" : 47,
"blockhash" : "7898e38799d6fcf00e35652acb96ffcc18ac8716538e69cd33dc30e596f8db81",
"blockindex" : 2,
"blocktime" : 1516566896,
"txid" : "c2177a148dc2d596f762a0f1ab4e71d085cbf07e8d17fdfc424a7f34ac31f239",
"time" : 1516566833,
"timereceived" : 1516566833
},
{
"account" : "0",
"address" : "PKu2B837eGHXARQNqTz4T4QjxHQBUSCkXC",
"category" : "receive",
"amount" : 19999.99800000,
"confirmations" : 0,
"txid" : "334151d24e79ad64fbc3f24cc120ccdf3dcd423ddd840b443f3c87ca4f8477af",
"time" : 1516568783,
"timereceived" : 1516568783
}
]
#-------------------------------------------------------------------------
Thanks for the great help.
HP Mathieu
Jaime,
Wallet address that received collateral:
PfEKFcB9wm4La1E3eSfxBunPVk7wE38tUe
Thx
HP Mathieu
So, let's see if these steps will help you!
I'm considering your wallet is completely installed and working very well.
I checked your address and you still didn't transfer 20,000 to that address.
1 :: IF the wallet IS NOT SYNC, WAIT and IGNORE THESE STEPS from nowLet's use your wallet address - PfEKFcB9wm4La1E3eSfxBunPVk7wE38tUe
2 :: creating a new address to the MNpnx dumpprivkey PfEKFcB9wm4La1E3eSfxBunPVk7wE38tUe
3 :: checking your public IP addressdig +short myip.opendns.com @resolver1.opendns.com
4 :: stop your walletpnx stop
5 :: changing the phantomx.confvi /wallets/phantomx/.wallet/phantomx.conf (press 'i' to edit and 'ESC + x' to save and exit)
Check based on this template:
rpcallowip=127.0.0.1
rpcuser=
rpcpassword=
staking=0
server=1
listen=1
port=9340
masternode=1
masternodeaddr=:9340
masternodeprivkey=
addnode=54.218.118.59:9340
addnode=54.218.118.59:9341
6 :: start your wallet againpnx -daemon -server
7 :: waiting 1 minute to sync the wallet againCheck if it's updated with the EXPLORER (explorer.phantomx.co)
pnx getinfo
8 :: transfer 20,000 PNX to your address {PfEKFcB9wm4La1E3eSfxBunPVk7wE38tUe} 9 :: wait 15 confirmations before to start your MNpnx listtransactions
10 :: after that, start your MNpnx masternode start
11 :: if showed a success message, you can check via listpnx masternode list | grep
I recommend you check via website
https://masternodes.online/monitoring/Hope to help you...