Ergo node sync problems

Hi, I looked through the support forums, and I couldn’t really nail down a wait time on synchronization. I noticed people reporting between 2 and 24 hours, but I really want to make sure I have done things correctly.

I have already installed ergo and initialized a wallet according to the instructional video on the ergo wallet webpage (about a week ago). I was able to generate a wallet address and I went ahead and started sending my mining rewards to that address. I just booted up my ergo node, but it is has been on active synchronization for over an hour and my ergo wallet folder is over 5gb in size…

Q1) I also notice my height is contact increasing, is that correct behavior?
Q2) Should I be waiting several hours to sync?
Q3) Is my jar file running correctly? My setting are below:

  1. I am running windows 10
  2. ergo-4.0.13.jar
  3. my script: java -jar ergo-4.0.13.jar --mainnet -c ergo.conf
  4. my conf file:
    ergo {
    directory = “c:/ergo”
    node {
    mining = false
    }
    wallet.secretStorage.secretDir = “c:/ergo”
    }

scorex {
restApi {
# Hex-encoded Blake2b256 hash of an API key.
# Should be 64-chars long Base16 string.
# below is the hash of the string ‘hello’
# replace with your actual hash
apiKeyHash = “my_hash_key_is_here”
}
}

  1. snippet of the jar output:

Thanks for any help! It is much appreciated

pic of my ergo node: