This repository contains the software powering the
-
Setup authentication you will be continuously using to validate that you are the current operator of a particular SP system. Authentication is based on having access to your SP Worker Key, the same one you use to submit ProveCommits when onboarding new sectors. You can either use the reference authenticator script, or write your own based on the simple steps described within. It is also likely this functionality will be soon included in Fil implementations directly.
A. Download the authenticator:
curl -OL https://raw.githubusercontent.com/ribasushi/bash-fil-spid-v0/5f41eec1a/fil-spid.bash
B. Make it executable
chmod 755 fil-spid.bash
C. Use it as part of your requests, e.g:
curl -sLH "Authorization: $( ./fil-spid.bash f0XXXX )" https://api.spade.storage/sp/eligible_pieces
Workflow has changed substantially. This entry will be updated when the final API solidifies in the coming few days. In the meantime join us in #spade-sp over at the Fil Slack, while we clean up the dust 🤩