Go to file
2019-07-10 20:59:52 +02:00
cluster move dht to lbry.go repo 2019-01-09 17:52:30 -05:00
cmd enable db 2019-07-10 20:59:52 +02:00
db make new changes backwards-compatible while we migrate 2019-07-10 11:28:56 -04:00
meta include build time in binary 2018-08-30 14:41:50 -04:00
peer separate uploader into reusable component 2019-07-03 13:39:37 -04:00
prism move dht to lbry.go repo 2019-01-09 17:52:30 -05:00
reflector fix error counter 2019-07-03 16:17:31 -04:00
store check blocklist first, its cheaper 2019-07-02 09:21:26 -04:00
updater fix panic when there were no recent errors 2018-08-31 06:38:38 -04:00
wallet better error when connection fails 2019-06-05 11:03:55 -04: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 disable megacheck until it's fixed 2019-06-20 19:13:57 +02:00
config.tmpl readme 2018-09-27 16:46:49 -04:00
go.mod support new protobufs, stop using victor's wallet server 2019-04-29 17:19:59 -04:00
go.sum support new protobufs, stop using victor's wallet server 2019-04-29 17:19:59 -04:00
LICENSE create LICENSE file 2018-02-05 13:08:33 -08: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 lbry.com switch 2019-03-18 12:28:29 -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.10 or higher.

go get -u github.com/lbryio/reflector.go
cd "$(go env GOPATH)/src/github.com/lbryio/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)