Go to file
Alex Grintsvayg e14a1f36cf Merge branch 'stream'
* stream:
  started work on go blob primitives. successfully matched python's blob crypto (excluding canonical JSON)
2018-10-04 15:05:37 -04:00
cluster partial switch to new stopgroup. need to refactor to take advantage of child cancelation 2018-06-25 16:49:40 -04:00
cmd actually done now 2018-09-20 11:29:35 -04:00
db started work on go blob primitives. successfully matched python's blob crypto (excluding canonical JSON) 2018-10-04 15:05:19 -04:00
dht some linting 2018-08-30 20:20:15 -04:00
meta include build time in binary 2018-08-30 14:41:50 -04:00
peer fixed some linting errors 2018-08-07 11:38:56 -04:00
prism fixed some linting errors 2018-08-07 11:38:56 -04:00
reflector started work on go blob primitives. successfully matched python's blob crypto (excluding canonical JSON) 2018-10-04 15:05:19 -04:00
store started work on go blob primitives. successfully matched python's blob crypto (excluding canonical JSON) 2018-10-04 15:05:19 -04:00
stream started work on go blob primitives. successfully matched python's blob crypto (excluding canonical JSON) 2018-10-04 15:05:19 -04:00
updater fix panic when there were no recent errors 2018-08-31 06:38:38 -04:00
wallet make linter happy 2018-09-24 10:48:01 -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 some linting 2018-08-30 20:20:15 -04:00
config.tmpl readme 2018-09-27 16:46:49 -04:00
Gopkg.lock actually done now 2018-09-20 11:29:35 -04:00
Gopkg.toml actually done now 2018-09-20 11:29:35 -04:00
LICENSE create LICENSE file 2018-02-05 13:08:33 -08:00
main.go added upload command, --conf and --verbose flags 2018-05-14 20:55:48 -04:00
Makefile s3 finally working 2018-08-30 19:52:29 -04:00
readme.md readme 2018-09-27 16:46:49 -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.io regarding any security issues. Our PGP key is here if you need it.

Contact

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