Golem Beta 2 Patch Release — v0.7.1

Golem Project
2 min readJun 24, 2021

--

We’re updating you with a planned patch for the 2nd major release, the Beta 2 which opened up the fresh new Services API for Golem users. This patch, codenamed Airmail ( 0.7.1), contains quite a few improvements to Golem that weren’t strict requirements for the major release itself and they didn’t make it into the timeline of the freeze that was set for the initial 0.7.0 release. For that reason the items this patch covers were moved into this release. It addresses things such as re-negotiation improvements for providers, helpful additions related to the APIs (e.g. Repeat Payment API on calls on timeout errors) and quite a bit more which you can track under the beta.2.patch.1 tag.

This release also coincides with updates to the JavaScript and Python APIs, “Eastern 66” Yapapi 0.6.1 and “Tarantism” YaJSapi 0.4.1. You can find the detailed changelogs in the releases linked. For developers just getting started, we also now include the YaCat-which is HashCat on Yagna-example for the YaJSapi.

This release is completely backwards compatible with the release so both getting started and updating is as easy as running one command. We will be releasing amazing bounties tomorrow — download Golem now and you’ll be all set.

Installing and Upgrading Golem — Yagna v0.7.1

Starting out or going from the recent major releases to this patch release involves running only the quick installation command. After stopping Golem / Yagna (with CTRL+C), run the command below and you’re all up to date!

Provider:

curl -sSf https://join.golem.network/as-provider | bash -

Requestor:

curl -sSf https://join.golem.network/as-requestor | bash -

As a requestor, you might also want to keep in mind that it’s possible you need to create a new app-key when you go to create your next task (you’ll be given an error mentioning this if it’s the case).

As security advice for both requestors and providers, you should be backing up your keys if you have mainnet tokens. You can back up your keys to your wallet with the export command (while Golem is running):

yagna id export --file-path=./key.json

Getting started with Golem for the first time?

To not get lost, you definitely want to head over to the handbook. It includes the installation steps as a Provider or Requestor ( video walk-through), along with explanations and important information such as the Command-Line Interfaces (CLI) to help you interact with your node and the Golem Network.

Originally published at https://blog.golemproject.net on June 24, 2021.

--

--

Golem Project
Golem Project

Written by Golem Project

Airbnb for computers. Rent your unused CPU/GPU cycles and get paid in cryptocurrency. A decentralized network powering true cloud computing.

No responses yet