Reaction - Getting Started

Open your LOCAL wallet. Create new receiving address. Send 1,000,000 REACTION 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:8632" "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:8632 Replace example IP with your Smartnode server IP, leave port as is.

  • Fee address This is any address in your wallet that contains enough REACTION to pay the fee (cannot be the address to which you sent the 1,000,000 REACTION). 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.00000479 REACTION. 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 "c4bbcde9771668fa640c2654gdff688b0f039f7b684e715d92e4012369fea6" "1" "156.120.183.93:8632" "VraHv94ZfueciwVVpHLMdqFayaXAS4sBxP"
  • 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