docs: add troubleshooting guide#192
Conversation
|
Thanks for reviewing. I added these notes based on issues I encountered while setting up a node, hoping it helps new node operators avoid common setup problems . |
|
The intent here is good — node setup troubleshooting genuinely helps new operators — but the current content is too generic to be actionable. None of the bullet points include a specific command, error message, config value, or version number, so a reader hitting an actual failure can't use them to diagnose anything. A few concrete items from real Arc Testnet development that would fit a troubleshooting section (and aren't covered elsewhere in the README yet): Chain ID mismatch in wallet / tooling config curl -s -X POST https://rpc.testnet.arc.network -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' | jq .result
# Expected: "0x4cef52"RPC endpoint availability Block explorer URLs
These are specific enough that a reader can act on them. Happy to submit a follow-up PR with this content if it would be useful — or the author can incorporate whichever items are relevant here. |
Summary
Added troubleshooting notes for node setup.
Changes
Testing
Documentation only.