SysOp, Gamer, Nerd. In no particular order.

  • 7 Posts
  • 53 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle



  • Not anymore. Bitcoin now requires dedicated hardware (ASICs). Other coins were designed to make use of ASICs impossible or impractical, requiring GPUs, but those still require a CPU to drive them.

    New developments, such as Ethereum moving away from proof of work to proof of stake made GPUs unnecessary, but you still need a computer with a CPU to validate the blocks on the block-chain.

    Edit: Even with ASICs mining bitcoin, you still need servers to distribute the work to them.




  • That might be true inside Russia, but not in the rest of the world. F5 could sue in the US and force the registrar responsible for the .org TLD to hand the domain to them.

    In his place, I would chosen something related but different enough to avoid trademark infringement, like “Freeginx”. IANAL, but I believe sometimes all it takes is one letter to keep lawyers away.













  • Anarch157a@lemmy.worldOPtoSelfhosted@lemmy.worldRevamped install for Piped
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 year ago

    You can run with your own reverse proxy Nginx if:

    • You expose the port used by the backend/API with a “ports:” setting on the compose file
    • Expose the socket used by the ytproxy container using a volume that points to a directory in the host

    You’ll still need 3 DNS names and a SSL certificate to cover all three.

    TO configure your Nginx, you can use the template I provided on the config/ directory as a base.