BitShares Forum

Main => General Discussion => Topic started by: DACSunlimited on July 24, 2014, 01:04:47 am

Title: Delegates and seed nodes, upgrade your client version to 0.2.3
Post by: DACSunlimited on July 24, 2014, 01:04:47 am
Download and build from:

https://github.com/dacsunlimited/bitsharesx/releases/tag/0.2.3

Binaries will be provided to users later

Suggestions:

1. Active Delegate, be careful and make sure you are producing blocks during upgrading.
2. BACKUP YOUR WALLET USING THE COMMAND wallet_export_to_json BEFORE UPGRADING
3. New version added lots of new seed nodes, you can connect to them by delegate config.json in your data dir.
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: bytemaster on July 24, 2014, 01:06:14 am
It will take about 1 minute to rebuild the blockchain database the first time you launch it so be prepared for that.

Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: Overthetop on July 24, 2014, 01:20:04 am
 +5%
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: alt on July 24, 2014, 01:26:13 am
 +5% +5% +5%
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: GaltReport on July 24, 2014, 01:28:17 am
How do you do this:

"be careful and make sure you are producing blocks during upgrading."
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: DACSunlimited on July 24, 2014, 01:31:37 am
How do you do this:

"be careful and make sure you are producing blocks during upgrading."

Run two nodes, build another when running current one.

Check the next block produce time before you switch different delegate nodes.

Do not forget to open and unlock for enough long time.
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: GaltReport on July 24, 2014, 01:35:00 am
How do you do this:

"be careful and make sure you are producing blocks during upgrading."

Run two nodes, build another when running current one.

Check the next block produce time before you switch different delegate nodes.

Do not forget to open and unlock for enough long time.

Thanks, how do you check next block produce time?  get_info?

Is it okay if the IP is different if you are not a seed node?
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: bytemaster on July 24, 2014, 01:35:45 am
System does not care about IP.
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: GaltReport on July 24, 2014, 01:36:27 am
System does not care about IP.

That's good.  TY.
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: muse-umum on July 24, 2014, 01:55:15 am

Thanks, how do you check next block produce time?  get_info?


Yes, get_info

{

  "wallet_next_block_production_time": "4 minutes in the future",

}
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: GaltReport on July 24, 2014, 01:55:37 am
Is it recommended to build this from scratch in a new directory or update from repo into existing directory and rebuild?
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: GaltReport on July 24, 2014, 01:56:04 am

Thanks, how do you check next block produce time?  get_info?


{
  "wallet_next_block_production_time": "4 minutes in the future",
}
Got it, TY.
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: HackFisher on July 24, 2014, 03:09:10 am
Is it recommended to build this from scratch in a new directory or update from repo into existing directory and rebuild?

it's ok to run on existing directory, but need about 2 minutes re–indexing

来自我的 GT-N7100 上的 Tapatalk

Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: GaltReport on July 24, 2014, 03:34:05 am
That was fun....not so much  ;D Hopefully it was tested somewhere by someone... :)

(sleeps now and assumes everything went well)


Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: puppies on July 24, 2014, 06:10:24 am
Is there perhaps a cmake command that will turn off building all the test stuff, and other stuff not needed on a cli delegate node?
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: spartako on July 24, 2014, 11:05:57 am
All spartako active delegates are updated to 0.2.2 version without problem.

Code: [Select]
default (unlocked) >>> about
{
  "bitshares_toolkit_revision": "7c3645e760305fce559ecfe05941c6d4c666f356",
  "bitshares_toolkit_revision_age": "11 hours ago",
  "fc_revision": "a254e5ff280cf88814730556c656254919bf53b6",
  "fc_revision_age": "19 hours ago",
  "compile_date": "compiled on Jul 24 2014 at 09:40:55"
}
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: testz on July 24, 2014, 11:46:40 am
Updated to 0.2.2, working fine
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: Riverhead on July 24, 2014, 12:48:09 pm



Upgraded to 0.2.2.  No issues.
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: liondani on July 24, 2014, 01:08:33 pm
Upgraded to 0.2.3 and feels so good  8)

(http://bettershopp.com/wp-content/uploads/2013/11/shopp-upgrade.jpg)
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: xeroc on July 24, 2014, 02:09:30 pm
My backup nodes is updated .. main node for delegates will follow when non mobile again
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.2
Post by: vikram on July 24, 2014, 07:38:18 pm
Is there perhaps a cmake command that will turn off building all the test stuff, and other stuff not needed on a cli delegate node?

You can do 'make bitshares_client' to build only the client.
Title: Re: Delegates and seed nodes, upgrade your client version to 0.2.3
Post by: puppies on July 24, 2014, 07:56:43 pm
Thanks vikram.  That's exactly what I was looking for.