Skip to main content

A daemon to manage synchronization with the blockchain

Project description

# BOS-auto

## Entire Setup

  1. Install dependencies:

    pip3 install peerplays bos-incidents bookiesports bos-sync

  2. Checkout bos-auto

    git checkout https://github.com/pbsa/bos-auto cd bos-auto

  3. Install dependencies

    pip3 install -r requirements.txt

  4. Install databases

    • mongodb - interaction between BOS-auto and MINT

    • redis - worker queue

  5. Setup your python-peerplays wallet

    peerplays addkey # provide active private key for the witness

  6. Modify configuration

  1. Rename config-example.yaml as config.yaml

  2. Modify config.yaml

  1. Start the end point

    cd bos-auto python3 cli.py api [–help for more information]

  2. Start worker

    cd bos-auto python3 cli.py worker [–help for more information]

## Configuration

## Requirements

  • A Redis database

  • A MongoDB database

  • python3 deployment

## Executation

$ python3 cli.py worker & # Execute worker $ python3 cli.py api # Start web endpoint

## Notifications

### Telegram

https://github.com/sashgorokhov/python-telegram-handler

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bos-auto-0.0.5.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

bos_auto-0.0.5-py3-none-any.whl (12.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page