Pages:
Author

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

member
Activity: 168
Merit: 10
join coinscontrol.com - best crypto currency exchange . Our Listing fee 0.10 btc and listing time 3 working days
member
Activity: 64
Merit: 10
in debug console
importprivkey

So, when issuing this command is any difference which wallet.dat is used? I mean is it necessary to keep the original one or not, if one has a private key?
If your wallet.dat is somehow damaged, you can restore your account balance from a private key
for each address with a balance has private key
address with a balance you can look in inputs
full member
Activity: 271
Merit: 101
Am I the only one who has issues with new wallet? Freezes at the moments and can't send transaction when MN is running for longer period. Restart is resolving sending issue.
newbie
Activity: 84
Merit: 0
in debug console
importprivkey

So, when issuing this command is any difference which wallet.dat is used? I mean is it necessary to keep the original one or not, if one has a private key?
newbie
Activity: 4
Merit: 0
Where do you keep your coins after setting up a MN?
The safest way (do it only when you do really understand of what you are doing):
- run cold MN on VPS;
- from control wallet "dumpprivkey YourMNAddress", print it on the paper and keep in safe place;
- delete wallet.dat and remove it from Recycle Bin (you always can restore access from privkey);
- check MN running from masternodes.online monitoring;
- check balance from PNX explorer.

How do you restore the wallet from a paper backup? I've looked in the wallet and didn't see an option for it, I've seen the option in other coin wallet.

Thank you
in debug console
importprivkey

Thank you!
member
Activity: 64
Merit: 10
Where do you keep your coins after setting up a MN?
The safest way (do it only when you do really understand of what you are doing):
- run cold MN on VPS;
- from control wallet "dumpprivkey YourMNAddress", print it on the paper and keep in safe place;
- delete wallet.dat and remove it from Recycle Bin (you always can restore access from privkey);
- check MN running from masternodes.online monitoring;
- check balance from PNX explorer.

How do you restore the wallet from a paper backup? I've looked in the wallet and didn't see an option for it, I've seen the option in other coin wallet.

Thank you
in debug console
importprivkey
newbie
Activity: 4
Merit: 0
Where do you keep your coins after setting up a MN?
The safest way (do it only when you do really understand of what you are doing):
- run cold MN on VPS;
- from control wallet "dumpprivkey YourMNAddress", print it on the paper and keep in safe place;
- delete wallet.dat and remove it from Recycle Bin (you always can restore access from privkey);
- check MN running from masternodes.online monitoring;
- check balance from PNX explorer.

How do you restore the wallet from a paper backup? I've looked in the wallet and didn't see an option for it, I've seen the option in other coin wallet.

Thank you
full member
Activity: 206
Merit: 101
Nothing is True...
Where do you keep your coins after setting up a MN?
The safest way (do it only when you do really understand of what you are doing):
- run cold MN on VPS;
- from control wallet "dumpprivkey YourMNAddress", print it on the paper and keep in safe place;
- delete wallet.dat and remove it from Recycle Bin (you always can restore access from privkey);
- check MN running from masternodes.online monitoring;
- check balance from PNX explorer.
newbie
Activity: 28
Merit: 50
Phantomx is now being mined on D3Pool.eu - high profitability multipool

Link: D3pool.eu
ANN: https://bitcointalksearch.org/topic/annpool-d3pooleu-40-x11-coins-profit-switching-auto-exchange-2904614
Fee: only 0.5%

We have an active team & fast responding support - join us on Facebook - Twitter
member
Activity: 160
Merit: 18
HERE IS LINUX COLD WALLET MASTERNODE SETUP..DEV OR MOD IF THINK THIS GUIDE IS GOOD PLS ADD TO GUIDE SECTION..JUST SOME SMALL HELP FOR PNX

WHAT YOU NEED IS VPS UBUNTU 1GB FOR 2 NODE OR 2GB RAM FOR 4 NODE
1/ open window wallet click Phantomxnode click CREATE small window will open
2/ alias = any name for that node mine use PMN1,,
3/ address = your VPS unbuntu IP port = any port { i used 12345 } click OK and copy the address you just create for masternode
4/send exaclly 20000 to that address wait for 1 comfirm
5/Click to that address Click get config you should have some this like below
=======================================================================
rpcallowip=127.0.0.1
rpcuser=REPLAVEME = any username you chose
rpcpassword=REPLACEME = any name you chose not the same with username
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=41.12.294.338:12345
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
=========================================================================
5/Open putty copy VPS IP login to VPS
VPS Ubuntu/
================ Step 01 // Preparing the environment ================
If you have < 2GB of RAM on the system, you won’t be able to compile
PNX. We’ll have to set up a swapfile. If you have the required 2GB, feel
free to skip to UPDATE THE UBUNTU SYSTEM
cd /var
touch swap.img
chmod 600 swap.img
dd if=/dev/zero of=/var/swap.img bs=1024k count=2000
mkswap /var/swap.img
swapon /var/swap.img
echo "/var/swap.img none swap sw 0 0" >> /etc/fstab
free
cd
===================================================

Updating the Ubuntu system

sudo apt-get -y update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Installing the GIT process to download the Wallet Code
Code:
sudo apt-get install git

Installing the DIG to identify your IP Address
Code:
sudo apt-get install dnsutils

Installing the libraries to load to load the PNX Wallet
Code:
sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.3++-dev libminiupnpc-dev screen

First, let's create a specific folder for PNX and give permission
Code:
sudo mkdir /wallets
sudo chmod 777 /wallets

Downloading the Github Code
Code:
cd /wallets
git clone https://github.com/phantomxdev/phantomx.git

Compiling the code maybe this process will take long time running
Code:
cd /wallets/phantomx/src/leveldb
chmod +x build_detect_platform
cd /wallets/phantomx/src
sudo make -f makefile.unix

Copying the bin to the main folder
Code:
cd /wallets
cp /wallets/phantomx/src/phantomxd /wallets/phantomx/

This step will allow to save the data like wallet.dat, phantomx.conf and blockchain data in a specific folder into the dir
Code:
mkdir /wallets/phantomx/wallet

Creating the CONFIG file authorizing the Proof-of-Stake mode
Code:
vi /wallets/phantomx/wallet/phantomx.conf

PUT THE CONFIG FILE YOU GET IN WINDOW WALLET INTO THE VPS CONFIG WINDOW

rpcallowip=127.0.0.1
rpcuser=REPLAVEME = any username you chose
rpcpassword=REPLACEME = any name you chose not the same with username
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=41.12.294.338:12345
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

TIPS:
To insert these lines using VI EDITOR, press:
    "i": to insert
    "SHIFT + INSERT or RIGHT CLICK" to paste the code above
    "Click ESC after that Click SHIFT ZZ": to save and leave from edit mode

Starting the Wallet FOR masternode activated
Code:
/wallets/phantomx/phantomxd -datadir=/wallets/phantomx/wallet -daemon -server


Waiting the BLOCKCHAIN update with the EXPLORER.
1 - Open the EXPLORER: http://HTTP://EXPLORER.PHANTOMX.CO
2 - Check the latest number of block
3 - Run the command bellow and the look the number on the parameter BLOCKS:
Code:
/wallets/phantomx/phantomxd -datadir=/wallets/phantomx/wallet getinfo

the wallet is take long to SYNC with BlockChain im not expert in Linux if some one good
in Linux should edit this Guide and add more comman in linux code FOR PNX BLOCKCHAIN BOOTRAP...

YOU HAVE FINISH SETUP VPS NOW GET BACK TO WINDOW WALLET UNLOCK THE WALLET IF YOU HAVE PASSWORD CLICK ON THE MASTERNODE PMN1 CLICK START YOU WILL SEE MASTERNODE SUCESS START

TIP YOU WANT TO RUN MULTI MASTERNODE JUST CREATE NEW PMN2 AND ADD SOME THING LIKE THIS TO THE VPS CONFIG LINE
rpcallowip=127.0.0.1
rpcuser=REPLAVEME = any username you chose
rpcpassword=REPLACEME = any name you chose not the same with username
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=41.12.294.338:12345
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
masternodeaddr=41.12.294.338:12346
masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


@tuanavu
Your guide looks great, a couple things you could add though;

***In the configuration file add the following at the end after masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
=======================================================================================
addnode=54.218.118.59:9340
addnode=54.218.118.59:9341

=======================================================================================


***I would add the following after the configuration file editor and before starting the wallet.  This really helps in the time it takes to get the wallet current, only takes minutes.
========================  Download and install updated blockchain  ===========================================
#Copy and paste this command
sudo apt install unzip;sudo mkdir /wallets/temp;cd /wallets/temp;sudo wget --no-check-certificate https://phantomx.co/download/latest-blockchain.zip;sudo unzip latest-blockchain.zip;cd /wallets/temp/wallets/latest-blockchain;sudo mv blk0001.dat peers.dat /wallets/phantomx/wallet/;sudo mv database txleveldb /wallets/phantomx/wallet/;cd
===============================================================================================


***Or if you like it all parsed out(I paste the all the commands at once, just faster);
========================  Download and install updated blockchain  ===========================================
#Copy and paste each command
# install unzip
sudo apt install unzip

# create a temp directory to download the blockchain update to
sudo mkdir /wallets/temp

# change directories to the temp directory
cd /wallets/temp

#download the updated blockchain information
sudo wget --no-check-certificate https://phantomx.co/download/latest-blockchain.zip

#unzip the updated blockchain information
sudo unzip latest-blockchain.zip

# change directories to the unziped information
cd /wallets/temp/wallets/latest-blockchain

# move the files to the phantomx/wallet directory
sudo mv blk0001.dat peers.dat /wallets/phantomx/wallet/
sudo mv database txleveldb /wallets/phantomx/wallet/

# change directories to root
cd
========================================================================
   
Now start the wallet

***Another command you can add after the wallet is started
#You can double check on the VPS by copying and pasting the following command in PuTTy:
/wallets/phantomx/phantomxd -datadir=/wallets/phantomx/wallet masternode debug

#it should show: "masternode started remotely"


Just to alert all, the first procedures are not COLD WALLET.
Someone just copied from ANN Procedures.

>> https://bitcointalk.org/index.php?topic=2251352.320
 1 - HOW TO PREPARE THE LINUX ENVIRONMENT
 2 - HOW TO CREATE A WALLET ON LINUX
 3 - HOW TO CREATE A MASTERNODE ON LINUX UBUNTU

Check on the website the official guides:
http://phantomx.co/guide/how-to-create-masternode-linux
http://phantomx.co/guide/how-to-create-masternode-windows
http://phantomx.co/guide/how-to-update-blockchain
newbie
Activity: 10
Merit: 0
Best option for me?

1. Download windows wallet right now, get enough for MN, run MN on VPS
2. Switch my OS to Linux, run MN on VPS
3. Wait for IOS wallet, get it on my macbook, run it on VPS. (anybody running VPS's on macbook? Is that even a thing?  Undecided)

Thanks!

Where do you keep your coins after setting up a MN?
newbie
Activity: 4
Merit: 0
HERE IS LINUX COLD WALLET MASTERNODE SETUP..DEV OR MOD IF THINK THIS GUIDE IS GOOD PLS ADD TO GUIDE SECTION..JUST SOME SMALL HELP FOR PNX

WHAT YOU NEED IS VPS UBUNTU 1GB FOR 2 NODE OR 2GB RAM FOR 4 NODE
1/ open window wallet click Phantomxnode click CREATE small window will open
2/ alias = any name for that node mine use PMN1,,
3/ address = your VPS unbuntu IP port = any port { i used 12345 } click OK and copy the address you just create for masternode
4/send exaclly 20000 to that address wait for 1 comfirm
5/Click to that address Click get config you should have some this like below
=======================================================================
rpcallowip=127.0.0.1
rpcuser=REPLAVEME = any username you chose
rpcpassword=REPLACEME = any name you chose not the same with username
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=41.12.294.338:12345
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
=========================================================================
5/Open putty copy VPS IP login to VPS
VPS Ubuntu/
================ Step 01 // Preparing the environment ================
If you have < 2GB of RAM on the system, you won’t be able to compile
PNX. We’ll have to set up a swapfile. If you have the required 2GB, feel
free to skip to UPDATE THE UBUNTU SYSTEM
cd /var
touch swap.img
chmod 600 swap.img
dd if=/dev/zero of=/var/swap.img bs=1024k count=2000
mkswap /var/swap.img
swapon /var/swap.img
echo "/var/swap.img none swap sw 0 0" >> /etc/fstab
free
cd
===================================================

Updating the Ubuntu system

sudo apt-get -y update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Installing the GIT process to download the Wallet Code
Code:
sudo apt-get install git

Installing the DIG to identify your IP Address
Code:
sudo apt-get install dnsutils

Installing the libraries to load to load the PNX Wallet
Code:
sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.3++-dev libminiupnpc-dev screen

First, let's create a specific folder for PNX and give permission
Code:
sudo mkdir /wallets
sudo chmod 777 /wallets

Downloading the Github Code
Code:
cd /wallets
git clone https://github.com/phantomxdev/phantomx.git

Compiling the code maybe this process will take long time running
Code:
cd /wallets/phantomx/src/leveldb
chmod +x build_detect_platform
cd /wallets/phantomx/src
sudo make -f makefile.unix

Copying the bin to the main folder
Code:
cd /wallets
cp /wallets/phantomx/src/phantomxd /wallets/phantomx/

This step will allow to save the data like wallet.dat, phantomx.conf and blockchain data in a specific folder into the dir
Code:
mkdir /wallets/phantomx/wallet

Creating the CONFIG file authorizing the Proof-of-Stake mode
Code:
vi /wallets/phantomx/wallet/phantomx.conf

PUT THE CONFIG FILE YOU GET IN WINDOW WALLET INTO THE VPS CONFIG WINDOW

rpcallowip=127.0.0.1
rpcuser=REPLAVEME = any username you chose
rpcpassword=REPLACEME = any name you chose not the same with username
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=41.12.294.338:12345
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

TIPS:
To insert these lines using VI EDITOR, press:
    "i": to insert
    "SHIFT + INSERT or RIGHT CLICK" to paste the code above
    "Click ESC after that Click SHIFT ZZ": to save and leave from edit mode

Starting the Wallet FOR masternode activated
Code:
/wallets/phantomx/phantomxd -datadir=/wallets/phantomx/wallet -daemon -server


Waiting the BLOCKCHAIN update with the EXPLORER.
1 - Open the EXPLORER: http://HTTP://EXPLORER.PHANTOMX.CO
2 - Check the latest number of block
3 - Run the command bellow and the look the number on the parameter BLOCKS:
Code:
/wallets/phantomx/phantomxd -datadir=/wallets/phantomx/wallet getinfo

the wallet is take long to SYNC with BlockChain im not expert in Linux if some one good
in Linux should edit this Guide and add more comman in linux code FOR PNX BLOCKCHAIN BOOTRAP...

YOU HAVE FINISH SETUP VPS NOW GET BACK TO WINDOW WALLET UNLOCK THE WALLET IF YOU HAVE PASSWORD CLICK ON THE MASTERNODE PMN1 CLICK START YOU WILL SEE MASTERNODE SUCESS START

TIP YOU WANT TO RUN MULTI MASTERNODE JUST CREATE NEW PMN2 AND ADD SOME THING LIKE THIS TO THE VPS CONFIG LINE
rpcallowip=127.0.0.1
rpcuser=REPLAVEME = any username you chose
rpcpassword=REPLACEME = any name you chose not the same with username
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=41.12.294.338:12345
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
masternodeaddr=41.12.294.338:12346
masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


@tuanavu
Your guide looks great, a couple things you could add though;

***In the configuration file add the following at the end after masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
=======================================================================================
addnode=54.218.118.59:9340
addnode=54.218.118.59:9341

=======================================================================================


***I would add the following after the configuration file editor and before starting the wallet.  This really helps in the time it takes to get the wallet current, only takes minutes.
========================  Download and install updated blockchain  ===========================================
#Copy and paste this command
sudo apt install unzip;sudo mkdir /wallets/temp;cd /wallets/temp;sudo wget --no-check-certificate https://phantomx.co/download/latest-blockchain.zip;sudo unzip latest-blockchain.zip;cd /wallets/temp/wallets/latest-blockchain;sudo mv blk0001.dat peers.dat /wallets/phantomx/wallet/;sudo mv database txleveldb /wallets/phantomx/wallet/;cd
===============================================================================================


***Or if you like it all parsed out(I paste the all the commands at once, just faster);
========================  Download and install updated blockchain  ===========================================
#Copy and paste each command
# install unzip
sudo apt install unzip

# create a temp directory to download the blockchain update to
sudo mkdir /wallets/temp

# change directories to the temp directory
cd /wallets/temp

#download the updated blockchain information
sudo wget --no-check-certificate https://phantomx.co/download/latest-blockchain.zip

#unzip the updated blockchain information
sudo unzip latest-blockchain.zip

# change directories to the unziped information
cd /wallets/temp/wallets/latest-blockchain

# move the files to the phantomx/wallet directory
sudo mv blk0001.dat peers.dat /wallets/phantomx/wallet/
sudo mv database txleveldb /wallets/phantomx/wallet/

# change directories to root
cd
========================================================================
   
Now start the wallet

***Another command you can add after the wallet is started
#You can double check on the VPS by copying and pasting the following command in PuTTy:
/wallets/phantomx/phantomxd -datadir=/wallets/phantomx/wallet masternode debug

#it should show: "masternode started remotely"





newbie
Activity: 298
Merit: 0
Hopefully this coin withstands and community grows.
newbie
Activity: 84
Merit: 0
Unfortunately, the current wallet is a piece of shit. I have already fed up with trying POS using it. It is showing me that everything is ok and it is synced but after a day or two of no rewarding I restart it, and it shows me that it is outdated. Angry
newbie
Activity: 12
Merit: 0
I have 6 master nodes ....and i can tell you that PNX stands out from others.....great team, great wallet, and not like other pump dump coin.
full member
Activity: 206
Merit: 101
Nothing is True...
PNX is actually withstanding nicely this bloody downfall Smiley
member
Activity: 160
Merit: 18
Here's video about Why & How I Setup a PhantomX PNX Masternode
https://www.youtube.com/watch?v=8L6fmteEn8k&feature=youtu.be

I am not the autor

He is not here, but thank you @Jason (http://jasonappleton.com)
We are publishing his video on Twitter
This is a good exposure!
full member
Activity: 283
Merit: 116
Here's video about Why & How I Setup a PhantomX PNX Masternode
https://www.youtube.com/watch?v=8L6fmteEn8k&feature=youtu.be

I am not the autor
It is necessary to add him to twitter.
newbie
Activity: 3
Merit: 0
Here's video about Why & How I Setup a PhantomX PNX Masternode
https://www.youtube.com/watch?v=8L6fmteEn8k&feature=youtu.be

I am not the autor
newbie
Activity: 29
Merit: 0
HERE IS LINUX COLD WALLET MASTERNODE SETUP..DEV OR MOD IF THINK THIS GUIDE IS GOOD PLS ADD TO GUIDE SECTION..JUST SOME SMALL HELP FOR PNX

WHAT YOU NEED IS VPS UBUNTU 1GB FOR 2 NODE OR 2GB RAM FOR 4 NODE
1/ open window wallet click Phantomxnode click CREATE small window will open
2/ alias = any name for that node mine use PMN1,,
3/ address = your VPS unbuntu IP port = any port { i used 12345 } click OK and copy the address you just create for masternode
4/send exaclly 20000 to that address wait for 1 comfirm
5/Click to that address Click get config you should have some this like below
=======================================================================
rpcallowip=127.0.0.1
rpcuser=REPLAVEME = any username you chose
rpcpassword=REPLACEME = any name you chose not the same with username
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=41.12.294.338:12345
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
=========================================================================
5/Open putty copy VPS IP login to VPS
VPS Ubuntu/
================ Step 01 // Preparing the environment ================
If you have < 2GB of RAM on the system, you won’t be able to compile
PNX. We’ll have to set up a swapfile. If you have the required 2GB, feel
free to skip to UPDATE THE UBUNTU SYSTEM
cd /var
touch swap.img
chmod 600 swap.img
dd if=/dev/zero of=/var/swap.img bs=1024k count=2000
mkswap /var/swap.img
swapon /var/swap.img
echo "/var/swap.img none swap sw 0 0" >> /etc/fstab
free
cd
===================================================

Updating the Ubuntu system

sudo apt-get -y update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Installing the GIT process to download the Wallet Code
Code:
sudo apt-get install git

Installing the DIG to identify your IP Address
Code:
sudo apt-get install dnsutils

Installing the libraries to load to load the PNX Wallet
Code:
sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.3++-dev libminiupnpc-dev screen

First, let's create a specific folder for PNX and give permission
Code:
sudo mkdir /wallets
sudo chmod 777 /wallets

Downloading the Github Code
Code:
cd /wallets
git clone https://github.com/phantomxdev/phantomx.git

Compiling the code maybe this process will take long time running
Code:
cd /wallets/phantomx/src/leveldb
chmod +x build_detect_platform
cd /wallets/phantomx/src
sudo make -f makefile.unix

Copying the bin to the main folder
Code:
cd /wallets
cp /wallets/phantomx/src/phantomxd /wallets/phantomx/

This step will allow to save the data like wallet.dat, phantomx.conf and blockchain data in a specific folder into the dir
Code:
mkdir /wallets/phantomx/wallet

Creating the CONFIG file authorizing the Proof-of-Stake mode
Code:
vi /wallets/phantomx/wallet/phantomx.conf

PUT THE CONFIG FILE YOU GET IN WINDOW WALLET INTO THE VPS CONFIG WINDOW

rpcallowip=127.0.0.1
rpcuser=REPLAVEME = any username you chose
rpcpassword=REPLACEME = any name you chose not the same with username
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=41.12.294.338:12345
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

TIPS:
To insert these lines using VI EDITOR, press:
    "i": to insert
    "SHIFT + INSERT or RIGHT CLICK" to paste the code above
    "Click ESC after that Click SHIFT ZZ": to save and leave from edit mode

Starting the Wallet FOR masternode activated
Code:
/wallets/phantomx/phantomxd -datadir=/wallets/phantomx/wallet -daemon -server


Waiting the BLOCKCHAIN update with the EXPLORER.
1 - Open the EXPLORER: http://HTTP://EXPLORER.PHANTOMX.CO
2 - Check the latest number of block
3 - Run the command bellow and the look the number on the parameter BLOCKS:
Code:
/wallets/phantomx/phantomxd -datadir=/wallets/phantomx/wallet getinfo

the wallet is take long to SYNC with BlockChain im not expert in Linux if some one good
in Linux should edit this Guide and add more comman in linux code FOR PNX BLOCKCHAIN BOOTRAP...

YOU HAVE FINISH SETUP VPS NOW GET BACK TO WINDOW WALLET UNLOCK THE WALLET IF YOU HAVE PASSWORD CLICK ON THE MASTERNODE PMN1 CLICK START YOU WILL SEE MASTERNODE SUCESS START

TIP YOU WANT TO RUN MULTI MASTERNODE JUST CREATE NEW PMN2 AND ADD SOME THING LIKE THIS TO THE VPS CONFIG LINE
rpcallowip=127.0.0.1
rpcuser=REPLAVEME = any username you chose
rpcpassword=REPLACEME = any name you chose not the same with username
staking=0
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=41.12.294.338:12345
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
masternodeaddr=41.12.294.338:12346
masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


    

Pages:
Jump to: