Syscoin 4.3 Testnet FAQ
What executables are running when running Syscoin 4.3?
If syscoind is started with default configuration, you should expect to see 2 processes running in the background, namely syscoind, and sysgeth
Node is stuck at syncing!
First, look through your process list and ensure both processes are still running. (syscoind, sysgeth).
sysgeth status can be checked running syscoin-cli getnevmblockchaininfo
If sysgeth is missing, try running RPC command syscoin-cli syscoinstartgeth
Next, identify what is stuck at syncing. There's a few possibilities here:
1. sysgeth is not connected to peers.
2. Masternode is not syncing
Updated over 3 years ago