This repo is a fork of lighthouse-sync created by @filipnyquist. It has been modified slightly to sync claims into a mysql table for use with spee.ch.
git clone https://github.com/nikooo777/spee.ch-sync
cd spee.ch-sync
yarn install
create a database called lbry
create a copy of config/sequelizeCliConfig.js
that contains your mysql credentials
install the latest release of lbrycrd
start lbrycrdd and leaving running
./lbrycrdd -server -txindex -rpcuser=lbry -rpcpassword=lbry
Clone the repo
git clone https://github.com/cryptodevorg/lbry-decoder
Be sure that you have python 2.7 and pip installed
sudo pip install -r requirements.txt
Configure the config.json
file to your lbrycrd daemon settings. (i.e. edit the config.json
to change the port to 9245
)
start the decoder and leave running
python decoder.py
node sync.js