BitShares Forum

Main => Technical Support => Topic started by: silverlots on September 12, 2014, 01:45:32 pm

Title: Severe network problems
Post by: silverlots on September 12, 2014, 01:45:32 pm
S here's a new one. My client keeps saying ''severe network problems - delegate participation rate under 60%''
Is that something only i'm getting or are you all seing this?
All works fine btw...it's just this message that freaks me out.
Title: Re: Severe network problems
Post by: svk on September 12, 2014, 01:53:00 pm
It means you're either on a fork or you've lost connection with the network. The delegate participation ratio drops because you're not receiving new blocks. You can check the network status on the home page of my site, if you're not seeing the same thing as what's in the "NETWORK HEALTH" box chances are you're on a fork. (or my site's on a fork, but it's currently at 100% delegate participation so it's on the main fork)
Title: Re: Severe network problems
Post by: silverlots on September 12, 2014, 02:01:53 pm
I'll take a look. Thanks for the quick reply
Title: Re: Severe network problems
Post by: Thom on September 14, 2014, 06:19:38 pm
I see this too. I'm testing with a VM and have another issue I'll discuss in another thread.

I am familiar with forks in a code base, but not familiar with this term in the context of this thread.

Could one of you explain it or refer me to another thread or documentation that would?

Thank you.
Title: Re: Severe network problems
Post by: yellowecho on September 14, 2014, 07:33:51 pm
Do you have the newest client?  You should be running v0.4.15
Title: Re: Severe network problems
Post by: Thom on September 14, 2014, 07:48:04 pm
No, I'm running 0.4.14. It looks like the "check for updates" doesn't work, as I always do that after logging in and it hasn't ever notified me of a new version.

Like those new releases are popping out quite frequently now. I loaded 0.4.14 yesterday morning.

So regarding the fork context, this is literally caused by a fork in the code? Each version is a fork in the code base?
Title: Re: Severe network problems
Post by: svk on September 15, 2014, 12:55:11 pm
No, I'm running 0.4.14. It looks like the "check for updates" doesn't work, as I always do that after logging in and it hasn't ever notified me of a new version.

Like those new releases are popping out quite frequently now. I loaded 0.4.14 yesterday morning.

So regarding the fork context, this is literally caused by a fork in the code? Each version is a fork in the code base?
A fork in the context of a crypto-currency is when the blockchain splits, meaning that we have multiple chains for which delegates or miners are producing blocks. It can happen if a delegate runs two instances of the client for example, or due to timing issues etc. There's a lot of logic built into the clients to handle chains and pick the right one, but you can still get stuck on the wrong one. Shutting down the client and restarting with --rebuild-index should resolve it if it happens to you.