Skip to main content

Command line tool to assist with price feed generation

Project description

# Price Feed Script for BitShares

## Installation

Ubuntu 16.04 LTS

Start the installation

```
cd ~
pip3 install bitshares-pricefeed --user
```

Create config.yml
```
bitshares-pricefeed create
```

Add a feed producer name to the config.yml file just created
```
vim config.yml
# The producer name(s)
producer: your_witness_name
```

Enter Credentials

```
bitshares-pricefeed addkey
```

You will need to enter your cli wallet encryption passphrase. If you
don't have a pybitshares wallet, yet, one will be created:

```
Wallet Encryption Passphrase:
Repeat for confirmation:
```

You will need to enter your Private Key (Active key) here. Hit enter the second time it asks you.

```
Private Key (wif) [Enter to quit]:
```

Manually run the feed update

```
bitshares-pricefeed update
```

Create a place for a logfile

```
sudo touch /var/log/bitshare-pricefeed.log
sudo chown ubuntu /var/log/bitshare-pricefeed.log
```

Add to cron, where PASSWD is your Wallet Encryption Passphrase. This logic will send stdin and sterr to the logfile.

```
$ crontab -e

SHELL=/bin/bash
PATH=/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
UNLOCK="PASSWD"

0,15,30,45 * * * * bitshares-pricefeed --configfile /home/ubuntu/config.yml --skip-critical --no-confirm-warning update >> /var/log/bitshares-pricefeed.log 2>&1
```

## Help

```
# bitshares-pricefeed --help
Usage: bitshares-pricefeed [OPTIONS] COMMAND [ARGS]...

Options:
--configfile TEXT
--confirm-warning / --no-confirm-warning
Need for manual confirmation of warnings
--skip-critical / --no-skip-critical
Skip critical feeds
--help Show this message and exit.

Commands:
addkey Add a private key to the wallet
create Create config file
update Update price feed for assets
```

# IMPORTANT NOTE

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

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

bitshares-pricefeed-0.0.10.tar.gz (63.8 kB view details)

Uploaded Source

Built Distribution

bitshares_pricefeed-0.0.10-py3-none-any.whl (97.1 kB view details)

Uploaded Python 3

File details

Details for the file bitshares-pricefeed-0.0.10.tar.gz.

File metadata

File hashes

Hashes for bitshares-pricefeed-0.0.10.tar.gz
Algorithm Hash digest
SHA256 c8e475f2b5d8ee4a4878d49eb810592551fccae7d018f87fda10456e9dd18ca9
MD5 7b253efc7e67b087424ac93711677440
BLAKE2b-256 b623ef83b9691e153b96bebe02629346d2f80209ea374ed1dab1e74d7dc339b4

See more details on using hashes here.

File details

Details for the file bitshares_pricefeed-0.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for bitshares_pricefeed-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 17a0bc17cd76bdb949187f176812feec31230a8c24bf4bec0505acd25a23bed0
MD5 849e4c6e9ff2acc8df2744af34b8f459
BLAKE2b-256 b2eb6b7ac3f9a98c54c6d9a8a48458367c67e57adae993ae6a525f27a18c1259

See more details on using hashes here.

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