How many coins to masternode?
5000 MXT
Fixed IP (usually VPS)
Firewall allow TCP 51315 portOpen a notepad, you'll need to copy some info.After compiling the linux wallet, go to martexcoin/src/ and type:
./MarteXd getaccountaddress MN1
(where 'MN1' will be the alias of your MN address, you can add any name here, ex.: mn, masternode, 0, test...)
RETURN EXAMPLE: M9ppbdZ8GFRNQWiyf7WpL2VUf6SNKtoqEDcopy the address to your notepadType:
./MarteXd masternode genkey
RETURN EXAMPLE: 6ypUZTbx77swhRce1e13hnC7m9N4XhLyEwhTvtPddcCju6bhUAUcopy the return to your notepadNOW, you'll need send
5000 MXT to your masternode address, but,
ATTENTION HERE:Before sending -> Go to your local wallet, that has 5k of MXT, click in "Options / Settings / Display"
and mark "Display coin control features"Now, in your 'send' tab will display "INPUTS" at top left. Click on it.
YOUR MN ADDRESS NEED TO RECEIVE 5K OF MXT FROM, NO LATER THAN 3 INPUTS.If you have, ex.: 10 inputs with 500 MXT each, you'll need resend to yourself.
- Create new local wallet address
- Copy this address and paste in 'Pay To' field
- Click on 'INPUTS', select all of them
- In right top, select and copy the amount of "After fee" and press "OK"
- Paste this value in "Amount"
- Click on "Send" and wait 3 confirmations, watch it in "Transactions" tab.
NOW, you can send all 5k of MXT to MN ADDRESS from just 1 input.Check your local wallet or in block explorer the number of confirmations of this transaction (your local wallet with 1 or 3 inputs to -> MN ADDRESS).
Wait 1 confirmation, go to your VPS and type:
./MarteXd masternode outputs
RETURN EXAMPLE: "00e6c7f0967a447e1dd333343cd5477184eaf91dfea38dc81b221f1084daab00" : "0"copy the return to your notepadWAIT FOR 16 confirmationsThen you can stop VPS wallet, type:
Open
MarteX.confnano /home/YourUser/.MXT/MarteX.conf
Add this lines:
masternode=1
masternodeaddr=Your_VPS_IP:51315
masternodeprivkey=yourMNgenkey
externalip=Your_VPS_IP
nlogtimestamps=1
txindex=1
mnconflock=1
stake=0
staking=0
Create masternode.conf file:
nano /home/YourUser/.MXT/masternode.conf
This file need to specify
MN_ALIAS Your_VPS_IP:51315 MASTERNODE_PRIVKEY TRANSACTION_HASH INDEX
Example:
MN1 35.184.219.34:51315 6ypUZTbx77swhRce1e13hnC7m9N4XhLyEwhTvtPddcCju6bhUAU 00e6c7f0967a447e1dd333343cd5477184eaf91dfea38dc81b221f1084daab00 0
Now, after save everything, just start your VPS wallet:
You can check if your config worked, type:
./MarteXd masternode status
IF status = 1
SUCCESSIF status = 2 or 3
ERROR.