Configuration of bos-auto

Configuration of bos-auto

triangle-exclamation

Setup Your python-peerplays Wallet

# you will be asked to provide a new wallet passphrase. Later in the
# tutorial you will be asked to store that password in a file
# (config.yaml)
peerplays createwallet

# to add the key we need to make the node known (preferably on localhost)
peerplays set node ws://localhost:8090

peerplays addkey
# You will be prompted to enter your active private key for the witness

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.

triangle-exclamation

Last updated

Was this helpful?