Install BOS

BoS is a great tool to manage your channels, open new (equal balanced) channels, gain insight into fees and much more.

Install BoS

Step 1: Install NMP

sudo apt install npm

Step 2: Install Balance of Satoshis

sudo npm install -g balanceofsatoshis
sudo apt update
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs

Step 3: Test tool

Run the following commands and validate the output (not an error):

bos --version
bos utxos

Well done, BoS is successfully installed! 😎

Function list

To run a overview of all BoS functions, run the following command:

bos

A list will appear.

If you want to read more information about a function simply type bos followed by help and type the function you want to know more about. In our example below we look at the description of the broadcast function.

Useful tools

1. View your routing fees:

Your output will look like this:

2. Show fees paid

Your output will look like this:

We can also change the number of days displayed in our chart:

Resources

More info:

Last updated

Was this helpful?