Swingby Skybridge
HomeExplorerGitHubDiscord (Dev)DAONode API
  • Overview
  • Motivations
  • How can I use Skybridge?
  • What is the technology behind Skybridge?
    • Proof-of-Stake node groups
    • Threshold Signature Scheme ("TSS")
    • Leaderless consensus
    • Peer communication
  • What is the SWINGBY token?
  • Q&A
  • Getting started
    • How to swap tokens?
      • BTC to WBTC (on Ethereum)
      • WBTC (on Ethereum) to BTC swap
      • Understanding a swap lifecycle
    • Become a LP
      • Add liquidity
      • Remove liquidity
    • Network fees
  • Technical Details
    • Run a Metanode
      • Swingby node installation guide
      • Node on Hetzner server
      • BOT Commands list
    • Smart contract and Tokens
  • πŸ—³οΈSWINGBY DAO
    • πŸ—ΊοΈOverview
    • πŸ›οΈFramework
      • πŸ’‘Phase 1: Informal Discussion
      • πŸ—£οΈPhase 2: Proposal Refinement & Temperature Check
      • πŸ‘Phase 3: Signal Voting
      • πŸ—³οΈPhase 4: On-chain Voting
    • πŸ“šTutorials
      • Bridge SWINGBY to ERC-20
      • Stake SWINGBY for voting power
      • Vote on Proposals
      • Delegate Votes
      • Create Proposals
      • Bond Metanodes
  • Read more
  • Website
  • Twitter
  • GitHub
  • White Paper
  • Proposals & Specifications (SWIPs)
Powered by GitBook
On this page
  • Command list [only local machine]
  • Command list [only server]

Was this helpful?

  1. Technical Details
  2. Run a Metanode

BOT Commands list

This page describe that bot commands are how it works

PreviousNode on Hetzner serverNextSmart contract and Tokens

Last updated 1 year ago

Was this helpful?

Command list [only local machine]

[Setup Node]

  • /setup_server_config

    • This command sets the IP address and login name of the server used by your bot.

  • /setup_your_bot

    • This command installs your bot to your server.

Command list [only server]

[Setup Node]

  • /setup_node

    • This command sets all node configurations and gets the "description" set for the timelock transaction. For more details about "staking", let's see here πŸ‘‡

[Deploy Node]

  • /deploy_node

    • deploy your node

  • /setup_domain

    • configure domain

  • /enable_domain

    • attach domain to your server

  • /stop_node

    • stop your node

[Deploy Infura]

  • /setup_infura

    • This command will remove all your blockchain data on /var/swingby/mainnet

    • And Downloading all of the new snapshots for infra packages.

      • BTC-ETH network => bitcoind, bb_btc, geth, bb_eth

      • BTC-BSC network => bitcoind, bb_btc, bsc, bb_bsc

  • /resync_infura

    • re-syncing snapshot

  • /deploy_infura

    • deploy infura services

[System management]

  • /check_status

    • checking status of system

  • /upgrade_bot

    • upgrade bot to latest version

  • /get_node_logs

    • getting the latest logs of node

Bot commdand list