KAYUII

Results 32 comments of KAYUII

Look at my fork https://github.com/Kayuii/ApiManager

android > api-level-26 I haven't found a way to do GPU rendering in the container yet. Alvr proposed a method of using Vulkan API to utilize GPU rendering, but I...

[irondash](https://github.com/irondash/irondash) In the Irondash project, they solved it by directly rendering the textures inside the container, I also refered to their approach but didn't implement successfully.

> Only work on `api-level-30`? It can reach API level 26, some features have been tested previously.

> > > Only work on `api-level-30`? > > > > > > It can reach API level 26, some features have been tested previously. > > Can the apk...

可能配置不当吧,换 linux 很稳定

可以换 linux 系统,很稳定

``` version: "3" services: xproxy: image: kayuii/hpool-miner:xproxy-og-v1.6.0 restart: unless-stopped ports: [ "9190:9190" ] command: - x-proxy volumes: - /home/chia/xproxy/db:/opt/db/ - /home/chia/xproxy/log:/opt/log ```

```shell docker run -itd --restart=unless-stopped \ -v "/home/chia/xproxy/db:/opt/db/" \ -p "9190:9190" \ kayuii/hpool-miner:xproxy-og-v1.6.0 x-proxy ```