Configuration of bos-auto
Configuration of bos-auto
Warning: At this point it's crucial to set the default witness node to your own server (ideally running inlocalhost
, see below config.yaml) using peerplays set node ws://ip:port
. If this step is skipped the setup will not work, or at best will work with very high latency.
Setup Your python-peerplays Wallet
Funding the Account
Since your Witness account is going to create and approve proposals automatically, you need to ensure that the Witness account is funded with PPY.
Modify Configuration
We now need to configure bos-auto:
The variables are described below:
The following options need to be set:
node: ws://localhost:8090
. If not running a local installation then change this to any Testnet (Beatrice) API node.
network: beatrice.
Only change if you're not using this Testnet.
Important: Make sure you set a Redis password during the Redis installation.
Last updated