cluster-pin

command module
v0.0.0-...-51d948d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2020 License: MIT Imports: 16 Imported by: 0

README

IPFS Cluster Pinning Tool

A simple tool for pinning IPFS files to an IPFS cluster. This tool:

  1. Connects your local IPFS node to your chosen cluster.
  2. Asks the cluster to pin the specified files.

Config

To configure, write a config file of the form:

{
  "Username": "$CLUSTER_USER",
  "Password": "$CLUSTER_PASSWORD",
  "APIAddr": "$CLUSTER_MULTIADDR"
}

To:

  • Windows: %APPDATA%\ipfs-cluster\client.json
  • Linux: $XDG_CONFIG_HOME/ipfs-cluster/client.json
  • MacOS: $HOME/Library/Application Support/ipfs-cluster/client.json

Usage

Once you've configured cluster-pin, invoke it with a set of CIDs to pin:

> cluster-pin CID...
> echo CID... | cluster-pin

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL