I left the wallet on overnight, it finished getting all the blocks, but it keeps resetting some 'additional' data while syncing going from 25 to 75 percent and back again. The default 44444 port sends out empty data to my miner according to JSON RPC. Am I doing something wrong? Here's my config file, is it used at all?
server=1
rpcuser=user
rpcpassword=password
listen=1
rpcallowip=127.0.0.1
rpcport=44444
Here's a log showing the sync process going down. I'd like some help with this.
2017-06-24 10:11:17 CMasternodeSync::ProcessTick -- nTick 42319 nRequestedMasternodeAssets 4 nRequestedMasternodeAttempt 2 nSyncProgress 0.812500
2017-06-24 10:11:17 CMasternodeSync::ProcessTick -- nTick 42319 nRequestedMasternodeAssets 4 -- timeout
2017-06-24 10:11:17 CMasternodeSync::SwitchToNextAsset -- Sync has finished
2017-06-24 10:11:23 CMasternodeSync::ProcessTick -- WARNING: not enough data, restarting sync
2017-06-24 10:11:23 CMasternodeSync::ProcessTick -- nTick 42325 nRequestedMasternodeAssets 0 nRequestedMasternodeAttempt 0 nSyncProgress -0.250000
2017-06-24 10:11:23 CMasternodeSync::SwitchToNextAsset -- Starting MASTERNODE_SYNC_SPORKS
2017-06-24 10:11:23 CMasternodeSync::ProcessTick -- nTick 42325 nRequestedMasternodeAssets 1 -- requesting sporks from peer 339
2017-06-24 10:11:23 CMasternodeSync::ProcessTick -- nTick 42325 nRequestedMasternodeAssets 1 -- requesting sporks from peer 340
2017-06-24 10:11:29 CMasternodeSync::ProcessTick -- nTick 42331 nRequestedMasternodeAssets 1 nRequestedMasternodeAttempt 0 nSyncProgress 0.000000
2017-06-24 10:11:29 CMasternodeSync::SwitchToNextAsset -- Starting MASTERNODE_SYNC_LIST
2017-06-24 10:11:29 CMasternodeMan::DsegUpdate -- we already asked [2001:0:9d38:6abd:1c0f:12ad:b18e:37e]:55555 for the list; skipping...
2017-06-24 10:11:35 CMasternodeSync::ProcessTick -- nTick 42337 nRequestedMasternodeAssets 2 nRequestedMasternodeAttempt 1 nSyncProgress 0.281250
2017-06-24 10:11:35 CMasternodeMan::DsegUpdate -- we already asked [2a02:8433:1b20:5800:d9f:6a44:c9e6:b745]:55555 for the list; skipping...
2017-06-24 10:11:41 CMasternodeSync::ProcessTick -- nTick 42343 nRequestedMasternodeAssets 2 nRequestedMasternodeAttempt 2 nSyncProgress 0.312500
PS! Simple Getblock work seems to be disabled / not supported. So any idea how to start solo mining this thing?