Crust Wiki

Crust Wiki

  • 文档
  • 主网
  • 贡献
  • Languages icon中文
    • English
    • Help Translate

›构建

概览

  • 开始
  • Shadow Bridge
  • CSM 认领

学习

  • 即将到来

构建

  • 即将到来

节点

  • 即将到来

存储

  • 即将到来

Maxwell

    概览

    • 开始
    • 预览网 Maxwell
    • Crust Grants
    • Ethereum Bridge
    • CRU 转回
    • CRU18 认领
    • CSM 转回
    • Crust 钱包
    • 术语表
    • 社区
    • 贡献

    学习

    • 账户
    • Crust 通证
    • 新增绑定
    • sWorker
    • 担保人
    • 验证人
    • 存储商户
    • GPoS
    • 去中心化存储市场
    • BitSwap
    • 民主指南

    构建

    • 开始
    • Hello Crust
    • Crust Rocky Network
    • 代码示例:使用Crust
    • Crust SDK
    • 总览
    • 部署和运行网站
    • 内容存储与分发
    • NFT数据存储
    • Crust Storage Manager
    • Crust Node

    节点

    • 节点概要
    • 节点硬件指南
    • Owner 节点
    • Member 节点
    • Isolation 节点
    • 验证人指南
    • 担保人指南
    • 参数表
    • Q&A

    存储

    • 概览
    • 存储用户指南
    • 存储商户指南
    • 存储订单清算指南
    • 使用Crust Apps 存储的问题
    • Crust 存储浏览器
    • Q&A
Translate

Crust Rocky Network

Welcome to Crust Rocky Network. Crust Rocky Network is a test network for developers to test their application easily and quickly.

Here you will learn how to join the Crust Rocky Network, get the Rocky CRU from the faucet and important parameters of Crust Rocky Network.

How to play with the Crust Rocky Network.

You can join and check the Crust Rocky Network from our apps. It's exact same with our Crust Maxwell Preview Network. You can create your account first and copy the account address.

Get the Rocky CRU from the faucet.

Go to our faucet repo and open an issue to get Rocky CRU. You just need to put your account address into the title and click the "Submit new issue" button. faucet_page

Wait for a second and you will get response from the bot. Rocky CRU would be sent to your account already.

Parameters of Crust Rocky Network

To make sure your applications can be easily embedded into our Crust Maxwell Preview Network or the incoming Mainnet, most of the parameters are exact same with the Crust Maxwell Preview Network, except for the following parameters.

GPoS

ParametersDetailsRocky Network
SessionDurationDuration of one session (min)5
SessionsPerEraSessions in one era3

MPoW

ParametersDetailsRocky Network
REPORT_SLOTWork report cycle(block)150

You can check the parameters page if you want to know other parameters of Crust Rocky Network.

Run a Crust Rocky chain locally.

If you want to connect to the Crust Rocky Network from a local chain. You can follow the below guidance. Make sure you have docker on the machine already.

  1. Pull the docker image
sudo docker pull crustio/crust:rocky
  1. Run the docker image, you can use any way to run it. Here we provide the docker-compose.yml as the example.
version: '3'
services:
  crust-rocky:
    image: crustio/crust:rocky
    network_mode: host
    restart: always
    command:
      - "./crust"
      - --base-path
      - /tmp/rocky-watcher
      - --chain
      - rocky
      - --name
      - rocky-watcher
      - --pruning
      - archive
      - --port
      - "30333"
      - --ws-port
      - "9944"
      - --rpc-port
      - "9933"
      - --rpc-external
      - --ws-external
      - --rpc-cors
      - all
      - --ws-max-connections
      - "1000"
      - --in-peers
      - "100"
      - --no-telemetry
    volumes:
      - /tmp/rocky-watcher:/tmp/rocky-watcher
    ports:
      - "30333:30333"
      - "9933:9933"
      - "9944:9944"

If you want to build and run a chain from source code, please check the readme in the crust repo.

API Docs

You can check Crust Docs website to learn supported api for our chain.

← Hello Crust代码示例:使用Crust →
  • How to play with the Crust Rocky Network.
  • Get the Rocky CRU from the faucet.
  • Parameters of Crust Rocky Network
    • GPoS
    • MPoW
  • Run a Crust Rocky chain locally.
  • API Docs
Docs
Getting StartedCRU ClaimsWebsite Hosting with CrustNFT Data Storage with Crust
Community
DiscordTwitterTelegram
More
CooperationGitHub
Copyright © 2025 Crust Network