storj-archived / storjshare-daemon

Deprecated. Docker Daemon + CLI for farming data on the Storj v2 network.
https://storj.io/share.html
GNU Affero General Public License v3.0
331 stars 74 forks source link

What is the best way to upgrade to 8.6.0 #323

Closed metabsd closed 6 years ago

metabsd commented 6 years ago

Package Versions

Replace the values below using the output from storjshare --version.

daemon: 5.3.0, core: 8.5.0, protocol: 1.2.0

Replace the values below using the output from node --version.

v8.9.4

Expected Behavior

I use the latest version. git clone but I don't have the latest version. Suppose to be 8.6.0.

Actual Behavior

I see 8.5.0

Steps to Reproduce

Please include the steps the reproduce the issue, numbered below. Include as much detail as possible.

  1. git pull
  2. npm install -g
  3. storjshare -V --> daemon: 5.3.0, core: 8.5.0, protocol: 1.2.0
kroko commented 6 years ago

had this question already https://github.com/Storj/storjshare-daemon/issues/320

stefanbenten commented 6 years ago

Just execute the following commands:

storjshare save
storjshare killall
npm install -g storjshare-daemon
storjshare daemon
storjshare load

this should update to the latest Core Version, when NPM finds a newer version online.

kroko commented 6 years ago

@stefanbenten thanks

storjshare save
storjshare killall
export CC=cc && export CXX=c++ && npm install storjshare-daemon -g
storjshare daemon
storjshare load
storjshare --version
daemon: 5.3.0, core: 8.6.0, protocol: 1.2.0
RichardLitt commented 6 years ago

👋 Hey! Thanks for this contribution. Apologies for the delay in responding!

We've decided to rearchitect Storj, so that we can scale better. You can read more about this decision here. This means that we are entirely focused on v3 at the moment, in the storj/storj repository. Our white paper for v3 is coming very, very soon - follow along on the blog and in our Rocketchat.

As this repository is part of the v2 network, we're no longer maintaining this repository. I am going to close this for now. If you have any questions, I encourage you to jump on Rocketchat and ask them there. Thanks!