mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-08-30 04:01:50 +00:00
Update 12_2_Changing_Your_Bitcoin_Hidden_Services.md
This commit is contained in:
parent
e038f6376e
commit
e7f0bc278e
@ -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
|
-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]
|
~$ sudo usermod -a -G debian-tor [CHANGE_MY_USER]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user