From 53b2f16cec8c5335b046b8dcfc364bd45b7eccd5 Mon Sep 17 00:00:00 2001 From: HelloDarkness <111370255+hellodarkness@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:36:19 +0000 Subject: [PATCH 1/2] Update README.md (#6) Added instructions for adding Tor repos to sources.list --- compose/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/compose/README.md b/compose/README.md index 2baa018..e1648a5 100644 --- a/compose/README.md +++ b/compose/README.md @@ -3,10 +3,14 @@ Dockerized RoboSats stack. Docker compose with services for nginx, redis, gunico # Setup -Let's assume you are using a newly installed OS. For this setup guide we are using `ubuntu server 22.04 (LTS)` +Let's assume you are using a newly installed OS. For this setup guide we are using `Ubuntu server 22.04 (LTS)` ## Install TOR -Excerpt from https://linuxconfig.org/install-tor-proxy-on-ubuntu-20-04-linux +Ubuntu users are advised to install Tor from the Tor Project's own repositories, rather than their OS repos. + +Follow this guide for information about adding the Tor Project Repositories to your sources: + +https://linuxconfig.org/install-tor-proxy-on-ubuntu-20-04-linux ``` sudo apt install tor -y From 1d36e4f971edb7fd35933add2922361ad1a83807 Mon Sep 17 00:00:00 2001 From: KoalaSat Date: Tue, 30 Jan 2024 19:36:45 +0100 Subject: [PATCH 2/2] Update robosats.env (#8) --- compose/env-sample/lndtn/robosats.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose/env-sample/lndtn/robosats.env b/compose/env-sample/lndtn/robosats.env index da9517a..fe7074b 100644 --- a/compose/env-sample/lndtn/robosats.env +++ b/compose/env-sample/lndtn/robosats.env @@ -19,6 +19,7 @@ CLN_GRPC_HOST='localhost:9999' CLN_GRPC_HOLD_HOST='localhost:9998' # Bitcoin Core Daemon RPC, used to validate addresses +# For mainnet the URL port is 8332 BITCOIND_RPCURL = 'http://127.0.0.1:18332' BITCOIND_RPCUSER = 'robosats_testnet_bitcoind' BITCOIND_RPCPASSWORD = 'robosats_testnet_bitcoind' @@ -167,4 +168,4 @@ MINIMUM_TARGET_CONF = 24 SLASHED_BOND_REWARD_SPLIT = 0.5 # Username for HTLCs escrows -ESCROW_USERNAME = 'admin' \ No newline at end of file +ESCROW_USERNAME = 'admin'