Skip to content
Kedia edited this page Mar 11, 2018 · 2 revisions

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. Example sudo ntpdate -s time.nist.gov


Q. I would like to run multiple gvap instances but got the error "Fatal: blockchain db err: resource temporarily unavailable".

A. Gvap 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.

Clone this wiki locally