taiko-node

Set up, run, and manage Taiko nodes on Hoodi testnet or mainnet using Docker or from source. Use when "run node", "node operator", "simple-taiko-node", "taiko-geth", "taiko-client", or "sync" is mentioned.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "taiko-node" with this command: npx skills add taikoxyz/taiko-ai/taikoxyz-taiko-ai-taiko-node

Taiko Node Operations

Run Taiko nodes. A node = taiko-geth (execution) + taiko-client (consensus).

Network Selection: Always ask which network if user hasn't specified "hoodi" or "mainnet".

Quick Decision Guide

TaskResource
Network config, chain IDs, RPCsNetworks Reference
Run node (Docker, recommended)Docker setup
Build from sourceSource build
Run Ethereum Hoodi L1eth-docker
Debug issuesTroubleshooting

Prerequisites

  • Hardware: 16 GB RAM, 2 TB SSD, quad-core CPU
  • Software: Docker ^24.0, git ^2 (source: also Go ^1.21, make ^4)
  • L1 node required — local strongly recommended (remote RPCs rate-limit)

Quick Start (Docker)

git clone https://github.com/taikoxyz/simple-taiko-node.git && cd simple-taiko-node
cp .env.sample .env              # mainnet (.env.sample.hoodi for testnet)
# Edit .env: set L1_ENDPOINT_WS, L1_BEACON_HTTP, COMPOSE_PROFILES
docker compose up -d             # mainnet
docker compose -f docker-compose-hoodi.yml up -d  # testnet

L1 endpoints: Use host.docker.internal or machine's private IP, not 127.0.0.1.

CLI Quick Reference

Use taiko --json for structured output:

taiko node status --json                                      # health: block, peers, sync %, L1 anchor
taiko node logs --service taiko_client_driver --tail 50       # taiko-client logs
taiko node logs --service l2_execution_engine --tail 50       # taiko-geth logs
taiko node restart --json                                     # restart with structured confirmation

All commands return: { schema_version, command, status, network, data, errors, warnings, metrics }

Related Skills

Resources

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

taiko

No summary provided by upstream source.

Repository SourceNeeds Review
General

taiko-shadow

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated