Pages:
Author

Topic: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode - page 12. (Read 52479 times)

member
Activity: 81
Merit: 10
never had an issue with Pure masternode, DigitalPrice mn shows sometimes i mined the block with the MN but the "?" still remains and i dont get the coins.
newbie
Activity: 84
Merit: 0
hello, for the POS,

I found wired problem, I can see it show me I mined 50 PNX in wallet, but after I reopen the wallet, it show me only 25 PNX for the POS, is it normal?  thx

yes, it's a known issue for lots of wallets
newbie
Activity: 83
Merit: 0
hello, for the POS,

I found wired problem, I can see it show me I mined 50 PNX in wallet, but after I reopen the wallet, it show me only 25 PNX for the POS, is it normal?  thx
newbie
Activity: 17
Merit: 0
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 now

Let's use your wallet address - PfEKFcB9wm4La1E3eSfxBunPVk7wE38tUe

2 :: creating a new address to the MN
Code:
pnx dumpprivkey PfEKFcB9wm4La1E3eSfxBunPVk7wE38tUe


3 :: checking your public IP address
Code:
dig +short myip.opendns.com @resolver1.opendns.com


4 :: stop your wallet
Code:
pnx stop

5 :: changing the phantomx.conf

Code:
vi /wallets/phantomx/.wallet/phantomx.conf (press 'i' to edit and 'ESC + x' to save and exit)

Check based on this template:

Code:
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 again
Code:
pnx -daemon -server


7 :: waiting 1 minute to sync the wallet again
Check if it's updated with the EXPLORER (explorer.phantomx.co)
Code:
pnx getinfo


8 :: transfer 20,000 PNX to your address {PfEKFcB9wm4La1E3eSfxBunPVk7wE38tUe}


9 :: wait 15 confirmations before to start your MN
Code:
pnx listtransactions


10 :: after that, start your MN
Code:
pnx masternode start


11 :: if showed a success message, you can check via list
Code:
pnx masternode list | grep


I recommend you check via website https://masternodes.online/monitoring/
Hope to help you...
member
Activity: 133
Merit: 10
Reserved for Turkish announcement translation and future topic updates. Also I'll modarate your locale channels in DD or Telegram etc, including howto sections etc. Thanks
member
Activity: 160
Merit: 18
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 now

Let's use your wallet address - PfEKFcB9wm4La1E3eSfxBunPVk7wE38tUe

2 :: creating a new address to the MN
Code:
pnx dumpprivkey PfEKFcB9wm4La1E3eSfxBunPVk7wE38tUe


3 :: checking your public IP address
Code:
dig +short myip.opendns.com @resolver1.opendns.com


4 :: stop your wallet
Code:
pnx stop

5 :: changing the phantomx.conf

Code:
vi /wallets/phantomx/.wallet/phantomx.conf (press 'i' to edit and 'ESC + x' to save and exit)

Check based on this template:

Code:
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 again
Code:
pnx -daemon -server


7 :: waiting 1 minute to sync the wallet again
Check if it's updated with the EXPLORER (explorer.phantomx.co)
Code:
pnx getinfo


8 :: transfer 20,000 PNX to your address {PfEKFcB9wm4La1E3eSfxBunPVk7wE38tUe}


9 :: wait 15 confirmations before to start your MN
Code:
pnx listtransactions


10 :: after that, start your MN
Code:
pnx masternode start


11 :: if showed a success message, you can check via list
Code:
pnx masternode list | grep


I recommend you check via website https://masternodes.online/monitoring/
Hope to help you...
newbie
Activity: 17
Merit: 0
Jaime,

Wallet address that received collateral:

PfEKFcB9wm4La1E3eSfxBunPVk7wE38tUe

Thx
HP Mathieu

Hi Jaime,

No I didnt do much, awaiting your instructions.
Should I reinstall the complete masternode , then use wallet.dat backup to restart it?
Thx
HP Mathieu

Before, please, share your public wallet address!
If it's right, we can work on that.
member
Activity: 160
Merit: 18
Hi Jaime,

No I didnt do much, awaiting your instructions.
Should I reinstall the complete masternode , then use wallet.dat backup to restart it?
Thx
HP Mathieu

Before, please, share your public wallet address!
If it's right, we can work on that.
newbie
Activity: 17
Merit: 0
Hi Jaime,

No I didnt do much, awaiting your instructions.
Should I reinstall the complete masternode , then use wallet.dat backup to restart it?


I did try to restart masternode and got the following from debug.log
#----


ProcessBlock: ACCEPTED
socket recv error 104
P2P peers available. Skipped DNS seeding.
dnsseed thread exit
Successfully synced, asking for Masternode list and payment list
Successfully synced, asking for Masternode list and payment list
Successfully synced, asking for Masternode list and payment list
connect() to 188.52.148.59:31978 failed after select(): No route to host
connect() to 185.230.124.53:31978 failed after select(): Connection refused
socket recv error 104
receive version message: version 69110, blocks=172883, us=45.32.223.32:45400, the                                                                             m=0.0.0.0:31978, peer=39.106.201.170:31978
Added time data, samples 5, offset -4 (+0 minutes)
nTimeOffset = +0  (+0 minutes)
CActiveMasternode::ManageStatus() - Checking inbound connection to '45.32.223.32:                                                                             9340'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possibl                                                                             e list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status
CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running                                                                              statusconnected to self at 45.32.223.32:45366, disconnecting
socket recv error 104
socket recv error 104
socket recv error 104
#-------------------------------------------------------------------------
Now I am thinking: maybe this comes from the fact I sent the 20.000 PNXs in two TX:
one time 20 PNX for testing the address, then the remaining 11980 PNXs
That should give TWO Txids maybe this is the cause for the masternode refusing to start?

Thx
HP Mathieu

Hi Jaime,

Your following up is very much appreciated Smiley !
Block # is the same:  "blocks" : 172636,
172638   76eb9234e515f9b4c4748bc653d3b7ceda85f604615748dfccc2408ffe06f945   2   50.00001615   Sat, 27 Jan 2018 16:32:32 GMT

I got the wallet.dat backup:
#----------------------------------------------------------

 ls -al /root/PhantomX_bkp
total 104
drwxr-xr-x 2 root root  4096 Jan 27 16:35 .
drwx------ 7 root root  4096 Jan 27 16:35 ..
-rw------- 1 root root 98304 Jan 27 16:35 wallet.dat

#----------------------------------------------------------
Thanks
HP Mathieu

Is it working very well now?
member
Activity: 160
Merit: 18
Hi Jaime,

Your following up is very much appreciated Smiley !
Block # is the same:  "blocks" : 172636,
172638   76eb9234e515f9b4c4748bc653d3b7ceda85f604615748dfccc2408ffe06f945   2   50.00001615   Sat, 27 Jan 2018 16:32:32 GMT

I got the wallet.dat backup:
#----------------------------------------------------------

 ls -al /root/PhantomX_bkp
total 104
drwxr-xr-x 2 root root  4096 Jan 27 16:35 .
drwx------ 7 root root  4096 Jan 27 16:35 ..
-rw------- 1 root root 98304 Jan 27 16:35 wallet.dat

#----------------------------------------------------------
Thanks
HP Mathieu

Is it working very well now?
newbie
Activity: 17
Merit: 0
Hi Jaime,

Your following up is very much appreciated Smiley !
Block # is the same:  "blocks" : 172636,
172638   76eb9234e515f9b4c4748bc653d3b7ceda85f604615748dfccc2408ffe06f945   2   50.00001615   Sat, 27 Jan 2018 16:32:32 GMT

I got the wallet.dat backup:
#----------------------------------------------------------

 ls -al /root/PhantomX_bkp
total 104
drwxr-xr-x 2 root root  4096 Jan 27 16:35 .
drwx------ 7 root root  4096 Jan 27 16:35 ..
-rw------- 1 root root 98304 Jan 27 16:35 wallet.dat

#----------------------------------------------------------
Thanks
HP Mathieu

Hi Jaime,

I have been following your guide.
Do you think I should clean up the VPS and restart from scratch?
How do I remove the funds (20,000PNX) to my desktop wallet before doing that?
Thx
HP Mathieu

Mathieu,

Before everything, let's make a backup of your wallet.dat.
I'm supposing your wallet is in "/wallets/phantomx/.wallet".

1 :: doing a backup for your HOME
Code:
mkdir ~/PhantomX_bkp
cp /wallets/phantomx/.wallet/wallet.dat ~/PhantomX_bkp/

2 :: before, check if your wallet is 100% sync
Code:
pnx getinfo

check if the info "BLOCKS" is equal or high then the last block in
  http://explorer.phantomx.co


Let me know...
while that, I'm writing a small guide for your case!
full member
Activity: 206
Merit: 101
Nothing is True...
Hi. I stake pnx. Some day ago. Pnx have too many orphan rw Sad. Why
1. check your system time.
2. if time is correct - delete blocks and resync with the blockchain again.
Remember PNX starts staking after 3 days
full member
Activity: 281
Merit: 100
Hi. I stake pnx. Some day ago. Pnx have too many orphan rw Sad. Why
member
Activity: 160
Merit: 18
Hi Jaime,

I have been following your guide.
Do you think I should clean up the VPS and restart from scratch?
How do I remove the funds (20,000PNX) to my desktop wallet before doing that?
Thx
HP Mathieu

Mathieu,

Before everything, let's make a backup of your wallet.dat.
I'm supposing your wallet is in "/wallets/phantomx/.wallet".

1 :: doing a backup for your HOME
Code:
mkdir ~/PhantomX_bkp
cp /wallets/phantomx/.wallet/wallet.dat ~/PhantomX_bkp/

2 :: before, check if your wallet is 100% sync
Code:
pnx getinfo

check if the info "BLOCKS" is equal or high then the last block in
  http://explorer.phantomx.co


Let me know...
while that, I'm writing a small guide for your case!
newbie
Activity: 17
Merit: 0
Hi Jaime,

I have been following your guide.
Do you think I should clean up the VPS and restart from scratch?
How do I remove the funds (20,000PNX) to my desktop wallet before doing that?
Thx
HP Mathieu

Hi Jaime,

No I did hide the ip when posting
in the conf the ip is correct though.
You understand its a masternode setup on a linux vps?
thx
HPMathieu

Yes, I understand.
I wrote the guide sent.

https://phantomx.co/guide/how-to-create-masternode-linux
member
Activity: 160
Merit: 18
Hi Jaime,

No I did hide the ip when posting
in the conf the ip is correct though.
You understand its a masternode setup on a linux vps?
thx
HPMathieu

Yes, I understand.
I wrote the guide sent.

https://phantomx.co/guide/how-to-create-masternode-linux
newbie
Activity: 17
Merit: 0
Hi Jaime,

No I did hide the ip when posting
in the conf the ip is correct though.
You understand its a masternode setup on a linux vps?
thx
HPMathieu


Hi Kidshell,

thx for the following up.
This is what I get :
# -----------------------------------------------
pnx masternode start
not capable masternode: Unknown. Check debug.log for more information.

# -----------------------------------------------
Then debug.log

 tail /wallets/phantomx/.wallet/debug.log
connect() to 78.130.160.194:31978 failed after select(): Connection refused
CDarkSendPool::UpdateState() == 3 | 3
CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxx.xxx.xxx.xxx:9340'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status
CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running statusconnected to self at xxx.xxx.xxx.xxx35386, disconnecting
connect() to 150.95.154.204:31978 failed after select(): Connection refused
SetBestChain: new best= NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN  height=170673  trust=65302788549413375655  blocktrust=1357289701916568  date=01/26/18 18:21:52
ProcessBlock: ACCEPTED

#-----------------------------------------

Your opinion?
Thx
 HP Mathieu



@Mathieu,

When I you post your PHANTOMX.conf, I supposed you have hidden the IP.
Looking this error, I guess you didn't change the IP address:

Quote
masternodeaddr=xxx.xxx.xxx.xxx:9340

Access this url to know your public ip. After, copy, edit phantomx.conf and replace by .
Do not forget to close your wallet and open again.
If you did all other steps with success, your MN will be available when you start it.

I did this guide with many details. Check this:
     https://phantomx.co/guide/how-to-create-masternode-linux


Jaime
member
Activity: 160
Merit: 18
i dont know how its possible but my last masternode start taking rewards after 3 hour collateral sent.

@Bileq,

That's normal!!!!
Sometimes on the first day you receive only 25/50 PNX per day, after 3 days it's more stable to the network and probably will receive more.
Of course, depends also the diff of PoS and how many wallets are opened as staking and finding new blocks to share with MNs.
Exactly now, there are 211 MNs working  Shocked Shocked Shocked Shocked Shocked


Jaime
member
Activity: 160
Merit: 18
It's time to buy more PNX Smiley

Honestly, I bought a lot few hours ago Cheesy
member
Activity: 160
Merit: 18

Hi Kidshell,

thx for the following up.
This is what I get :
# -----------------------------------------------
pnx masternode start
not capable masternode: Unknown. Check debug.log for more information.

# -----------------------------------------------
Then debug.log

 tail /wallets/phantomx/.wallet/debug.log
connect() to 78.130.160.194:31978 failed after select(): Connection refused
CDarkSendPool::UpdateState() == 3 | 3
CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxx.xxx.xxx.xxx:9340'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status
CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running statusconnected to self at xxx.xxx.xxx.xxx35386, disconnecting
connect() to 150.95.154.204:31978 failed after select(): Connection refused
SetBestChain: new best= NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN  height=170673  trust=65302788549413375655  blocktrust=1357289701916568  date=01/26/18 18:21:52
ProcessBlock: ACCEPTED

#-----------------------------------------

Your opinion?
Thx
 HP Mathieu



@Mathieu,

When I you post your PHANTOMX.conf, I supposed you have hidden the IP.
Looking this error, I guess you didn't change the IP address:

Quote
masternodeaddr=xxx.xxx.xxx.xxx:9340

Access this url to know your public ip. After, copy, edit phantomx.conf and replace by .
Do not forget to close your wallet and open again.
If you did all other steps with success, your MN will be available when you start it.

I did this guide with many details. Check this:
     https://phantomx.co/guide/how-to-create-masternode-linux


Jaime
Pages:
Jump to: