Bool Network
  • Introduction
    • What is Bool Network
    • Key features and benefits
    • Roadmap and Milestones
  • INTEROPERABILITY PROTOCOL
    • Overview
    • Architecture
    • Dynamic Hidden Committee (DHC)
      • Security trust flow
      • Lifecycle
      • Messaging Layer
    • Self Custody
      • Channels
      • Workflow
      • Escape Hatch
  • USER GUIDE
    • Beta Testnet
      • Getting Started
      • Network Information
      • Wallet Setup
      • Token Faucet
      • DHC Update
      • Node Server
        • Recommend List
        • Purchase Guide
      • Node Setup
        • DHC Node Setup
          • Local LAN Configuration for SGX
          • Run a chain via snapshot
        • Case Study
      • Node Management
        • For DHC Voter
        • For DHC Owner
  • EVM Ecosystem
    • Getting Started
      • Arbitrary Message Transmission
    • AMT Bridges
      • Network configuration
      • Create committees
      • Build a bridge
      • Bind Consumer to Anchor
      • Other operations
    • Smart Contracts
      • Primary Contracts
        • AnchorFactory
        • Messenger
        • Interfaces
          • IAnchorFactory
          • IMessenger
      • On-chain endpoint: Anchor
        • Anchor.sol
        • IAnchor.sol
      • BoolConsumerBase
        • BoolConsumerBase.sol
        • IBoolConsumerBase.sol
    • User Configurations
    • Application Examples
      • HelloWeb3.sol
    • Technical Reference
      • Chain IDs
      • Deployment Addresses
        • Devnet
        • Testnet
        • Alpha Mainnet
      • Faucet
  • Applications
    • B² Bool Bridge
      • B² Bool Bridge (Particle)
      • B² Bool Bridge (MetaMask)
    • Bool Swap
      • Pool Configuration
      • Deployment Addresses
        • Alpha Mainnet
  • Develop guide
    • Network Configuration
    • System Configuration
    • Testnet
      • Bool Chain
        • Node operators
        • Validators
      • DHC Nodes
        • Prerequisites
        • Quick Start
  • Advanced Tutorials
    • Token Bridge
  • Community and Support
    • Media Kit
    • FAQ
  • Official Links
    • GitHub
    • Twitter
    • Telegram
    • Discord
    • Youtube
    • Medium
Powered by GitBook
On this page
  1. USER GUIDE
  2. Alpha Testnet
  3. Node Management
  4. For DHC Node

Manage Device

Users can perform administrative operations by using the button group at the end of device list row.

  • Lock: increases the staking amount for the Owner role;

  • Withdraw: decreases the amount of staking for the Owner role. It will be valid only when the device is stopped;

  • Start Work: restart the service of the current device. The button is only displayed when the device is stopped. Be aware of the staking amount is more than 4000 tBOL before restarting the device;

  • Stop Work: stop the current device service. The button is only displayed in the "run/service" status;

  • Join Service: join the current device to the DHC service network. The button is only displayed in the "run" status;

  • Exit Service: Exit the current device from the DHC service network. The button is only displayed in the "service" status;

  • Update Pid: configure the staking information of the current device. The button is only displayed in the initial status of the device;

  • Unbind Pid: unbind the management wallet from the current device. The button is only displayed in the "stop" status;

  • Delete Did: delete the current device from the system device list. The button is only displayed in the initial status of the device;

Last updated 1 year ago