Maxeter - Getting Started

  • Send 600,000 MAXE to self (this is current collateral amount)

  • Wait for 2 confirmations

Build protx command for control wallet

Here is an example protx quick_setup command:

protx quick_setup "ne935d771668fa640c56grt56ry8688b0f039f7b684e715d92e4012369fea6" "1" "132.145.11.12:22023" "FQ6HwVC54Vzku47L2Loae4fdPkYXEyqm5y"Copy

The structure from left to right is:

  • Transaction ID: In your wallet go to “Transactions” right click the one you sent yourself earlier and “Copy Transaction ID”. Replace the Transaction ID in example.

  • Collateral index: Tools > Debug console. Type smartnode outputs to check if 1 or 0. Adjust example command if needed.

  • Smartnode server IP:22023 Replace example IP with your Smartnode server IP, leave port as is.

  • Fee address: This is any address in your wallet which contains enough MAXE to pay the fee. When you enter the protx quick_setup command it is a transaction and needs to be paid for. It is a very small amount 1/2 an MAXE is more than enough. In Debug console do “listaddressbalances” to show all addresses with a balance, choose one and replace address in example command.

Copy the OperatorSecret text that appears.

From the Node Orbit dashboard, find your node, click Update Node and paste in this value which will finish the node provisioning process.

Last updated