Sign inSign up

uniquenetwork/quartz-node-public

By uniquenetwork

•Updated 10 months ago

Official repository for Unique Network Quartz Node

Image
0

3.5K

uniquenetwork/quartz-node-public repository overview

⁠Usage

This is official docker image for Unique Network Quartz Node. Please use appropriate tag.

Note: this config works from v943061 tag.

version: "3.7"

services:
  quartz_node:
    image: uniquenetwork/quartz-node-public:latest
    container_name: quartz_node
    volumes:
      - ./chain-data:/chain-data
    ports:
      - 9833:9833
      - 40333:40333
      - 30333:30333
    restart: unless-stopped
    command:  >
      /usr/local/bin/unique-collator
      --state-pruning archive
      --blocks-pruning archive
      --sync Full
      --rpc-cors=all
      --base-path /chain-data
      --chain /quartz.json
      --port 30333
      --rpc-port 9833
      --no-prometheus 
      --no-mdns
      --no-telemetry
      --unsafe-rpc-external
      --reserved-nodes /dns/p2p-ie-gateway-quartz.unique.network/tcp/30333/ws/p2p/12D3KooWFhZky1kUMhc2AYbxsxhQhQXf7Ezv5LKkA5Q2qGXFGrXz
      --reserved-nodes /dns/p2p-us-gateway-quartz.unique.network/tcp/30333/ws/p2p/12D3KooWMNrHmaXYgohJRBJEkxia5GB2PquBBxAWbCUME3spytdE
      --reserved-nodes /dns/p2p-asia-gateway-quartz.unique.network/tcp/30333/ws/p2p/12D3KooWLfCkVJHnzKBprUXs3iKn1EnXRXGrPaCSUjGnUFbTh9im
      -- 
      --execution wasm
      --sync Full
      --chain /kusama.json
      --port 40333
      --rpc-port 9933
      --no-prometheus
      --no-mdns
      --no-telemetry

Tag summary

Content type

Image

Digest

sha256:42a7e7f49…

Size

100 MB

Last updated

10 months ago

docker pull uniquenetwork/quartz-node-public