pip install --user megaphone
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.
Please see examples.
> Automatic failover for witnesses by @jesta
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
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