For Node Operators
This section contains guides for running and maintaining Fukuii nodes in production.
Start Here
If you're new to Fukuii, begin with these guides:
- First Start — Get your node running for the first time
- Node Configuration — Understand and customize configuration
- Security — Secure your node properly
Quick Reference
Common Tasks
Essential Ports
| Port |
Protocol |
Purpose |
Exposure |
| 30303 |
UDP |
Discovery |
Public |
| 9076 |
TCP |
P2P |
Public |
| 8546 |
TCP |
RPC |
Private |
Default Paths
| Path |
Description |
~/.fukuii/<network>/ |
Data directory |
~/.fukuii/<network>/node.key |
Node identity key |
~/.fukuii/<network>/keystore/ |
Account keystores |
Runbooks
Setup & Configuration
Security
Networking
- Peering — Peer discovery and connectivity troubleshooting
Maintenance
Troubleshooting
Health Checks
Check Sync Status
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":1}' \
http://localhost:8546
Check Peer Count
curl -X POST --data '{"jsonrpc":"2.0","method":"net_peerCount","params":[],"id":1}' \
http://localhost:8546
Check Client Version
curl -X POST --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":1}' \
http://localhost:8546
Ethereum Classic (Mainnet)
- Network ID: 1
- Chain ID: 61 (0x3d)
- Default Data Dir:
~/.fukuii/etc/
Mordor (Testnet)
- Network ID: 7
- Chain ID: 63 (0x3f)
- Default Data Dir:
~/.fukuii/mordor/