Unibase Docs
  • Introduction
    • Architecture
    • Core Components
    • Quick Start
  • Membase
    • 📚Architecture
    • Identity
    • Multi Memory
    • Authorization
    • 🚀Quick Start
  • AIP
    • Design
    • Agent Interaction Process
    • Implementation
    • Quick Start
      • Tool
      • Agent
        • Agent-Tool Interaction Via gRPC
        • Agent-Tool Interaction Via SSE
        • Agent-Agent Interaction
      • Chess game
  • Unibase DA
    • DA
    • Storage
    • Quick Start
      • Nodes boostrap
        • Storage Node
        • Validator Node
        • Stream Node
        • Docker
      • Nodes operations
  • Developers
    • Hub
    • SDK
    • API Reference
  • Alpha Testing
    • Testing plan
    • Requirements
    • Chains
  • 🚀Examples
  • AIP Whitepaper
Powered by GitBook
On this page
  • Stream Node
  • Storage Node
  • Validator Node
  1. Unibase DA
  2. Quick Start

Nodes operations

Set environment before your operation:

export CHIAN_TYPE=<your CHIAN_TYPE>

Stream Node

Check balance

./stream chain balance 

Check revenue

./stream chain stream revenue

Withdraw revenue

./stream chain stream withdraw

Storage Node

Check balance

export CHIAN_TYPE=<your chain>
./stream chain balance

Check revenue information

./store-edge chain store revenue

Withdraw storage revenue, updates available rewards

./store-edge chain store withdraw

Update storage rewards

./store-edge chain store updateReward

Withdraw storage rewards

./store-edge chain store withdrawReward

Validator Node

Check Balance

./validator chain balance
PreviousDockerNextDevelopers

Last updated 21 days ago