Magnus - Getting Started

Send Collateral

  1. Open your Windows wallet and unlock if your wallet is encrypted - MAKE SURE IT IS FULLY SYNCED WITH THE NETWORK AND STAKING IS DISABLED

  2. Go to Settings -> Debug -> Console

  3. Type: getnewaddress MN# (# is your masternode number you want to use. Example: MN1)

  4. Send 650 Magnus to this address and wait for at least 1 confirmation

  5. Go to Settings -> Debug -> Console

  6. Type: getmasternodeoutputs

  7. Type: createmasternodekey

  8. Save your TX ID (The first number) and your Index Number (Second number, either a 1 or 0)

  9. Save your generated key and submit this into the Node Orbit dashboard

Edit your config file

  1. Open masternode.conf file

  2. Enter the following on one single line after the example configuration <alias> <ip>:17102 <private_key> <tx_id> <index>

  3. It should look something like this: MN1 127.0.0.2:17102 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX X

  4. Save and close the file and restart your wallet.

Start the Masternode

  1. In your wallet, go to Masternode tab

  2. Click on the masternode you just created and click start

  3. This step will take 15 confirmations

Last updated