Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n8maninger/hostd-pin

Pins Sia storage provider prices to fiat currency values
https://github.com/n8maninger/hostd-pin

Last synced: about 1 month ago
JSON representation

Pins Sia storage provider prices to fiat currency values

Awesome Lists containing this project

README

        

# hostd pin
Pins storage, ingress, and egress price to fiat values

## Build
```sh
go build -o bin/ ./cmd/hpind
```

## Configure
```yaml
currency: usd
frequency: 5m
threshold: 0.05
prices:
storage: 1.00
ingress: 1.00
egress: 1.00
hosts:
- address: http://localhost:9980/api
password: sia is cool
```

## Run
```sh
hpind --config config.yaml
```