Rheix - Getting Started

  • Send 850,000 RHX 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:22085" "FQ6HwVC54Vzku47L2Loae4fdPkYXEyqm5y"

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:22085 Replace example IP with your Smartnode server IP, leave port as is.

  • Fee address: This is any address in your wallet which contains enough RHX 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 RHX is more than enough. In Debug console do “listaddressbalances” to show all addresses with a balance, choose one and replace address in example command.

Last updated