Issue with Masternode Possibly Not Working
What is the relationship between the Windows wallet and a Linux masternode configuration? Most masternode setups allow you to add remote masternode configuration in the masternode.conf file, but it seems different with PNX.
I believe I have my Linux masternode setup correctly, but there were no instructions to setup sentinel. Is sentinel necessary for PNX?
How can I check if my masternode is functioning properly? I do not see my masternode wallet address in the explorer.
Here is the result of "pnx getinfo"
{
"version" : "v1.2.2.2: POS-X10",
"protocolversion" : 69110,
"walletversion" : 60000,
"balance" : 20000.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 116726,
"timeoffset" : 0,
"moneysupply" : 14016103.89812574,
"connections" : 3,
"proxy" : "",
"ip" : "1x.2x.xx.xx",
"difficulty" : {
"proof-of-work" : 24952.51512000,
"proof-of-stake" : 179611.14789459
},
"testnet" : false,
"keypoololdest" : 1514529190,
"keypoolsize" : 101,
"paytxfee" : 0.00010000,
"mininput" : 0.00000000,
"errors" : ""
}
-------------
Here is the result of "pnx masternodelist | grep <1x.2x>
pnx masternode list | grep 1x.2x
"1x.2x.xx.xx:9999" : 1,
---------------
Here is the result of "pnx listtransactions"
[
{
"account" : "0",
"address" : "PPSdSjrZRnHvMYne6kWvQ5yiUdgpKGosZL",
"category" : "receive",
"amount" : 20000.00000000,
"confirmations" : 1047,
"blockhash" : "07c9d34713698c64de4a84d7ad3712a43a23e8e14d0fc7cc9ad9b8f9123e8877",
"blockindex" : 2,
"blocktime" : 1514540688,
"txid" : "434339f267afc04af8978b7738e9baa2fc73a2ef21ba925af286623d238a326a",
"time" : 1514540688,
"timereceived" : 1514545315
}
]
Why does the transaction not show up in the explorer?
Is there a guide to all of the command line options? How can I see the transactions from the command line?
I am willing to put together a very detailed install guide and video for the community, I just need a bit of help here.
Thanks in advance for any help.
PNX masternode does not require sentinel.
PNX MN setup is slightly different from typical MN guides, you need to follow PNX guide. The main difference is that you should start from creating MN from the control wallet menu - it will create MN address and genkey. There is no masternode.conf file for PNX - all data is from the menu. You need to send 20,000 PNX to the generated address.
VPS cold MN setup is standard, no sentinel. You can check if your VPS cold MN started by the command "phantomx masternode debug" - it should say: "masternode started remotely" - this is how you can make sure MN is running. Sure, before this you will need to start this MN from the control wallet menu. Remember to unlock wallet before starting MN.
Good luck!