BitShares Forum

Main => General Discussion => Topic started by: emski on August 28, 2014, 08:44:54 am

Title: Init nodes
Post by: emski on August 28, 2014, 08:44:54 am
Are all of them on a fork or just other failure?
Title: Re: Init nodes
Post by: tonyk on August 28, 2014, 08:51:10 am
oho...
Title: Re: Init nodes
Post by: xeroc on August 28, 2014, 09:15:00 am
Code: [Select]
delegate (locked) >>> blockchain_get_security_state
{
  "alert_level": "yellow",
  "estimated_confirmation_seconds": 10,
  "participation_rate": 76.515151515151516
}

not cool
Title: Re: Init nodes
Post by: svk on August 28, 2014, 11:25:57 am
Code: [Select]
delegate (locked) >>> blockchain_get_security_state
{
  "alert_level": "yellow",
  "estimated_confirmation_seconds": 10,
  "participation_rate": 76.515151515151516
}

not cool

I'd actually not noticed that command before, thanks for pointing it out! I've added the information there to my website, it will update in real time once per minute. You can find it on the delegates page here:

http://bitsharesblocks.com/#/delegates
Title: Re: Init nodes
Post by: Riverhead on August 28, 2014, 11:31:19 am
Code: [Select]
delegate (locked) >>> blockchain_get_security_state
{
  "alert_level": "yellow",
  "estimated_confirmation_seconds": 10,
  "participation_rate": 76.515151515151516
}

not cool


Not surprising just after a fork. Everyone is trying to sync to sync still.  Curiously my node server is syncing super fast (30 blocks/sec) but the GUI is quite slow.
Title: Re: Init nodes
Post by: Riverhead on August 28, 2014, 11:44:46 am
Code: [Select]
delegate (locked) >>> blockchain_get_security_state
{
  "alert_level": "yellow",
  "estimated_confirmation_seconds": 10,
  "participation_rate": 76.515151515151516
}

not cool

Seems to get better once sync'd.

 blockchain_get_security_state
{
  "alert_level": "green",
  "estimated_confirmation_seconds": 10,
  "participation_rate": 94.392523364485982
}