taler
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Taler] deployment/regional-currency: tor hidden service


From: Calvin Burns
Subject: Re: [Taler] deployment/regional-currency: tor hidden service
Date: Wed, 29 May 2024 20:31:28 +0000

When I withdraw TALER using the bank account I get the following dialog:

``` dialog
Confirm the withdrawal operation
wire transfer details
Payment provider's account bank hostname localhost
Payment provider's account id exchange
Amount TALER 23
cancel transfer
```

If I confirm by hitting the transfer button
the withdrawal finishes successfully (with 23 Taler in the
browser wallet).
My Question: Where does the localhost come from?

Some info about my setup:
torrc on server side:

``` torrc
MapAddress bank.x.y bankonionaddress.onion
MapAddress exchange.x.y exchangeonionaddress.onion
MapAddress backend.x.y backendonionaddress.onion

TransPort 127.0.0.1:5292
DNSPort 127.0.0.1:5555

HiddenServiceDir /var/lib/tor/bank
HiddenServicePort 80 127.0.0.1:80
HiddenServiceDir /var/lib/tor/exchange
HiddenServicePort 80 127.0.0.1:80
HiddenServiceDir /var/lib/tor/backend
HiddenServicePort 80 127.0.0.1:80
```

I use nftables to redirect dns queries and non-local traffic to tor.

In the libeufin and taler config files I only have bank.x.y, exchange.x.y,
backend.x.y.

In /etc/hosts there is no *.x.y.

Another thing that might be related:
When I try to transfer Taler to account B from account A using
the payto uri
payto://x-taler-bank/bank.x.y/B?amount=TALER:1&message=test
in the demo bank interface
I get the error message (as overlay in the bank interface):

```
The destination account "b" was not found.
Creditor account 'payto://x-taler-bank/localhost/B' not found
```

The account B exists and I can log into it.

Again where does the localhost come from?
Can someone give a tip?
Thanks in advance.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]