Difference between revisions of "Umbrel - Installing BoS"

From PlebNet Wiki
Jump to navigation Jump to search
m (added space)
Line 18: Line 18:
</code>
</code>


Create a file “credentials.json” paste the following:
Create a file using <code> sudo nano credentials.json </code>
 
then paste the following:


<code>  
<code>  

Revision as of 15:11, 24 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 using sudo nano credentials.json

then 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"

}