Open jomagalo opened 8 months ago
from the mobile application but the pairs do not appear.
Did you tried to kill and re-open the app after adding the provider from settings?
Yes I have done it several times. What is not clear to me is which port to use as the nginx proxy for the 9000 or 9945 mobile application. I have tried it on both ports to no avail. According to the manual, the port for the trader is 9945.
Another thing I notice is that the tdex version does not appear.
tdex -v
tdex operator CLI version
Version:
Commit:
Date:
I also don't see a way to open a certain market. If I create several markets and use tdex market open
it only opens the first market created, but I see a way to call a market by name to be able to open it.
I also don't see a way to open a certain market. If I create several markets and use tdex market open it only opens the first market created, but I see a way to call a market by name to be able to open it.
we are investigating this!
Another thing I notice is that the tdex version does not appear.
Did you build the CLI yourself or using one from github releases? In the former case, I think is because at build time we require that infos (version, commit, date) so it may be to that reason
I'm able to list your markets with cURL!
I also don't see a way to open a certain market. If I create several markets and use tdex market open it only opens the first market created, but I see a way to call a market by name to be able to open it.
Is it possible that you sent the funds to the wrong market? Based on the market info you provided, the LBTC/USDT market holds the following non-required funds:
100000000000 58af36e1b529b42f3e4ccce812924380058cae18b2ad26c89805813a9db25980
200000000000 b612eb46313a2cd6ebabd8b7a8eed5696e29898b87a43bff41c94f51acef9d73
I see your market from my TDEX App.
I did:
nefis.es
with URL https://testnet.nefis.es
Are you trying to reach your provider passing the port :9945? consider that since you are using a ngnix reverse proxy, you are routing the 80/443 the Trader interface on 9945 internally.
TDEX daemon has trader and operator servers on two different ports. You can make to listen on a single port for both server: Trader, which is used by traders, and Operator which is used by the owner of the daemon wallet to administer via gRPC or via TDEX Dashboard)
You can make trader and operator on the same port, so you can use the tdex daemon remotely, TLS-terminated by your ngnix proxy and secured by macaroons.
Just pass the following to have to listen on same port
TDEX_OPERATOR_PORT=9945
TDEX_TRADE_PORT=9945
Well, I've tried it on two different phones and it doesn't work. Tested with and without wifi.
Aplication version: TDEX 1.3.1: 17
With TDEX version 2.0.0: 18 if the pairs appear. With what Google Play offers, no
Ouch apparently google banned the app?
Update
In my tests installing the version offered by Google Play, the pairs do not appear. Yes it works with the latest version on github.
Recreating the issue
I add the URL testnet.nefis.es from the mobile application but the pairs do not appear. I'm using NGINX as proxy with HTTPS connection at 127.0.0.1:9945
config nginx:
tdex config
tdex status
Market info
Browser result
https://testnet.nefis.es
{"code":5,"message":"Not Found","details":[]}
https://testnet.nefis.es/v2/transport{"acceptedTypes":["CONTENT_TYPE_JSON","CONTENT_TYPE_GRPC","CONTENT_TYPE_GRPCWEB","CONTENT_TYPE_GRPCWEBTEXT"]}