r3t4k3r
r3t4k3r
After some tests, i understand this no run browser at all. I use archlinux docker container with last `chromium` package, but it still no working, with `/usr/sbin/chromium` and `/usr/sbin/cromedriver` in...
@chushuai thanks for you answer > @r3t4k3r Is there a public test website available? Yes, but you need start it locally, I use this `docker-compose.yml` to test it ``` services:...
I finally managed to launch the browser (`Chromium 125.0.6422.60 Arch Linux`). But crawl still doesn't work, the browser starts, but no action happens 
Same on archlinux based distro: Packages versions: Workspace overview:
> Interestingly, the Android version managed to restore the Monero wallet just fine Same
One more. Please add official flatpak support, many linux users using it
Fixed with: `docker-compose.yml`: ``` services: llarpd-router: build: context: . dockerfile: Dockerfile volumes: - ./data:/var/lib/llarpd/ - /dev/net/tun:/dev/net/tun ports: - "1090:1090/udp" cap_add: - NET_ADMIN ``` and this config file `data/llarpd.ini`, which i...
@majestrate could i use lokinet nodes with llarp router?
i tried to resolve some domains, but not successful ``` # host dw68y1xhptqbhcm5s8aaaip6dbopykagig5q5u1za4c7pzxto77y.loki 127.3.2.1 ;; communications error to 127.3.2.1#53: timed out ;; communications error to 127.3.2.1#53: timed out ;; no...
> can you explain what you mean by this? Is llarp fully compatible with lokinet? I mean i can access to any `.loki` service, using llarp, right? llarp router and...