Go to file
2020-01-02 13:58:11 -05:00
cluster upgrade to lbry.go v2.4.0 2019-11-13 19:11:35 -05:00
cmd switch to prometheus for metrics 2020-01-02 13:12:33 -05:00
db upgrade to lbry.go v2.4.0 2019-11-13 19:11:35 -05:00
internal/metrics i/o timeout is not the same as context.DeadlineExceeded 2020-01-02 13:58:11 -05:00
meta include build time in binary 2018-08-30 14:41:50 -04:00
peer remove unused stats code 2020-01-02 13:27:34 -05:00
prism upgrade to lbry.go v2.4.0 2019-11-13 19:11:35 -05:00
reflector remove unused stats code 2020-01-02 13:27:34 -05:00
store upgrade to lbry.go v2.4.0 2019-11-13 19:11:35 -05:00
updater fix panic when there were no recent errors 2018-08-31 06:38:38 -04:00
wallet new uber-go import path 2019-12-28 19:24:26 -05:00
.gitignore s3 finally working 2018-08-30 19:52:29 -04:00
.gometalinter.json some linting 2018-08-30 20:20:15 -04:00
.travis.yml go 1.13 2019-10-03 14:12:42 -04:00
config.tmpl readme 2018-09-27 16:46:49 -04:00
go.mod switch to prometheus for metrics 2020-01-02 13:12:33 -05:00
go.sum switch to prometheus for metrics 2020-01-02 13:12:33 -05:00
LICENSE bump year in license 2019-10-08 23:32:22 +03:00
main.go better error when connection fails 2019-06-05 11:03:55 -04:00
Makefile switch to go modules, drop testing against go master 2018-12-26 14:12:04 -05:00
readme.md go 1.13 2019-10-03 14:12:42 -04:00

Reflector

A reflector cluster to accept LBRY content for hosting en masse, rehost the content, and make money on data fees (TODO). This code includes Go implementations of the LBRY peer protocol, reflector protocol, and DHT.

Installation

coming soon

Usage

coming soon

Running from Source

This project requires Go v1.11 or higher because it uses Go modules.

git clone git@github.com:lbryio/reflector.go.git
cd reflector.go
make
./bin/prism-bin

Contributing

coming soon

License

This project is MIT licensed.

Security

We take security seriously. Please contact security@lbry.com regarding any security issues. Our PGP key is here if you need it.

Contact

The primary contact for this project is @lyoshenka (grin@lbry.com)