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

Stop Service

Please follow the following steps one by one if you want to stop the node service:

  1. Exit the DHC network by clicking the "Exit Service" button, and a transaction will be sent to change the device status to "run".

  2. Stop the device service by clicking the "Stop Work" button and a transaction will be sent to change the device status to "Stop".

  3. Withdraw the node staking of tBOL by clicking the "Withdraw" button and a transaction will be sent to withdraw tBOL from the current device.

  4. Unbind the current device by clicking the "Unbind Pid" button and a transaction will be sent to unbind. Then the current device will be changed to the initial status of "Not listed" and the current node will be removed from the DHC list in the blockchain browser.

  5. Delete the current device by clicking the "Delete Did" button and a transaction will be sent to delete the current device from the list of client devices associated with the admin wallet address.

  6. Shutdown the cloud server when all the above 5 actions are completed. You can login the cloud service client like Microsoft Cloud and delete the virtual machine you purchased to avoid the cloud service provider to continue deducting fees.

Last updated 1 year ago