5000 MXT
Fixed IP (usually VPS)
Firewall allow TCP 51315 port
Open a notepad, you'll need to copy some info.
After compiling the linux wallet, go to martexcoin/src/ and type:
RETURN EXAMPLE: M9ppbdZ8GFRNQWiyf7WpL2VUf6SNKtoqED
copy the address to your notepad
Type:
copy the return to your notepad
NOW, 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:
copy the return to your notepad
WAIT FOR 16 confirmations
Then you can stop VPS wallet, type:
Open MarteX.conf
Add this lines:
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:
This file need to specify
MN_ALIAS Your_VPS_IP:51315 MASTERNODE_PRIVKEY TRANSACTION_HASH INDEX
Example:
Now, after save everything, just start your VPS wallet:
You can check if your config worked, type:
IF status = 1 SUCCESS
IF status = 2 or 3 ERROR.