• Wizard@monero.town
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    19 days ago

    If anybodys on Arch, if you place this PKGBUILD into the haveno extracted directory and run “makepkg -si” will convert the rpm to arch and install it.

    pkgname=haveno-reto
    pkgver=1.0.6
    pkgrel=1
    pkgdesc="Monero DEX"
    arch=('x86_64')
    
    depends=("bash" "java-runtime>=21")
    optdepends=()
    
    source=('haveno-1.0.6-1.x86_64.rpm')
    
    sha256sums=('SKIP')
    
    package() {
      find $srcdir/ -mindepth 1 -maxdepth 1 -type d | xargs cp -r -t "$pkgdir"
    }
    
    • HardenedSteel@monero.town
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      1 month ago

      because this could’ve allow an arbitrator to exit scam whole network, now they can only scam the trades that are assigned by the maker or all arbitrators have to agree.

    • reto@monero.town
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      1 month ago

      It’s a change to how trades are done in the background.

      Before, the taker client would select the arbitrator, now this is done by the maker. Before this change, a rouge arbitrator with a modified client could have taken all open trades, assign themself to them and pay them out to themself.

      After this change, the maker-side selects the arbitrator, and a rouge one would lose a bunch of bond in the trades they weren’t assigned to. The more arbitrators there are, the less likely it gets that one of them could go rouge and make a profit. For example: at 20 arbitrators, a rouge arbitrator would be expected to lose the 15% bond for 19 out of 20 trades. That is on average nearly 3 times higher than the expected return of the 1 trade they can actually drain.

      This is why we will ask many trusted community members to become arbitrators once the software has become more stable and there aren’t multiple updates per month anymore.