Skip Navigation
Jump
Do you use instant crypto exchanges as the option to buy Monero?
  • I dont buy on them but i trade on them sometimes when somebody doesnt take xmr. eventaully ill probably set up basicswap and go that route though.

    1
  • Jump
    fyi: Jeff Berwick Is A Thief & A Scammer: PROOF! ('Dollar Vigilante')
  • I went down to anarchapulco conference with Jeff. his advice in Mexico of going up the coast cause its a beautiful view nearly cost me my life. Wouldnt doubt hes a scammer.

    1
  • Jump
    *Permanently Deleted*
  • i try to use monero for every transaction, and if they dont accept it, i ill use exch.cx to convert it to whatever crypto they do accept and send it out from there bags. May look like i own that or the transaction is coming from an exchange but i really do not own that pool of funds, and maintain my privacy by staying in xmr.

    2
  • Jump
    Haveno Reto v1.0.6
  • 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"
    }
    
    2