TON Rust Node | News
128 subscribers
2 photos
1 video
25 links
Built for operators who run fleets, not single servers. Rust core, container-first deployment, unified control plane, and security model where keys never touch the filesystem.

Support: @ton_rust_node_chat
Download Telegram
Channel created
Welcome to TON Rust Node channel

Public release is live!
TON Rust Node packages are now available for production environments.

Key resources:
▪️ Container image
▪️ Documentation
▪️ Helm chart: oci://ghcr.io/rsquad/helm/ton-rust-node

Important notes:
— Fullnode-first release
The current documentation describes how to run a fullnode with a liteserver and JSON-RPC. Validator setup is not documented yet. Please start by syncing a fullnode first.

— Mainnet only
Targets mainnet for now. Testnet is under active development by TON Core, so timely updates aren’t guaranteed.

— Validator instructions coming soon

More advanced deployment scenarios and validator-specific guides are already on the roadmap and will be published later.


Thanks for joining as TON Rust Node goes production-ready. Deploy via the Helm chart or container image, follow the docs, and share feedback to help shape the next step of the TON ecosystem!
16👍4🔥4
TON Rust Node Update v0.1.2

Winner winner, update dinner. Welcome back, builders!

This production-tuned update brings better observability, solid health checks, and a few performance wins.

What’s inside:
Prometheus metrics
Exposes 51 Prometheus metrics across 8 subsystems, served at GET /metrics on the metrics port (default 9100).

Liveness and readiness probes
Adds /healthz and /readyz to the metrics HTTP server alongside /metrics, so Kubernetes can use the same port for health checks. Currently both endpoints return HTTP 200 when the metrics server is running.

Grafana dashboard out of the box
Ships with a bundled Grafana dashboard and a recommended Prometheus and Grafana setup for Kubernetes deployments, so you can start monitoring without building dashboards.

Helm chart 0.2.0
Pins the image tag to a specific version, parameterizes the init container image via initImage.*, and changes the default pullPolicy from Always to IfNotPresent for more predictable deployments.


Full changelog:
https://github.com/RSquad/ton-rust-node/releases/tag/v0.1.2-mainnet
1🔥7👍54