Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 989 Bytes

README.md

File metadata and controls

36 lines (35 loc) · 989 Bytes

John the Reaper on Golem network

Demo (Youtube)

Everything Is AWESOME

Prerequisites

Install yagna

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

Install python requirements

$ # Using python3.6+
$ source ~/your/virtual/env
$ pip install -r requirements.txt

Build using docker

$ docker build -t golem-jtr:latest

Build/push Golem vm

$ gvmkit-build golem-jtr:latest
$ gvmkit-build golem-jtr:latest --push

Run yagna daemon

$ yagna service run

Run JtR on Golem!

$ yagna app-key create requestor
$ yagna payment init -r
$ export YAGNA_APPKEY=<your-key>
$ python jtr.py
usage: jtr.py [-h] --password PASSWORD [--num_nodes NUM_NODES] [--timeout TIMEOUT]
jtr.py: error: the following arguments are required: --password/-p

Watch full steps on Youtube!