Umbrel - Installing BoS

From PlebNet Wiki
Revision as of 17:42, 20 July 2021 by Jestopher (talk | contribs) (Added install instructions for BOS on Umbrel)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installing BOS

These are the commands to enter in a command line interface for Umbrel. sudo apt install npm (to install npm)

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

mkdir -p .bos/umbrel/

cd .bos/umbrel

Create a file “credentials.json” paste the following:

{

   "cert_path": "/home/umbrel/umbrel/lnd/tls.cert",
   "macaroon_path": "/home/umbrel/umbrel/lnd/data/chain/bitcoin/mainnet/admin.macaroon",
   "socket": "localhost:10009"

}