Pages:
Author

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

newbie
Activity: 64
Merit: 0
500pnx? Airdrop? Or Christmass  Shocked
newbie
Activity: 54
Merit: 0
But are there actually any future Plans? A Roadmap or something?

i think  dev will update news soon , we  just need wait and hold PNX
I hope dev will update a little bit slow, cos im mining lol  Grin Grin Grin
more good news, more miners lol
newbie
Activity: 104
Merit: 0
But are there actually any future Plans? A Roadmap or something?

i think  dev will update news soon , we  just need wait and hold PNX
jr. member
Activity: 85
Merit: 2
But are there actually any future Plans? A Roadmap or something?
full member
Activity: 206
Merit: 101
Nothing is True...
Comes the PhantomX to other Exchanges ?? Cryptopia,Poloniex or Bittrex?

Stock Exchange and Coinsmarkets are to small. Wink

agreed, we need a bigger exchange
Don't hurry. Slower but steady is more important than fast. While coin is new and is still weak, bigger exchange may bring it to the sky, but also may smash it to the ground. Let's mature a bit before taking to the next step.
full member
Activity: 206
Merit: 101
Nothing is True...
Is it possible to specify IPv6? What is the syntax for masternodeaddr=IPv6:port?

Yes.. you can do:

IPV4:
masternodeaddr=XXX.XXX.XXX.XXX:

IPV6:
masternodeaddr=[X:X:X:X::X:X]:
Thanks! The keypoint for IPv6 syntax is brackets, got it.
Most of the VPS providers usually give you 1 IPv4 and 1 IPv6 with no additional cost. We can use IPv6 as a different IP address on the same VPS for another MN.
full member
Activity: 206
Merit: 101
Nothing is True...
i run 2mn on same wallet one of newer than and 3 days passed but still not taking pos rewards. and it shown on mn list active (secs) 00:00
i guess it means its balance not matured yet??
It takes 72 hours for coin pile to mature for staking.
member
Activity: 109
Merit: 10
Comes the PhantomX to other Exchanges ?? Cryptopia,Poloniex or Bittrex?

Stock Exchange and Coinsmarkets are to small. Wink

agreed, we need a bigger exchange
newbie
Activity: 72
Merit: 0
Comes the PhantomX to other Exchanges ?? Cryptopia,Poloniex or Bittrex?

Stock Exchange and Coinsmarkets are to small. Wink
legendary
Activity: 1288
Merit: 1068
i run 2mn on same wallet one of newer than and 3 days passed but still not taking pos rewards. and it shown on mn list active (secs) 00:00
i guess it means its balance not matured yet??

Theoretically not, but on the beginning my MN took +-3 days to get the firsts rewards.
You can add you MN here and monitor if everything is OK:
   https://masternodes.online

yeah first pos reward taken now after 3day 20hours node started
member
Activity: 160
Merit: 18
i run 2mn on same wallet one of newer than and 3 days passed but still not taking pos rewards. and it shown on mn list active (secs) 00:00
i guess it means its balance not matured yet??

Theoretically not, but on the beginning my MN took +-3 days to get the firsts rewards.
You can add you MN here and monitor if everything is OK:
   https://masternodes.online
member
Activity: 160
Merit: 18
Is it possible to specify IPv6? What is the syntax for masternodeaddr=IPv6:port?

Yes.. you can do:

IPV4:
masternodeaddr=XXX.XXX.XXX.XXX:

IPV6:
masternodeaddr=[X:X:X:X::X:X]:
legendary
Activity: 1288
Merit: 1068
i run 2mn on same wallet one of newer than and 3 days passed but still not taking pos rewards. and it shown on mn list active (secs) 00:00
i guess it means its balance not matured yet??
full member
Activity: 364
Merit: 100
in the RoadMap,
could you also add the burn coins timeline, this will encourage new people to join in. once they see that Burn is on the table.


This is a wallet with blocked coins from premine. We create special address without public key, send coins mean to burn to that address and they will be visible to everyone but no one ever will be able to touch them as this will be unspendable address. Also any user any time can also send some coins there to remove them from circulation. This idea is from Adzbuzz developers. The main idea is by sending coins to unspendable address they're burn /locked for ever and supply of coins is shrinking which may have positive inpact to the coin itself.


PQWJabYU1nZFRpbvJWeoGPdR88QhMJHXcN

This wallet contains 6000000 coins
http://78.109.28.154:3001/address/PQWJabYU1nZFRpbvJWeoGPdR88QhMJHXcN


Also you can use our pool
http://pool.phantomx.co/getting_started



Still beta version. Bug reports write to the discord.


Dev, At the moment the wallet is very buggy, the synchronization takes a very long time. Do you expect positive changes in this issue?
full member
Activity: 206
Merit: 101
Nothing is True...
i am about to set up MN for PNX, and i read the step-by-step help for setting up MN in linux VPS.
However, is there any further detail regarding multiple MNs under one single IP address with different port?
Sorry, i am quite newbie to Linux. I had to follow word by word to get that working.

And any reason why we need to add up the node list in conf file?

Thanks in advance.  Smiley

just create a new MN as you created the first one, generate config and send coins, only diff will be to use a diff port, ie if u used port 9000 use 9001 for second and so on.

update the phantomx.conf entries to look like this

rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=yourIP:port
masternodeprivkey=.....
masternodeaddr=yourIP:nextport
masternodeprivkey=.....
masternodeaddr=yourIP:nextport
masternodeprivkey=.....
masternodeaddr=yourIP:nextport
masternodeprivkey=.....

Thank you for the info. it helps.
I will try what you've advised as above.  Grin


cheers.
reach out to me in case you are stuck.
Is it possible to specify IPv6? What is the syntax for masternodeaddr=IPv6:port?
full member
Activity: 253
Merit: 101
i am about to set up MN for PNX, and i read the step-by-step help for setting up MN in linux VPS.
However, is there any further detail regarding multiple MNs under one single IP address with different port?
Sorry, i am quite newbie to Linux. I had to follow word by word to get that working.

And any reason why we need to add up the node list in conf file?

Thanks in advance.  Smiley

just create a new MN as you created the first one, generate config and send coins, only diff will be to use a diff port, ie if u used port 9000 use 9001 for second and so on.

update the phantomx.conf entries to look like this

rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=yourIP:port
masternodeprivkey=.....
masternodeaddr=yourIP:nextport
masternodeprivkey=.....
masternodeaddr=yourIP:nextport
masternodeprivkey=.....
masternodeaddr=yourIP:nextport
masternodeprivkey=.....

Thank you for the info. it helps.
I will try what you've advised as above.  Grin


cheers.
reach out to me in case you are stuck.
newbie
Activity: 4
Merit: 0
i am about to set up MN for PNX, and i read the step-by-step help for setting up MN in linux VPS.
However, is there any further detail regarding multiple MNs under one single IP address with different port?
Sorry, i am quite newbie to Linux. I had to follow word by word to get that working.

And any reason why we need to add up the node list in conf file?

Thanks in advance.  Smiley

just create a new MN as you created the first one, generate config and send coins, only diff will be to use a diff port, ie if u used port 9000 use 9001 for second and so on.

update the phantomx.conf entries to look like this

rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=yourIP:port
masternodeprivkey=.....
masternodeaddr=yourIP:nextport
masternodeprivkey=.....
masternodeaddr=yourIP:nextport
masternodeprivkey=.....
masternodeaddr=yourIP:nextport
masternodeprivkey=.....

Thank you for the info. it helps.
I will try what you've advised as above.  Grin
newbie
Activity: 51
Merit: 0
Phantomx has been added to the CryptoDelver masternode list  Grin
https://cryptodelver.com/coin/phantomx
full member
Activity: 253
Merit: 101
i am about to set up MN for PNX, and i read the step-by-step help for setting up MN in linux VPS.
However, is there any further detail regarding multiple MNs under one single IP address with different port?
Sorry, i am quite newbie to Linux. I had to follow word by word to get that working.

And any reason why we need to add up the node list in conf file?

Thanks in advance.  Smiley
In the addition for the above post: you will need to run a second MN in the different folder (wallet, data, conf). there is a command line for daemon to use different folder - use -help to check for the exact syntax

you don't need multiple wallet. i have more that 1 MN in the same wallet using the conf i posted above.
full member
Activity: 206
Merit: 101
Nothing is True...
i am about to set up MN for PNX, and i read the step-by-step help for setting up MN in linux VPS.
However, is there any further detail regarding multiple MNs under one single IP address with different port?
Sorry, i am quite newbie to Linux. I had to follow word by word to get that working.

And any reason why we need to add up the node list in conf file?

Thanks in advance.  Smiley
In the addition for the above post: you will need to run a second MN in the different folder (wallet, data, conf). there is a command line for daemon to use different folder - use -help to check for the exact syntax
Pages:
Jump to: