Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.52 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.52 KB

Installation


pip install --user megaphone

Documentation

Steemtools documentation for Steem blockchain by @furion is available on steemit.com:

> Blockchain parsing, Posts and Accounts
> Witness Fees and Markets
> Updating your Witness
> Fetching Market Prices

Golos specific docs will be added soon and published in readthedocs.io and/or golos.io.

Examples

Please see examples.

3rd party

> Automatic failover for witnesses by @jesta

Known Issues

Megaphone depends on Piston, and Piston depends on scrypt. If you get an error like this during installation:

fatal error: openssl/aes.h: No such file or directory

You can fix this by installing libssl-dev:

sudo apt-get install libssl-dev

Install a local node (optional)

By default megaphone connects to wss://node.golos.ws

Having a local node is highly recommended for blockchain parsing, or applications that need low latency/high reliability.

/usr/local/bin/steemd --rpc-endpoint = 0.0.0.0:8090 --replay