mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
docs: broken link and typo in FAQ.md (#21800)
* Update FAQ.md typo * Update FAQ.md broken link * Update FAQ.md
This commit is contained in:
parent
e9867d1e00
commit
995a2a38d9
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ sort_key: C
|
||||||
|
|
||||||
**Q.** I would like to run multiple geth instances but got the error "Fatal: blockchain db err: resource temporarily unavailable".
|
**Q.** I would like to run multiple geth instances but got the error "Fatal: blockchain db err: resource temporarily unavailable".
|
||||||
|
|
||||||
**A.** Geth uses a datadir to store the blockchain, accounts and some additional information. This directory cannot be shared between running instances. If you would like to run multiple instances follow [these](../doc/setting-up-private-network-or-local-cluster) instructions.
|
**A.** Geth uses a datadir to store the blockchain, accounts and some additional information. This directory cannot be shared between running instances. If you would like to run multiple instances follow [these](../getting-started/private-net) instructions.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue