MecuAI - Getting Started

Open your LOCAL wallet. Create new receiving address. Send 18,480 MECU to the new receiving address. Wait transaction confirmation

Build protx command for control wallet

Enter the protx command in the Debug console of YOUR LOCAL wallet. This will create a .conf file for that node in the same directory you ran the wallet from.

protx quick_setup "Transaction ID" "Collateral index" "Smartnode server IP:1168" "Fee address"

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:1168 Replace example IP with your Smartnode server IP found in the Node Orbit dashboard, leave port as is.

  • Fee address This is any address in your wallet that contains enough MECU to pay the fee (cannot be the address to which you sent the 18,480 MECU). When you enter the protx quick_setup command it is a transaction and needs to be paid for. It is a very small amount of -0.00000168 MECU. In Debug console do “listaddressbalances” to show all addresses with a balance, choose one, and replace the address in the example command.

Example:

protx quick_setup "5249b7172asdf8264a1bb7e63c21496f3744c94abb7bf5f3195e8e01e45518d4" "1" "16.127.125.168:1168" "MBjJcSit2DSwjtofWVH4hFz4c1BWSaPZt4"

  • 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