Nixpkgs: Add bisq

Created on 28 Sep 2019  路  11Comments  路  Source: NixOS/nixpkgs

Project description
It's a p2p marketplace for crypto currencies.

Metadata

packaging request

Most helpful comment

Good news!

Bisq now runs on NixOS :)

It was an... adventure getting it to work. Phew!
bisq-screenshot

All 11 comments

I read somewhere that @jb55 was trying to package it, is it still the case?

I had it running at one point but ran into issues with Tor. I should try again with a newer version...

Heya, any luck with the newer version @jb55 by any chance ? :)

nope

Good news!

Bisq now runs on NixOS :)

It was an... adventure getting it to work. Phew!
bisq-screenshot

Awesome work ! Do you need any help to get it to the PR stage in nixpkgs ?

There are three known run-time issues that need to be worked out:

  1. An upstrem library has an embeded tor binary which gets extracted within the user's $HOME. I patchelf'ed the binary, though now I'm using the tor package in Nixpkgs instead. But the problem remains that Nix is unaware of this runtime dependency. I think the best solution is to patch the upstream library and get Gradle to use it instead of upstream. I think that can be done with Gradle repo priority.
  2. The JVM crashes hard when trying to set a wallet passphrase.
  3. The app launches fine the first time, but subsequent runs fail with an error about being unable to read an RSA key. I think it's referring to the Tor hidden service private key.

I was going to tackle the above, until I noticed the poor liquidity. It doesn't make much sense to put in the hours and then not be able to transact.

Thanks for the update @emmanuelrosa ! :)
The poor liquidity problem you mention, just to make sure - is this an issue with the market conditions themselves/number of people on the application, or there something technical to fix there that creates this problem ?

It's an issue with the market conditions. I didn't get any indication that the problem was technical in nature.

Hello, I'm a bot and I thank you in the name of the community for opening this issue.

To help our human contributors focus on the most-relevant reports, I check up on old issues to see if they're still relevant. This issue has had no activity for 180 days, and so I marked it as stale, but you can rest assured it will never be closed by a non-human.

The community would appreciate your effort in checking if the issue is still valid. If it isn't, please close it.

If the issue persists, and you'd like to remove the stale label, you simply need to leave a comment. Your comment can be as simple as "still important to me". If you'd like it to get more attention, you can ask for help by searching for maintainers and people that previously touched related code and @ mention them in a comment. You can use Git blame or GitHub's web interface on the relevant files to find them.

Lastly, you can always ask for help at our Discourse Forum or at #nixos' IRC channel.

I would love for this to land, I don't think it's stale, if that's okay

Was this page helpful?
0 / 5 - 0 ratings

Related issues

matthiasbeyer picture matthiasbeyer  路  3Comments

ghost picture ghost  路  3Comments

edolstra picture edolstra  路  3Comments

retrry picture retrry  路  3Comments

teto picture teto  路  3Comments