Pages:
Author

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

sr. member
Activity: 546
Merit: 250
Good evening ,

Due to problems with the database, we changed the tiker in the Phantomxx pool, as soon as we repair the database, it will return to normal.

At this time, 36 blocks have been retained in the wallet, as soon as we solve the problem, payments to the 36 blocks will be made.

Thank you for understanding.


Daniel

altcoin-mine-pool.ro
full member
Activity: 490
Merit: 100
1) pnx does not use masternode.conf file
2) did you send 20k coins in a singel trx?  the priv key should be from that trx.
3) also, to start the node, first unlock the wallet and then start it.

Hi DDUDE,

I got it yesterday.
After I will create a guide here how to create all steps using command-line.
It's not hard, just boring, but easy.

Eagerly awaiting this!
member
Activity: 132
Merit: 10
NEW POOL

http://genblocks.ddns.net:8082/getting_started   
Payout ever 10 min   

Configuration:
   
Username:  your phantomx wallet address
Password:     anything
Algorithm:     x11

URL (difficulty Cool :   stratum+tcp://genblocks.ddns.net:3131
URL (difficulty 64):   stratum+tcp://genblocks.ddns.net:3132
URL (difficulty 256):   stratum+tcp://genblocks.ddns.net:3133
URL (difficulty 8192):   stratum+tcp://genblocks.ddns.net:3134
URL (difficulty 65536):   stratum+tcp://genblocks.ddns.net:3135
URL (difficulty 131070):   stratum+tcp://genblocks.ddns.net:3136
URL (difficulty 262144):   stratum+tcp://genblocks.ddns.net:3137

HAPPY MINING!!!
member
Activity: 160
Merit: 18
1) pnx does not use masternode.conf file
2) did you send 20k coins in a singel trx?  the priv key should be from that trx.
3) also, to start the node, first unlock the wallet and then start it.

Hi DDUDE,

I got it yesterday.
After I will create a guide here how to create all steps using command-line.
It's not hard, just boring, but easy.
member
Activity: 160
Merit: 18


You can buy vps in Vultr, it's very cheap, with 5$/month you can install window on this and run very well (ref me: https://www.vultr.com/?ref=7140897)
[/quote]

Thanksss... I prefer using AWS

https://pt.hostadvice.com/hosting-company/vultr-reviews/
full member
Activity: 253
Merit: 101
Could you help checking what is wrong?
I'm using the wallet 1.2.2.2 from GIT on OS UBUNTU 16

Quote
============ in short commands ============

# releasing firewall port
iptables -A INPUT -p tcp --dport 9341 -j ACCEPT
# starting the wallet
phantomxd -daemon -server
# generating the MN key for the CONF files
phantomxd masternode genkey
-- after restarted the bin and wait 5 mins --
phantomxd masternode start

# checking if the ip/port is live
telnet xxx.xxx.xxx.xxx 9341 << working fine


When it's done, the I have this error:
Quote
============ debug.log ============

CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxx.xxx.xxx.xxx:9341'
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



I have 21k PNXs on the MN Address and there are +72 hours

Files Configuration:
Quote
============ masternode.conf ============
server=1
listen=1
daemon=1
gen=1
genproclimit=-1
keypool=200
maxconnections=20
rpcuser=myuser
rpcpassword=mypwd
rpcallowip=127.0.0.1
rpcport=9341
rpckeepalive=1
rpcthreads=8
masternode=1
staking=0
masternodeaddr=xxx.xxx.xxx.xxx:9341 # external IP
masternodeprivkey=xxxxxxxx  # private key

Quote
============ phantomx.conf ============

server=1
listen=1
daemon=1
gen=1
genproclimit=-1
keypool=200
maxconnections=20
rpcuser=myuser
rpcpassword=mypwd
rpcallowip=*
rpcport=9341
rpckeepalive=1
rpcthreads=8
staking=0
externalip=xxx.xxx.xxx.xxx  # external IP
masternode=1
masternodeaddr=xxx.xxx.xxx.xxx:9341 # external IP
masternodeprivkey=xxxxxxxx  # private key

addnode=78.109.28.154
addnode= <<<< many other

1) pnx does not use masternode.conf file
2) did you send 20k coins in a singel trx?  the priv key should be from that trx.
3) also, to start the node, first unlock the wallet and then start it.
newbie
Activity: 38
Merit: 0

Guys, this instruction works.
https://phantomx.co/masternodes/

I made a node.
Everything is very simple. 2 minutes. I wish the PNXcoin prosperity and good luck to the developers!


Hi @SkyMaster

Do you have MN using Linux - via command line?
I don't have Windows! My notebook is MAC and I have VPS only for PNX.


You can buy vps in Vultr, it's very cheap, with 5$/month you can install window on this and run very well (ref me: https://www.vultr.com/?ref=7140897)
newbie
Activity: 64
Merit: 0
Sry Sad I have Windows.
member
Activity: 160
Merit: 18

Guys, this instruction works.
https://phantomx.co/masternodes/

I made a node.
Everything is very simple. 2 minutes. I wish the PNXcoin prosperity and good luck to the developers!


Hi @SkyMaster

Do you have MN using Linux - via command line?
I don't have Windows! My notebook is MAC and I have VPS only for PNX.
newbie
Activity: 64
Merit: 0
Guys, this instruction works.
https://phantomx.co/masternodes/

I made a node.
Everything is very simple. 2 minutes. I wish the PNXcoin prosperity and good luck to the developers!
sr. member
Activity: 341
Merit: 250
Yo have to make a transaction with EXACTLY 20000 coins. Not one more or less. So just make a transaction of 20k and try again.

Your advice seems to be as worthless as your appearance on bitcointalk in general.
jr. member
Activity: 85
Merit: 2
Yo have to make a transaction with EXACTLY 20000 coins. Not one more or less. So just make a transaction of 20k and try again.
member
Activity: 160
Merit: 18
Could you help checking what is wrong?
I'm using the wallet 1.2.2.2 from GIT on OS UBUNTU 16

Quote
============ in short commands ============

# releasing firewall port
iptables -A INPUT -p tcp --dport 9341 -j ACCEPT
# starting the wallet
phantomxd -daemon -server
# generating the MN key for the CONF files
phantomxd masternode genkey
-- after restarted the bin and wait 5 mins --
phantomxd masternode start

# checking if the ip/port is live
telnet xxx.xxx.xxx.xxx 9341 << working fine


When it's done, the I have this error:
Quote
============ debug.log ============

CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxx.xxx.xxx.xxx:9341'
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



I have 21k PNXs on the MN Address and there are +72 hours

Files Configuration:
Quote
============ masternode.conf ============
server=1
listen=1
daemon=1
gen=1
genproclimit=-1
keypool=200
maxconnections=20
rpcuser=myuser
rpcpassword=mypwd
rpcallowip=127.0.0.1
rpcport=9341
rpckeepalive=1
rpcthreads=8
masternode=1
staking=0
masternodeaddr=xxx.xxx.xxx.xxx:9341 # external IP
masternodeprivkey=xxxxxxxx  # private key

Quote
============ phantomx.conf ============

server=1
listen=1
daemon=1
gen=1
genproclimit=-1
keypool=200
maxconnections=20
rpcuser=myuser
rpcpassword=mypwd
rpcallowip=*
rpcport=9341
rpckeepalive=1
rpcthreads=8
staking=0
externalip=xxx.xxx.xxx.xxx  # external IP
masternode=1
masternodeaddr=xxx.xxx.xxx.xxx:9341 # external IP
masternodeprivkey=xxxxxxxx  # private key

addnode=78.109.28.154
addnode= <<<< many other
jr. member
Activity: 85
Merit: 2
Its X11 makes no sense to Mine with GPU

I got 2 Masternodes and they work very well yeha.
member
Activity: 160
Merit: 18
Someone has created the masternode and working very well?
newbie
Activity: 67
Merit: 0
Hi all,
Please give me steps for setting up my masternode. Thank you.
sr. member
Activity: 672
Merit: 250
Mineblocks low fees fast payments 

New Pool Phantomx 0.5% Fees 



http://mineblocks.co.uk/getting_started

Configure Your Miners

stratum+tcp://stratum.mineblocks.co.uk:3003 -u YOUR WALLET -p x

Ports ( 3003 )  ( 3004 Nicehash )  All ports Vardiff


Twitter : https://twitter.com/MineBlocksPool

Telegram : https://t.me/mineblocksp

Happy Mining

can u teach me to minning this coin with laptop?
i have laptop with nvidia gpu 2gb whether it can be used for mining?
i hope it can and i can get pnx coin for it, thanks
sr. member
Activity: 510
Merit: 254
ImpulsX
Some useful addition to the phantomx.conf file:

addnode=45.77.57.212:9999
addnode=45.76.189.9:9999
addnode=79.117.1.119:9999
addnode=95.59.180.189:4914
addnode=107.167.77.67:9999
addnode=52.168.73.207:9999
addnode=85.198.140.78:9333



And some more below with staking enabled. NOTE- masternode must have staking=0

Dev the wallet is broken.

I have first transaction 5 days ago i watin 72 h for nature coins.

Coins start stake after 1 day they stop.

I have now 9 k coins and wallet not stake becuase i dont have nature coins. Can i please explain why ?

i have wallet open from 7 days and coins over 9 k .. and not stake !

Wallet work excellent.

Check in your phantomx.conf

staking=1

rpcallowip=127.0.0.1
rpcuser=user   
rpcpassword=pass
staking=1
server=1
listen=1
addnode=213.87.128.246
addnode=109.106.139.185
addnode=176.121.246.225
addnode=221.133.9.96
addnode=91.195.248.218
addnode=85.198.140.78
addnode=89.36.208.103
addnode=185.153.231.218
addnode=88.131.213.113
addnode=79.137.71.98
addnode=212.73.150.254
addnode=171.251.9.28
addnode=91.134.201.59
addnode=188.165.249.217
addnode=46.165.228.21
addnode=46.127.192.185
addnode=93.115.61.74
addnode=46.147.193.168
addnode=103.1.239.25
addnode=35.193.191.82
addnode=88.99.228.50
addnode=95.90.223.3
addnode=88.202.59.58
addnode=178.35.149.236
addnode=5.144.200.58
addnode=195.24.140.254
addnode=45.77.59.138
addnode=35.202.196.122
addnode=51.15.162.15
addnode=80.211.146.114
addnode=190.102.61.208
addnode=31.214.141.64
addnode=95.106.86.201
addnode=45.77.42.227
addnode=93.185.192.72
addnode=52.170.100.22
addnode=71.127.201.169
addnode=70.173.199.102
addnode=99.254.72.127
addnode=5.187.79.25
addnode=95.106.34.190
addnode=81.148.221.187
addnode=93.153.100.106
addnode=176.214.15.164
addnode=91.33.105.186
addnode=94.25.169.86
addnode=31.214.149.228
addnode=91.33.104.176
addnode=185.223.28.152
addnode=88.164.70.252
addnode=13.85.68.170
addnode=113.190.161.199
addnode=14.186.86.68
addnode=52.237.214.77
addnode=88.117.5.85
addnode=178.190.80.61
addnode=51.15.162.24
addnode=184.96.33.192
addnode=134.255.227.59
addnode=103.1.239.208
addnode=92.112.56.187
addnode=222.252.0.132

There http://mnrank.com/ you can compare
member
Activity: 257
Merit: 10
Please vote for Phantomx to be listed on TradeSatoshi exchange by logging in and voting in the following link
https://tradesatoshi.com/vote

I have voted for Phantomx. Please vote and make it prosperous!
full member
Activity: 206
Merit: 101
Nothing is True...
Some useful addition to the phantomx.conf file:

addnode=45.77.57.212:9999
addnode=45.76.189.9:9999
addnode=79.117.1.119:9999
addnode=95.59.180.189:4914
addnode=107.167.77.67:9999
addnode=52.168.73.207:9999
addnode=85.198.140.78:9333
Pages:
Jump to: