Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Bisq (decentralised P2P bitcoin exchange) on Cloudron

Bisq (decentralised P2P bitcoin exchange) on Cloudron

Scheduled Pinned Locked Moved App Wishlist
7 Posts 2 Posters 58 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • timconsidineT Offline
    timconsidineT Offline
    timconsidine
    App Dev
    wrote last edited by timconsidine
    #1
    • Title: Bisq on Cloudron - The decentralized P2P Bitcoin exchange

    If Bitcoinโ€™s motto is "be your own bank," Bisqโ€™s motto is "be your own exchange."


    • Main Page: https://bisq.network/
    • Git: https://github.com/bisq-network/bisq
    • Licence: AGPL-3.0
    • Dockerfile: No (Official Docker repo is archived/read-only) ... but I am building one
    • Screengrab: https://bisq.network/images/screens/bisq_hero_light.png
    • Video Intro:

    • Summary:
      Bisq is a safe, private, and decentralized way to exchange bitcoin for national currencies and other digital assets. It uses peer-to-peer networking and multi-signature escrow to facilitate trading without a third party. Bisq is non-custodial (i.e. you keep your own wallet), requires no registration or identity verification (No KYC), and incorporates a human arbitration system to resolve disputes.

    • Notes:
      I would love to see this on Cloudron to run a 24/7 trading node.
      It's mostly a desktop app, but I don't want it always running on my desktop, and closing/opening requires re-establishing Tor and network data.
      I have been using it sporadically for few years (so I am scratching another itch).

    Why it's great:

    • True P2P and censorship-resistant.
    • No central servers; data is stored locally.
    • Integrated Tor for privacy.
    • Non-custodial : keep your wallet out of exchanges which might go pop, fizzle or get hacked.

    PLAN - 2 apps :

    • Desktop equivalent in a browser
    • Headless API for integration with Openclaw/Nanobot/AgentZero bots

    Packaging Concerns:

    • Architecture: It is a Java-based desktop application (JavaFX), not a web server. Packaging for Cloudron will likely require a "Desktop-in-Browser" approach (Xvfb + x11vnc + noVNC) or running the headless API daemon with a separate web UI.
    • Resources: Java applications can be memory-intensive.
    • Persistence: Requires careful handling of the data directory to ensure wallet and trade state are preserved across updates.

    • Alternative to / Libhunt link: https://www.libhunt.com/r/bisq
    • Screenshots:

    Bisq Logo

    Bisq Interface

    Indie app dev, scratching my itches, lover of Cloudron PaaS

    1 Reply Last reply
    1
    • timconsidineT Offline
      timconsidineT Offline
      timconsidine
      App Dev
      wrote last edited by timconsidine
      #2

      If anyone knows of something better than BISQ, let me know so I can check it out, maybe switch.

      There is an Android app but as I am mostly iOS, I want BISQ Headless for my bots. Bisq GUI might help others w/o bots, as well as being a useful visual engagement.

      Indie app dev, scratching my itches, lover of Cloudron PaaS

      1 Reply Last reply
      0
      • timconsidineT Offline
        timconsidineT Offline
        timconsidine
        App Dev
        wrote last edited by timconsidine
        #3
        1. I've packaged the first of the planned BISQ apps, a headless Bisq daemon (v1.9.22) for Cloudron with a lightweight HTTP API wrapper.

        Repo:
        https://git.cloudron.io/timconsidine/cloudron-bisq-api

        Quick Start:

        • Sample Commands : Visit the app's /api/help page.
        • Testing : Use the test-api.sh script in the repo to verify responses locally.
        • Status : Check /api/status for sync progress.

        Notes:

        • Auth for requests to be added
        • Sample OpenClaw skills will be added later.
        • I will make this into a Community App later.
        1. Next up : attempt a BISQ GUI for visual UI and "desktop equivalent"

        Indie app dev, scratching my itches, lover of Cloudron PaaS

        1 Reply Last reply
        1
        • timconsidineT Offline
          timconsidineT Offline
          timconsidine
          App Dev
          wrote last edited by
          #4

          v0.0.3 : Bisq Headless : requests need api key auth.

          Indie app dev, scratching my itches, lover of Cloudron PaaS

          1 Reply Last reply
          1
          • timconsidineT Offline
            timconsidineT Offline
            timconsidine
            App Dev
            wrote last edited by timconsidine
            #5

            v0.0.2 : BISQ GUI released

            Git repo : https://git.cloudron.io/timconsidine/cloudron-bisqgui

            Will make a Community App after I move to 9.1

            Notes :

            • makes Bisq desktop app accessible in a browser
            • access from any device
            • reduces cumulative start-up time compared to desktop, which might often be closed and opened only when needed (each close/open requires Tor connection and market info to be loaded)
            • decentralised P2P so no exchange-based purchases with associated KYC blocks and trade identity leakage.

            Security:

            • protected by Cloudron proxyAuth
            • but it is essentially a single-use app, so make the app visibility and access in Cloudron app dashboard single user also
            • make sure you set a wallet password
            • don't put your life savings in it (for me this is short-term trades only, long-term trades/position holding is done with Trezor cold wallet)
            • consider purchasing on BISQ then moving purchases to a cold wallet for longer term holding

            Indie app dev, scratching my itches, lover of Cloudron PaaS

            1 Reply Last reply
            2
            • timconsidineT Offline
              timconsidineT Offline
              timconsidine
              App Dev
              wrote last edited by
              #6

              BISQ API (headless) :

              • added a SKILL.md for use with Nanobot / Openclaw

              Indie app dev, scratching my itches, lover of Cloudron PaaS

              1 Reply Last reply
              2
              • robiR Offline
                robiR Offline
                robi
                wrote last edited by
                #7

                Amazing, you did it!

                Congratulations ๐ŸŽ‰๐ŸŽˆ

                Conscious tech

                1 Reply Last reply
                1

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better ๐Ÿ’—

                Register Login
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Bookmarks
                • Search