mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-20 04:44:42 -04:00
Update README.md
This commit is contained in:
parent
a235a537c1
commit
38f2ddec77
1 changed files with 1 additions and 23 deletions
|
@ -156,29 +156,7 @@ The ASB provider has to monitor Monero funds to make sure the ASB still has liqu
|
|||
|
||||
#### Tor and hidden services
|
||||
|
||||
The ASB supports Tor and will automatically create a Tor hidden service if the Tor control port can be found.
|
||||
By default, the ASB will look for the control port under `localhost:9051`.
|
||||
To allow the ASB to create a hidden service, enable the control port and authentication in your torrc file:
|
||||
|
||||
```
|
||||
ControlPort 9051
|
||||
CookieAuthentication 1
|
||||
CookieAuthFileGroupReadable 1
|
||||
```
|
||||
|
||||
It is important that the user running the ASB has the correct user rights, i.e. is in the same group as the user running Tor.
|
||||
E.g. if running on debian and having Tor install via apt, add your user to the following group:
|
||||
`sudo adduser $(whoami) debian-tor`.
|
||||
When configured correctly, your ASB will print the created onion addresses upon startup:
|
||||
|
||||
```bash
|
||||
./bin/asb start
|
||||
May 01 01:31:27.602 INFO Initialized tracing with level: debug
|
||||
...
|
||||
May 01 01:32:05.018 INFO Tor found. Setting up hidden service.
|
||||
May 01 01:32:07.475 INFO /onion3/z4findrdwtfbpoq64ayjtmxvr52vvxnsynerlenlfkmm52dqxsl4deyd:9939
|
||||
May 01 01:32:07.476 INFO /onion3/z4findrdwtfbpoq64ayjtmxvr52vvxnsynerlenlfkmm52dqxsl4deyd:9940
|
||||
```
|
||||
If `tor.register_hidden_service` is set to `true` that asb will automatically start listening on an onion service.
|
||||
|
||||
### Exporting the Bitcoin wallet descriptor
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue