Skip to content

dalijolijo/easyMN.services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyMN.services

Step-by-step tutorial for configuration on the QT Wallet side

for BitCore, BitCloud, BitSend and MegaCoin

Some important notes:

  • Always do a backup of your wallet.dat file

  • Encrypt your wallet (best with a strong password)

BitCore Masternode

Wallet Setup
  1. Download the latest BitCore BTX QT Wallet from LIMXTEC GitHub: https://github.com/LIMXTEC/BitCore/releases

  2. Start your BitCore BTX QT Wallet and wait until it's fully synchronized.

  3. OPTIONAL: Encrypt your wallet (best with a strong password)

  4. Activate "Masternodes" Tab

    Goto "Settings" and open "Options..."

    btx_options

    Set "Show Masternodes Tab"

    btx_mntab

    Restart your Wallet, then you should see the "Masternodes" Tab in your Wallet.

  5. Create a new Wallet address for your masternode collateral.

    Choose a masternode alias (e.g. mn01) and save it in a text file, you need it for the masternode.conf and for easyMN.services.

    Open the Console...

    btx_console

    ... and type in the following command getnewaddress "mn01" "legacy"

    btx_newaddress

    Save this collateral address in a text file, you need this for easyMN.services.

  6. Send 2,100 BTX coins to your new generated wallet address and wait for 15 confirmations

    btx_send

  7. Generate a private key for your masternode

    Open the Console...

    btx_console

    ... and type in the following command masternode genkey

    btx_genkey

    Save this MASTERNODE_KEY in a text file, you need it for the masternode.conf and for easyMN.services.

  8. Get your masternode collateral output

    Open the Console...

    btx_console

    ... and type in the following command masternode outputs

    btx_outputs

    The first value is the transaction ID (TX_ID). Save it in a text file, you need it for the masternode.conf and for easyMN.services.

    The second value is the transaction Index (TX_INDEX). Save it in a text file, you need it for the masternode.conf.

  9. Open the masternode.conf file and enter all needed information, e.g.

    btx_mnconf

    #MN_ALIAS IP_ADDRESS:8555 MASTERNODE_KEY TX_ID TX_INDEX
    mn1 IP_FORM_EASYMN:8555 5K1skWJZCmFpZ1NjmBxihpAjX3DHjDoYkg6oTxsvb2JBYGBVuD7 bbb994227c20ea216380aa52d6e7d7042fbae63d1d33b86a869b9109e1e96302 0
Booking the Masternode-Server-Hosting
  1. Go to https://easymn.services and choose one of five available packages (easyONE, easyRWO, easyTHREE, easyFOUR or easyFIVE) for setting up the server(s) by filling out the website form and selecting the desired service package.

  2. Open the masternode.conf file and copy the complete line of the master node alias e.g. mn1 IP_FORM_EASYMN:8555 5K1skWJZCmFpZ1NjmBxihpAjX3DHjDoYkg6oTxsvb2JBYGBVuD7 bbb994227c20ea216380aa52d6e7d7042fbae63d1d33b86a869b9109e1e96302 0 in the appropriate form field.

    btx_easyone

Activate your Masternode
  1. After the masternode server hosting has been set up by easyMN.services for your masternode, you will receive an email from easyMN.services telling you which IP address to enter in your masternode.conf.

  2. Open the masternode.conf file and enter all needed information, e.g. IP_FORM_EASYMN is 93.221.58.150

    btx_mnconf

    #MN_ALIAS IP_FORM_EASYMN:8329 MASTERNODE_KEY TX_ID TX_INDEX
    mn1 93.221.58.150:8329 5K1skWJZCmFpZ1NjmBxihpAjX3DHjDoYkg6oTxsvb2JBYGBVuD7 bbb994227c20ea216380aa52d6e7d7042fbae63d1d33b86a869b9109e1e96302 0

    The wallet must now be restarted to load the masternode.conf changes.

  3. Activate your Masternode via your BitCore BTX QT Wallet

    Open the Console...

    btx_console

    ... and type in the following command masternode start-alias mn1

    btx_mnstart

NOTICE: If your wallet is encrypted, you have to enter your password.

Now your Masternode Status will be PRE_ENABLED. It normally takes about 20 minutes until the masternode is set to ENABLED, but it can also take longer.

BitCloud Masternode

Wallet Setup
  1. Download latest Bitcloud BTDX QT Wallet from our GitHub: https://github.com/LIMXTEC/Bitcloud/releases

  2. Start your Bitcloud BTDX QT QT Wallet and wait until it's fully synchronized.

  3. OPTIONAL: Encrypt your wallet (best with a strong password)

  4. Activate "Masternodes" Tab

    Goto "Settings" and open "Options..."

    btdx_options

    Set "Show Masternodes Tab"

    btdx_mntab

    Restart your Wallet, then you should see the "Masternodes" Tab in your Wallet.

  5. Create a new Wallet address for your masternode collateral.

    Choose a masternode alias (e.g. mn01) and save it in a text file, you need it for the masternode.conf and for easyMN.services.

    Open the Console...

    btdx_console

    ... and type in the following command getnewaddress "mn01"

    bdtx_newaddress

    Save this collateral address in a text file, you need this for easyMN.services.

  6. Send 10,000 BTDX coins to your new generated wallet address and wait for 15 confirmations

    btdx_send

  7. Generate a private key for your masternode

    Open the Console...

    btdx_console

    ... and type in the following command masternode genkey

    btdx_genkey

    Save this MASTERNODE_KEY in a text file, you need it for the masternode.conf and for easyMN.services.

  8. Get your masternode collateral output

    Open the Console...

    btdx_console

    ... and type in the following command masternode outputs

    bdtx_outputs

    The first value is the transaction ID (TX_ID). Save it in a text file, you need it for the masternode.conf and for easyMN.services.

    The second value is the transaction Index (TX_INDEX). Save it in a text file, you need it for the masternode.conf.

  9. Open the masternode.conf file and enter all needed information, e.g.

    btdx_mnconf

    #MN_ALIAS IP_ADDRESS:8329 MASTERNODE_KEY TX_ID TX_INDEX
    mn01 IP_FORM_EASYMN:8329 6A37SVCHTwHDycZHzgjLVa8r19bftZmsqAmSKaXLmQRndfqVsWU bbb994227c20ea216380aa52d6e7d7042fbae63d1d33b86a869b9109e1e96302 0
Booking the Masternode-Server-Hosting
  1. Go to https://easymn.services and choose one of five available packages (easyONE, easyRWO, easyTHREE, easyFOUR or easyFIVE) for setting up the server(s) by filling out the website form and selecting the desired service package.

  2. Open the masternode.conf file and enter all needed information, e.g. mn01 IP_FORM_EASYMN:8329 6A37SVCHTwHDycZHzgjLVa8r19bftZmsqAmSKaXLmQRndfqVsWU bbb994227c20ea216380aa52d6e7d7042fbae63d1d33b86a869b9109e1e96302 0 in the appropriate form field.

    btdx_easyone

Activate your Masternode
  1. After the masternode server hosting has been set up by easyMN.services for your masternode, you will receive an email from easyMN.services telling you which IP address to enter in your masternode.conf.

  2. Open the masternode.conf file and enter all needed information, e.g.

    btdx_mnconf

    #MN_ALIAS IP_ADDRESS:8555 MASTERNODE_KEY TX_ID TX_INDEX
    mn01 IP_FORM_EASYMN:8555 6A37SVCHTwHDycZHzgjLVa8r19bftZmsqAmSKaXLmQRndfqVsWU bbb994227c20ea216380aa52d6e7d7042fbae63d1d33b86a869b9109e1e96302 0

    The wallet must now be restarted to load the masternode.conf changes.

  3. Activate your Masternode via your BitCLoud BTDX QT Wallet

    Open the Console...

    btdx_console

    ... and type in the following command masternode start-alias mn01

    btdx_mnstart

NOTICE: If your wallet is encrypted, you have to enter your password.

Now your Masternode Status will be PRE_ENABLED. It normally takes about 20 minutes until the masternode is set to ENABLED, but it can also take longer.

BitSend Masternode

Wallet Setup
  1. Download lastest BitSend BSD QT Wallet from our GitHub: https://github.com/LIMXTEC/BitSend/releases

  2. Start your BitSend BSD QT Wallet and wait until it's fully synchronized.

  3. OPTIONAL: Encrypt your wallet (best with a strong password)

  4. Open the bitsend.conf file and add option promode=1

    bsd_conf

  5. Activate "Coin control features"

    Goto "Settings" and open "Options..."

    bsd_options

    Set "Enable coin control features"

    bsd_coincontrol

    Restart your Wallet, then you should see the "Masternodes" Tab in your Wallet.

  6. Create a new Wallet address for your masternode collateral.

    Choose a masternode alias (e.g. mn01) and save it in a text file, you need it for the masternode.conf and for easyMN.services.

    Open the Console...

    bsd_console

    ... and type in the following command getnewaddress "mn1"

    bsd_newaddress

    Save this collateral address in a text file, you need this for easyMN.services.

  7. Send 25,000 BSD coins to your new generated wallet address and wait for 15 confirmations

    bsd_send

  8. Generate a private key for your masternode

    Open the Console...

    bsd_console

    ... and type in the following command masternode genkey

    bsd_genkey

    Save this MASTERNODE_KEY in a text file, you need it for the masternode.conf and for easyMN.services.

  9. Get your masternode collateral output

    Open the Console...

    bsd_console

    ... and type in the following command masternode outputs

    bsd_outputs

    The first value is the transaction ID (TX_ID). Save it in a text file, you need it for the masternode.conf and for easyMN.services.

    The second value is the transaction Index (TX_INDEX). Save it in a text file, you need it for the masternode.conf.

  10. Select on "Send" Tab the button "Inputs..." to open the "Coin Selection" dialog. Lock your masternode collateral of 25,000 BSD to prevent unintentional use of the coins in other transactions.

    bsd_lock

  11. Open the masternode.conf file and enter all needed information, e.g.

    bsd_mnconf

    #MN_ALIAS IP_ADDRESS:8886 MASTERNODE_KEY TX_ID TX_INDEX
    mn1 IP_FORM_EASYMN:8886 7s8XvbLGh5aSmsfCewkTfsuEQH5Nz4fj5x2Skq7ZymJ1TEPJuGV 00000000056f193af4a2be25151be6cbedb6b0023cb0a8d2cdcfc99d2ca410cb  0
Booking the Masternode-Server-Hosting
  1. Go to https://easymn.services and choose one of five available packages (easyONE, easyRWO, easyTHREE, easyFOUR or easyFIVE) for setting up the server(s) by filling out the website form and selecting the desired service package.

  2. Open the masternode.conf file and enter all needed information, e.g. mn1 IP_FORM_EASYMN:8886 7s8XvbLGh5aSmsfCewkTfsuEQH5Nz4fj5x2Skq7ZymJ1TEPJuGV 00000000056f193af4a2be25151be6cbedb6b0023cb0a8d2cdcfc99d2ca410cb 0 in the appropriate form field.

    bsd_easyone

Activate your Masternode
  1. After the masternode server hosting has been set up by easyMN.services for your masternode, you will receive an email from easyMN.services telling you which IP address to enter in your masternode.conf.

  2. Open the masternode.conf file and enter all needed information, e.g.

    bsd_mnconf

    #MN_ALIAS IP_ADDRESS:8886 MASTERNODE_KEY TX_ID TX_INDEX
    mn1 IP_FORM_EASYMN:8886 7s8XvbLGh5aSmsfCewkTfsuEQH5Nz4fj5x2Skq7ZymJ1TEPJuGV 00000000056f193af4a2be25151be6cbedb6b0023cb0a8d2cdcfc99d2ca410cb  0

    The wallet must now be restarted to load the masternode.conf changes.

  3. Activate your Masternode via your BitSend BSD QT Wallet

    Select on "Send" Tab the button "Inputs..." to open the "Coin Selection" dialog. Unlock your masternode collateral of 25,000 BSD to allow the masternode to be started.

    bsd_unlock

    Open the Console...

    bsd_console

    ... and type in the following command masternode start-alias mn1

    bsd_mnstart

NOTICE: If your wallet is encrypted, you have to enter your password.

Now your Masternode Status will be PRE_ENABLED. It normally takes about 20 minutes until the masternode is set to ENABLED, but it can also take longer.

Megacoin Masternode

Wallet Setup
  1. Download the latest Megacoin MΣC QT Wallet from LIMXTEC GitHub: https://github.com/LIMXTEC/Megacoin/releases

  2. Start your Megacoin MΣC QT Wallet and wait until it's fully synchronized.

  3. OPTIONAL: Encrypt your wallet (best with a strong password)

  4. Activate "Masternodes" Tab

    Goto "Settings" and open "Options..."

    mec_options

    Set "Show Masternodes Tab"

    mec_mntab

    Restart your Wallet, then you should see the "Masternodes" Tab in your Wallet.

  5. Create a new Wallet address for your masternode collateral.

    Choose a masternode alias (e.g. mn1) and save it in a text file, you need it for the masternode.conf and for easyMN.services.

    Open the Console...

    mec_console

    ... and type in the following command getnewaddress "mn1" "legacy"

    mec_newaddress

    Save this collateral address in a text file, you need this for easyMN.services.

  6. Send 4,200 MΣC coins to your new generated wallet address and wait for 15 confirmations

    mec_send

  7. Generate a private key for your masternode

    Open the Console...

    mec_console

    ... and type in the following command masternode genkey

    mec_genkey

    Save this MASTERNODE_KEY in a text file, you need it for the masternode.conf and for easyMN.services.

  8. Get your masternode collateral output

    Open the Console...

    mec_console

    ... and type in the following command masternode outputs

    mec_outputs

    The first value is the transaction ID (TX_ID). Save it in a text file, you need it for the masternode.conf and for easyMN.services.

    The second value is the transaction Index (TX_INDEX). Save it in a text file, you need it for the masternode.conf.

  9. Open the masternode.conf file and enter all needed information, e.g.

    mec_mnconf

    #MN_ALIAS IP_ADDRESS:7951 MASTERNODE_KEY TX_ID TX_INDEX
    mn1 IP_FORM_EASYMN:7951 6yxDokr5Xex1jVg5vae71kGr7KkepZkkTdTag6pgbH15H4msYoq 7e60b6266962f59d2775b592b59debe70d41b7a8a69134d80035429e8e0b24fa 0
Booking the Masternode-Server-Hosting
  1. Go to https://easymn.services and choose one of five available packages (easyONE, easyRWO, easyTHREE, easyFOUR or easyFIVE) for setting up the server(s) by filling out the website form and selecting the desired service package.

  2. Open the masternode.conf file and enter all needed information, e.g. mn1 IP_FORM_EASYMN:7951 6yxDokr5Xex1jVg5vae71kGr7KkepZkkTdTag6pgbH15H4msYoq 7e60b6266962f59d2775b592b59debe70d41b7a8a69134d80035429e8e0b24fa 0 in the appropriate form field.

    mec_easyone

Activate your Masternode
  1. After the masternode server hosting has been set up by easyMN.services for your masternode, you will receive an email from easyMN.services telling you which IP address to enter in your masternode.conf.

  2. Open the masternode.conf file and enter all needed information, e.g.

    mec_mnconf

    #MN_ALIAS IP_ADDRESS:7951 MASTERNODE_KEY TX_ID TX_INDEX
    mn1 IP_FORM_EASYMN:7951 6yxDokr5Xex1jVg5vae71kGr7KkepZkkTdTag6pgbH15H4msYoq 7e60b6266962f59d2775b592b59debe70d41b7a8a69134d80035429e8e0b24fa 0

    The wallet must now be restarted to load the masternode.conf changes.

  3. Activate your Masternode via your Megacoin MΣC QT Wallet

    Open the Console...

    mec_console

    ... and type in the following command masternode start-alias mn1

    mec_mnstart

NOTICE: If your wallet is encrypted, you have to enter your password.

Now your Masternode Status will be PRE_ENABLED. It normally takes about 20 minutes until the masternode is set to ENABLED, but it can also take longer.

About

HowTo`s for BitCore, BitCloud, BitSend and MegaCoin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published