You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TATAUFO edited this page Oct 17, 2018
·
1 revision
Q. I noticed my peercount slowly decrease, and now it is at 0. Restarting doesn't get any peers.
A. Check and sync your clock with ntp. Examplesudo ntpdate -s time.nist.gov
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 instructions.