prepare_registration
in the daemon that is running in --master-node
mode.register_master_node
with the command returned by the daemon. Auto staking is no longer an option.stake <master node key>
to contribute to the node. Auto staking is no longer an option.print_locked_stakes
to preview all the current wallet’s transactions that are locked in a Master Node or blacklisted on the network.request_stake_unlock <master node key>
to request to unlock the stake in 15 days (10800 blocks).request_stake_unlock <master node key>
in the command line wallet. Once the unlock is requested and the request is included in a block in the blockchain, the Master Node will then expire in 15 days (10800 blocks) and the funds will become unlocked after expiry.requested_unlock_height
- The height at which the stakes will unlock and the Master Node will expire. contributors
locked_contributions
- An array of each contribution from the contributor that is locked.key_image
- A string representation of the locked key image (stake).key_image_pub_key
- A string representation of the public key component of a key image.amount
- The amount of Beldex locked in this contribution.blacklist
- An array of each blacklisted transaction from deregistered Master Nodeskey_image
- A string representation of the blacklisted key image (stake).unlock_height
- The height at which the stake can be spent again.