5. How to configure "import deals from Swan Provider" when Boostd is running normally

  1. Follow the steps in this Guide to install and configure Swan Provider

  2. Move Boostdrepo to $SWAN_PATH and move boostd binary to /usr/local/bin/:

mkdir $SWAN_PATH/provider/boost
mv ~/.boost/* $SWAN_PATH/provider/boost/mv boostd /usr/local/bin/
  1. Open the link and follow the steps to configure config.toml

  2. Run Swan Provider

ulimit -SHn 1048576
export SWAN_PATH = "/data/.swan"
nohup swan-provider daemon >> swan-provider.log 2>&1 &

If you encounter any issues, please contact us on our Discord channel.

Last updated