Skip to content

Master Node Configuration

MamboCoin edited this page Feb 16, 2018 · 4 revisions

QT Wallet with GUI

Synchronized your local wallet.

  • Go to Mambo Nodes section and select My Mambo Nodes tab
  • Click on Create... button
  • In the Alias field, write any name for your MamboNode.
  • In the Address field, write your external IP address : port P2P (default 43210) click OK.
  • Open the port on your router/firewall
  • Click Copy address button and Send to the address 30000 MMB exactly, and wait for 20 confirmations
  • Click button “Get Config” and copy the contents.
  • Create or Edit a file named MamboCoin.conf inside this folder
  • Windows: C:\Users<YOUR_USER>\Appdata\Roaming\MamboCoin
  • Mac: ~/Library/Application Support/MamboCoin
  • Linux: ~/.MamboCoin
  • Replace the rpcuser, rpcpass and port field.
  • Restart the wallet, unlock it, and press button Start your MamboNode

Linux daemon

  • Install it , sync and follow this commands
  • ./mambocoind masternode genkey (Copy the response)
  • ./mambocoind getaccountaddress MN (To create a new address for the MasterNode)
  • Transfer 30.000 MMB to the address created on previous step and, and wait for 20 confirmations
  • ./mambocoind masternode outputs
  • Stop the wallet with ./mambocoind stop
  • Edit the config with nano ~/.MamboCoin/MamboCoin.conf and add your parameters like this:

rpcuser=user

rpcpassword=password

staking=0

daemon=1

gen=0

masternode=1

masternodeprivkey=YOUR_KEY

externalip=YOUR_EXTERNAL_IP:PORT

  • Open the port on your router/firewall
  • Start the wallet with ./mambocoind
  • Start the masternode with ./mambocoind masternode start
  • Check if you are on the masternode list ./mambocoind masternode list pubkey

Cold/Hot Wallet Setup

QT Wallet Setup

  • Synchronized your local wallet.
  • Go to Mambo Nodes section and select Mambo Nodes tab
  • Click on Create... button
  • In the Alias field, write any name your MamboNode.
  • In the Address field, VPS IP address : port P2P (default 43210) click OK.
  • Click Copy address button and Send to the address 30000 MMB exactly, and wait for 20 confirmations
  • Click button “Get Config” and copy the contents.
  • Create or Edit a file named MamboCoin.conf inside this folder
  • Windows: C:\Users<YOUR_USER>\Appdata\Roaming\MamboCoin
  • Mac: ~/Library/Application Support/MamboCoin
  • Linux: ~/.MamboCoin
  • Replace the rpcuser, rpcpass and port field.
  • Open the port on your router/firewall
  • Restart the wallet
  • Unlock the wallet
  • Press button Start to start your Mambo MasterNode
  • VPS Setup

  • Get a VPS from a provider like DigitalOcean, Vultur, Amazon AWS, etc.
  • Recommended VPS size at least 1gb RAM
  • It must be Ubuntu 16.04 (Xenial)
  • Log into your VPS and install the Mambo daemon following this guide
  • Wait for Synchronize it
  • Stop the wallet with ./mambocoind stop
  • Edit the config with nano ~/.MamboCoin/MamboCoin.conf and the same config than your local wallet
  • Open the port on your router/firewall
  • Start the wallet with ./mambocoind
  • Start the Masternode with ./mambocoind masternode debug you will get masternode started remotely response
  • Check if you are on the QT Wallet Masternode list