This repository contains the relevant to run your own RPC node for Mint Blockchain.
Recommend minimal configuration to run a node:
- 2 Core * 8 GB RAM
- 800GB SSD Drive (Archive Node)
- setting
OP_NODE_L1_ETH_RPCandOP_NODE_L1_BEACON
# .env
OP_NODE_L1_ETH_RPC=<ETH L1 RPC>
OP_NODE_L1_BEACON=<Beacon RPC>
- 启动op-geth
docker compose -f docker-compose.yml up -d op-geth
- 启动op-node
docker compose -f docker-compose.yml up -d op-node
curl -d '{"id":0,"jsonrpc":"2.0","method":"eth_blockNumber","params":[]}' -H "Content-Type: application/json" http://localhost:8545
Default node type is archive. you can change it via --gcmode.
- 快照时间为: 2025-12-08 21:05 ( UTC+9 )
- Archive(652GB): https://storage.googleapis.com/conduit-networks-snapshots/mint-mainnet-0/latest.tar
If you encounter problems, please open a GitHub issue