Difference between revisions of "Umbrel - Installing BoS"

From PlebNet Wiki
Jump to navigation Jump to search
(Added install instructions for BOS on Umbrel)
 
m (added space)
Line 1: Line 1:
==Installing BOS==
==Installing BOS==
These are the commands to enter in a command line interface for Umbrel.
These are the commands to enter in a command line interface for Umbrel.
<code>sudo apt install npm </code>  (to install npm)
<code>sudo apt install npm </code>  (to install npm)



Revision as of 17:44, 20 July 2021

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"

}