Masternode requeriments:
- Dedicated IP
- 5.000 MXT
- Port TCP 51315 OPEN
Martex data folder path: here
If you dont have MXT wallet running on Linux follow this tutorial first
1 - After wallet compilation yet on folder martexcoin/src/ , type:
./MarteXd getaccountaddress MN1
2 - After you get your account address type (still need to be in martexcoin/src/):
./MarteXd masternode genkey
2.1 - KEEP THE KEY GENERATED ON STEP2
3 - Send exactly 5000 MXT for the address what you got on STEP 1 (OBS: DON'T use AnonSend/FastTX)
4 - Wait for transaction confirmation
5 - Type:
./MarteXd masternode outputs
5.1 - Wait for more 15 confirmations
5.2 - Close the wallet using:
./MarteXd stop
6 - Open the file MarteX.conf on MarteX data folder (here if you don't know the path) and add the following lines:
masternode=1
masternodeaddr=YOUR_DEDICATED_IP:51315
masternodeprivkey=KEY_GOT_ON_STEP2
externalip=YOUR_DEDICATED_IP
nlogtimestamps=1
txindex=1
mnconflock=1
stake=0
staking=0
7 - create a file called masternode.conf on Martex data folder (here if you don't know the path) and add the following content:
MN_ALIAS YOUR_DEDICATED_IP:51315 MASTERNODE_PRIVKEY TRANSACTION_HASH INDEX
MN_ALIAS = name defined on STEP 1 (in this tutorial is MN1)
YOUR_DEDICATED_IP = Your dedicated IP
MASTERNODE_PRIVKEY = Key got on STEP2
TRANSACTION_HASH = Content returned on STEP 5
INDEX = Second content returned on STEP 5
8 - start MarteX wallet/deamon using:
./MarteXd