Bitcoin Forum
June 16, 2024, 08:58:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⛰️⛰️⛰️[ANN] SAROS - X11 - AIRDROP - MASTERNODE - BOUNTY - SIGCOMP⛰️⛰️⛰️ on: February 17, 2018, 12:16:28 AM
Hello there,

Having trouble with sentinel:
getting Wtchdog expired for my new masternode,
While troubleshooting I get :
...
  ]
        for key in info_keys:
            assert key in info
        assert info['testnet'] is is_testnet

        # test commands with args
>       assert sarosd.rpc_command('getblockhash', 0) == genesis_hash
E       assert '00000ffdd7c4...61ad5aed873d5' == '00000ffd590b1...458cdf3407ab6'
E         - 00000ffdd7c4bd151a05b2b669a4981ac80a00b71cabb402b4f61ad5aed873d5
E         + 00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6

test/integration/test_jsonrpc.py:51: AssertionError
=================================== 1 failed, 22 passed in 0.17 seconds ====================================
root@vultr:~/.saroscore/sentinel# SENTINEL_DEBUG=1 ./venv/bin/python bin/sentinel.py
[Errno 2] No such file or directory: '/root/.saroscore/saros.conf '
SarosCore must be installed and configured, including JSONRPC access in saros.conf
root@vultr:~/.saroscore/sentinel# locate saros.conf
/root/.saroscore/saros.conf
/root/saros/contrib/debian/examples/saros.conf
/root/saros/contrib/debian/manpages/saros.conf.5

But yes there is a /root/.saroscore/saros.conf with all needed parameters. 
What next?

Please help
THX
HPMathieu
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UPDATE]PhilsCurrency[PHILS][SCRYPT][POW][MASTERNODE][INSTANTX][NO ICO] on: February 04, 2018, 05:31:20 PM
Hi Guys,

Still stuck in masternode setup: i still get an empty 'masternode outputs'
so I cant setup masternode.conf

I also wonder how I could get this before seting up the conf which need that output?

May be someone could explain.
Thx

Hpmathieu
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 29, 2018, 10:05:50 PM
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 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=<user you want>
rpcpassword=<your password>
staking=0
server=1
listen=1
port=9340
masternode=1
masternodeaddr=<step-3: internet address>:9340
masternodeprivkey=<step-2: dumpprivkey>

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 <step-3: internet address>


I recommend you check via website https://masternodes.online/monitoring/
Hope to help you...
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 27, 2018, 11:12:36 PM
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=<user you want>
rpcpassword=<your password>
staking=0
server=1
listen=1
port=9340
masternode=1
masternodeaddr=<step-3: internet address>:9340
masternodeprivkey=<step-2: dumpprivkey>

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 <step-3: internet address>


I recommend you check via website https://masternodes.online/monitoring/
Hope to help you...
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 27, 2018, 08:17:11 PM
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.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 27, 2018, 06:33:29 PM
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?
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UPDATE]PhilsCurrency[PHILS][SCRYPT][POW][MASTERNODE][INSTANTX][NO ICO] on: January 27, 2018, 05:27:22 PM
Hi Cryptoally

Where to enter stratum details?

Thx
HP Mathieu


Phils is available at CryptoAlly.net mining pool.


No registration is required. Use your wallet address as the username and c=PHILS for password.

Stratum Details:
  • Stratum: eu1.cryptoally.net:3433
  • User: PHILS_WALLET_ADDRESS
  • Password: c=PHILS

Pool Details:
  • Pool Algo: Scrypt
  • Fee: 0.5%
  • Payouts: Every 3 hours

Happy Mining!!!


8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 27, 2018, 04:34:29 PM
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!
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 26, 2018, 11:42:17 PM
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
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UPDATE]PhilsCurrency[PHILS][SCRYPT][POW][MASTERNODE][INSTANTX][NO ICO] on: January 26, 2018, 11:35:26 PM
Hi there,

Trying to setup my first Linux VPS masternode with PHILS.
reached to the point below:
#----------------------------------------------------------------
# ./philscurrency-cli getinfo
{
    "version" : 1000000,
    "protocolversion" : 70003,
    "walletversion" : 61000,
    "balance" : 12000.00000000,
    "darksend_balance" : 0.00000000,
    "blocks" : 90352,
    "timeoffset" : 0,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 20220.62767771,
    "testnet" : false,
    "keypoololdest" : 1514815360,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00010000,
    "errors" : ""
}
root@vultr:/home/greg/philscurrency-1.0.0/bin# ./philscurrency-cli masternode outputs
{
}
# -----------------------------------------------------
Despite my desktopwallet showing the tx as confirmed, masternode outputs cmd produces empty answer.
#-------------------------------------------
Status: 31 confirmations, broadcast through 8 nodes
Date: 26/01/2018 17:17
To: Masternode.Collateral PfEKFcB9wm4La1E3eSfxBunPVk7wE38tUe
Debit: -11 980.00000000 PHILS
Transaction fee: -0.00002260 PHILS
Net amount: -11 980.00002260 PHILS
Transaction ID: 020655ed176a20a847b22b86b5a268bfbf455e8948302b3c21a13bed1640fd42-000

#-------------------------------------------
What's up in your opinion?
Could I setup the masternode.conf with txid from desktop wallet?
Thx
HPMathieu
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 26, 2018, 10:33:31 PM
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 <xxx.xxx.xxx.xxx> by <your public ip address>.
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
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 26, 2018, 06:16:48 PM
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
Hi There,

Sorry to be back again with unsolved same problem.
Masternode still not showing up on masternodes.online
Please help
HPM

#**********************************************************************
top - 13:16:27 up 14:27,  1 user,  load average: 0.03, 0.02, 0.00
Tasks:  82 total,   1 running,  81 sleeping,   0 stopped,   0 zombie
%Cpu(s):   0.7/0.0     1[|                                                                                       ]
KiB Mem :  2044564 total,   806112 free,   258680 used,   979772 buff/cache
KiB Swap:  4194292 total,  4194292 free,        0 used.  1585716 avail Mem

  PID USER      PR  NI    VIRT    RES    SHR S %CPU %MEM     TIME+ COMMAND
 1002 root      20   0  921568 202224  35552 S  0.3  9.9   9:52.58 phantomxd
  833 root      20   0   60260  14036   4420 S  0.0  0.7   0:17.33 python
 1374 root      20   0       0      0      0 S  0.0  0.0   0:13.91 kworker/0:1
    1 root      20   0  154448   8244   6324 S  0.0  0.4   0:02.45 systemd
  579 root      20   0  471856  18068  10376 S  0.0  0.9   0:02.25 snapd
#**********************************************************************


{
    "version" : "v1.2.2.2: POS-X10",
    "protocolversion" : 69110,
    "walletversion" : 60000,
    "balance" : 20000.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 165434,
    "timeoffset" : 0,
    "moneysupply" : 16375161.36927828,
    "connections" : 3,
    "proxy" : "",
    "ip" : "xxx.xxx.xxx.x",
    "difficulty" : {
        "proof-of-work" : 238195.89230072,
        "proof-of-stake" : 124479.08181897
    },
    "testnet" : false,
    "keypoololdest" : 1515375689,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "mininput" : 0.00000000,
    "errors" : ""
}
************************************************************
 GNU nano 2.8.6           File: /wallets/phantomx/.wallet/phantomx.conf


rpcallowip=127.0.0.1
rpcuser=phant......
rpcpassword= somepasswd
staking=0
server=1
listen=1
port=9340
masternode=1
masternodeaddr=xxx.xxx.xxx.xxx:9340
masternodeprivkey=

***********************************************************

Hi hpmathieu

Did you solve your MN? Is it running?
Do not forget to start the MN > "masternode start"

13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 24, 2018, 09:33:18 PM
Hi There,

Sorry to be back again with unsolved same problem.
Masternode still not showing up on masternodes.online
Please help
HPM

#**********************************************************************
top - 13:16:27 up 14:27,  1 user,  load average: 0.03, 0.02, 0.00
Tasks:  82 total,   1 running,  81 sleeping,   0 stopped,   0 zombie
%Cpu(s):   0.7/0.0     1[|                                                                                       ]
KiB Mem :  2044564 total,   806112 free,   258680 used,   979772 buff/cache
KiB Swap:  4194292 total,  4194292 free,        0 used.  1585716 avail Mem

  PID USER      PR  NI    VIRT    RES    SHR S %CPU %MEM     TIME+ COMMAND
 1002 root      20   0  921568 202224  35552 S  0.3  9.9   9:52.58 phantomxd
  833 root      20   0   60260  14036   4420 S  0.0  0.7   0:17.33 python
 1374 root      20   0       0      0      0 S  0.0  0.0   0:13.91 kworker/0:1
    1 root      20   0  154448   8244   6324 S  0.0  0.4   0:02.45 systemd
  579 root      20   0  471856  18068  10376 S  0.0  0.9   0:02.25 snapd
#**********************************************************************


{
    "version" : "v1.2.2.2: POS-X10",
    "protocolversion" : 69110,
    "walletversion" : 60000,
    "balance" : 20000.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 165434,
    "timeoffset" : 0,
    "moneysupply" : 16375161.36927828,
    "connections" : 3,
    "proxy" : "",
    "ip" : "xxx.xxx.xxx.x",
    "difficulty" : {
        "proof-of-work" : 238195.89230072,
        "proof-of-stake" : 124479.08181897
    },
    "testnet" : false,
    "keypoololdest" : 1515375689,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "mininput" : 0.00000000,
    "errors" : ""
}
************************************************************
 GNU nano 2.8.6           File: /wallets/phantomx/.wallet/phantomx.conf


rpcallowip=127.0.0.1
rpcuser=phant......
rpcpassword= somepasswd
staking=0
server=1
listen=1
port=9340
masternode=1
masternodeaddr=xxx.xxx.xxx.xxx:9340
masternodeprivkey=

***********************************************************
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 23, 2018, 09:09:43 PM
Hi Kidshell,
Thank you for helping out,

Anyway ip not showing on master node online.
I did ufw allow port 9340
Deamon running well after stopping and restart ...
Huh

THX
HPMathieu.

{
    "version" : "v1.2.2.2: POS-X10",
    "protocolversion" : 69110,
    "walletversion" : 60000,
    "balance" : 20000.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 164384,
    "timeoffset" : -1,
    "moneysupply" : 16324373.43757542,
    "connections" : 8,
    "proxy" : "",
    "ip" : "xxx.xxx.xxx.xxx",
    "difficulty" : {
        "proof-of-work" : 367946.76729391,
        "proof-of-stake" : 329129.86593171
    },
    "testnet" : false,
    "keypoololdest" : 1515375689,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "mininput" : 0.00000000,
    "errors" : ""
}



Hi Kis
Hi Guys,
I Have setup a PNX masternode on a linux VPS.
Moved 20,000 PNX yesterday afternoon ET.
No move today
When are the coins becoming mature?
below Server info this Monday morning:

{
    "version" : "v1.2.2.2: POS-X10",
    "protocolversion" : 69110,
    "walletversion" : 60000,
    "balance" : 20000.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 161320,
    "timeoffset" : 0,
    "moneysupply" : 16176258.72743101,
    "connections" : 17,
    "proxy" : "",
    "ip" : "xxx.xxx.xxx.xxx",
    "difficulty" : {
        "proof-of-work" : 212801.15773662,
        "proof-of-stake" : 344958.17517369
    },
    "testnet" : false,
    "keypoololdest" : 1515375689,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "mininput" : 0.00000000,
    "errors" : ""
}
WHat did I do wrong?
Thanks for any help.
HPM

check on https://masternodes.online/monitoring/ if is running without problems.
or find your IP on Masternodes Network TAB.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 22, 2018, 01:57:49 PM
Hi Guys,
I Have setup a PNX masternode on a linux VPS.
Moved 20,000 PNX yesterday afternoon ET.
No move today
When are the coins becoming mature?
below Server info this Monday morning:

{
    "version" : "v1.2.2.2: POS-X10",
    "protocolversion" : 69110,
    "walletversion" : 60000,
    "balance" : 20000.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 161320,
    "timeoffset" : 0,
    "moneysupply" : 16176258.72743101,
    "connections" : 17,
    "proxy" : "",
    "ip" : "xxx.xxx.xxx.xxx",
    "difficulty" : {
        "proof-of-work" : 212801.15773662,
        "proof-of-stake" : 344958.17517369
    },
    "testnet" : false,
    "keypoololdest" : 1515375689,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "mininput" : 0.00000000,
    "errors" : ""
}
WHat did I do wrong?
Thanks for any help.
HPM
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 21, 2018, 09:49:13 PM
Thanks, much appreciated,
Wallet was out of sync I believe.
Once again THX.

Hi there,
I'm in the process of buying 20,000 PNX in order to run a masternode.
Already got abt 17,000 pnx on stocks.exchange.
Problem is i did a small test transaction to my pc wallet:

It never went thru and now SE says
0.019 PNX   (fee) 0.001 PNX   <wallet-address>   WITHDRAWAL ERROR   2018-01-15 19:31:05

What's up?
THX


Hi hpmathieu

Your wallet is locked?
You need to unlock it before to transfer!
Maybe is a poor concern, but check if your wallet is sync - just close and open again to be sure...

17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Phantomx] coin -> online currency [PNX] | Pow/PoS X11 Masternode on: January 15, 2018, 11:02:17 PM
Hi there,
I'm in the process of buying 20,000 PNX in order to run a masternode.
Already got abt 17,000 pnx on stocks.exchange.
Problem is i did a small test transaction to my pc wallet:

It never went thru and now SE says
0.019 PNX   (fee) 0.001 PNX   <wallet-address>   WITHDRAWAL ERROR   2018-01-15 19:31:05

What's up?
THX
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!