From e7f0bc278e0e1121e1fa9cc44a8ed20e0e727a29 Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Wed, 1 Jul 2020 18:13:20 +0200 Subject: [PATCH] Update 12_2_Changing_Your_Bitcoin_Hidden_Services.md --- 12_2_Changing_Your_Bitcoin_Hidden_Services.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/12_2_Changing_Your_Bitcoin_Hidden_Services.md b/12_2_Changing_Your_Bitcoin_Hidden_Services.md index 33ea475..7b73d7e 100644 --- a/12_2_Changing_Your_Bitcoin_Hidden_Services.md +++ b/12_2_Changing_Your_Bitcoin_Hidden_Services.md @@ -7,7 +7,13 @@ In this chapter we will show you how to create or change your local Bitcoin Hidd -rw-r----- 1 debian-tor debian-tor 32 jun 26 09:44 /run/tor/control.authcookie ``` -Add your user to debian-tor group like this: +To avoid see a message like this in debug log file you need to add your current user to debian-tor group like this: + +debug.log + +``` +2020-05-15T16:49:20Z tor: Authentication cookie /run/tor/control.authcookie could not be opened (check permissions) +``` ``` ~$ sudo usermod -a -G debian-tor [CHANGE_MY_USER]