--- Log opened Tue Mar 31 00:00:38 2020 01:13 -!- undeath [~undeath@hashcat/team/undeath] has joined #joinmarket 03:00 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Remote host closed the connection] 03:06 -!- Tod9Jacobson [~Tod9Jacob@ns334669.ip-5-196-64.eu] has joined #joinmarket 03:10 -!- MaxSan [~four@82.102.27.163] has joined #joinmarket 03:11 -!- Zenton [~user@unaffiliated/vicenteh] has joined #joinmarket 03:28 -!- technonerd [~techno@gateway/tor-sasl/technonerd] has quit [Ping timeout: 240 seconds] 03:29 -!- technonerd [~techno@gateway/tor-sasl/technonerd] has joined #joinmarket 04:55 -!- slivera [~slivera@217.138.204.68] has quit [Remote host closed the connection] 07:37 < waxwing> does anyone here run joinmarket on qubes that could maybe help this guy out? https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/551#issuecomment-606595791 07:59 < MaxSan> Asking someone who I think does.. 08:03 -!- Tod9Jacobson [~Tod9Jacob@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 256 seconds] 08:09 < MaxSan> I was given this link https://github.com/qubenix/qubes-whonix-bitcoin/blob/master/1_joinmarket.md 08:09 < MaxSan> no specific answer but that is a full guide 08:10 < waxwing> MaxSan, oh many thanks 08:17 < DSRelBot> [DS/AlexCato1] i've experience running it on qubes. Theres no difference in running it on native debian (done both in the past), settings were exactly the same; this should be debuggable as if the problem were on a native debian instance 08:18 < MaxSan> When I ran on Qubes I has no issues with, but it was 3.2 not 4. 08:18 < MaxSan> May be slightly different now 08:18 < waxwing> AlexCato OK. I'm kind of stuck though. if he connects fine via hexchat ...? 08:19 < DSRelBot> [DS/AlexCato1] my experience is with qubes 4 @maxsan, no changes. 08:20 < DSRelBot> [DS/AlexCato1] if it works via hexchat, i'd ask for the exact settings he used there (including serve rname, port, etc). actually, let me log in on github and do that 08:21 < waxwing> thanks 08:44 -!- MaxSan [~four@82.102.27.163] has quit [Quit: Leaving.] 11:21 < openoms> @waxwing really nice to have a packaged QT like that! I have tested to connect through tor (running with torify) to my remote node successfully on Debian Buster. 11:34 < waxwing> openoms, that's good, thanks for the test. not really so sure about forward direction with that. i will investigate a windows build but currently a bit doubtful given past experience. however i would at least like a mac build but it's impossible for me to test that. 11:35 < waxwing> and with linux distros you never really know, it's very diverse. it feels like it works fine for a broad range of distros, which would be good enough. 11:35 < waxwing> but to firm that up it needs a lot more testing really (all different modes of usage). 11:47 -!- MaxSan [~four@82.102.27.163] has joined #joinmarket 12:03 -!- Traca [~Traca@gateway/tor-sasl/traca] has joined #joinmarket 12:08 -!- emb [565b8b2e@ip565b8b2e.direct-adsl.nl] has joined #joinmarket 12:10 -!- emb [565b8b2e@ip565b8b2e.direct-adsl.nl] has quit [Remote host closed the connection] 12:18 -!- TracaChang [~Traca@gateway/tor-sasl/traca] has joined #joinmarket 12:19 -!- Traca [~Traca@gateway/tor-sasl/traca] has quit [Ping timeout: 240 seconds] 12:38 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Ping timeout: 240 seconds] 13:20 < belcher_> waxwing: write down somewhere exactly what you did to make the binary, maybe later then someone else can try making it work with windows/macos 13:26 -!- slivera [~slivera@217.138.204.89] has joined #joinmarket 13:40 < waxwing> i already did, in here 13:40 < waxwing> i'll put it in an issue 13:43 < belcher_> you can just link to the exact place in the logs to make it easier 13:52 < waxwing> http://gnusha.org/joinmarket/2020-03-22.log 08:25 13:53 < waxwing> but let me put the pyinstaller and staticx both here for reference: 13:54 < waxwing> pyinstaller --onefile --paths /path/to/joinmarket-clientserver/jmvenv/lib/python3.6/site-packages/ --hidden-import=chromalog.mark.helpers --add-data "/path/to/joinmarket-clientserver/jmvenv/lib/python3.6/site-packages/mnemonic/wordlist/english.txt:./mnemonic/wordlist" --clean joinmarket-qt.py (from inside /scripts) 13:55 < waxwing> staticx -l /path/to/joinmarket-clientserver/jmvenv/lib/libsodium.so.18 -l /lib/x86_64-linux-gnu/libnss_dns.so.2 -l /lib/x86_64-linux-gnu/libresolv.so.2 -l /lib/x86_64-linux-gnu/libnss_files.so.2 joinmarket-qt joinmarket-qt-static 13:55 < waxwing> the second was done on ubuntu1804 from inside /scripts/dist (/dist created by pyinstaller) 13:56 < waxwing> from what i understand the manual linking of those libraries is needed because staticx doesn't understand that they are going to be needed dynamically 13:56 < waxwing> it seems really pretty janky, in that i'm not sure why those system libraries are not recognized nor whether others might be needed in certain cases and I just haven't seen it yet. 13:57 < waxwing> i mean the libsodium one is less surprising, although for some reason it's picking up libsecp OK. 13:57 < waxwing> this is all done inside the venv created of course, and after installing of course. 14:01 < waxwing> there are several other points i could note down here from when i was checking this out. first `staticx` and `pyinstaller` are conveniently both pip-installable. they're both on github https://github.com/pyinstaller/pyinstaller/ and https://github.com/JonathonReinhart/staticx/ 14:02 < waxwing> second the pyinstaller FAQ unsurprisingly covers a lot of the questions we might have, recommends wine for windows builds and has some notes on MacOS which iirc were not particularly encouraging 14:03 < waxwing> staticx seems like a much less developed tool but part of the reason for those three strange shared libs being force-linked was several comments i found in issues there about troubles getting 'static' binaries to run cross-linux distro 14:38 -!- TracaChang [~Traca@gateway/tor-sasl/traca] has quit [Quit: Leaving] 14:38 -!- Traca [~Traca@gateway/tor-sasl/traca] has joined #joinmarket 14:52 -!- Traca [~Traca@gateway/tor-sasl/traca] has quit [Quit: Leaving] 14:54 -!- Traca [~Traca@gateway/tor-sasl/traca] has joined #joinmarket 14:55 -!- Traca [~Traca@gateway/tor-sasl/traca] has quit [Client Quit] 15:00 -!- deafboy [quasselcor@cicolina.org] has quit [Quit: deafboy] 15:00 -!- deafboy [quasselcor@cicolina.org] has joined #joinmarket 15:01 -!- rdymac [uid31665@gateway/web/irccloud.com/x-akdsbhotunkgbunl] has joined #joinmarket 15:19 -!- Traca [quassel@gateway/vpn/nordvpn/traca] has joined #joinmarket 15:29 -!- Traca [quassel@gateway/vpn/nordvpn/traca] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 15:29 -!- fiatjaf [~fiatjaf@2804:7f2:2a81:cff9:ea40:f2ff:fe85:d2dc] has quit [Ping timeout: 256 seconds] 15:33 -!- Traca [~Traca@gateway/tor-sasl/traca] has joined #joinmarket 15:42 -!- Traca [~Traca@gateway/tor-sasl/traca] has quit [Quit: Leaving] 16:31 -!- undeath [~undeath@hashcat/team/undeath] has quit [Quit: WeeChat 2.7.1] 16:38 -!- Traca [~albert@gateway/tor-sasl/traca] has joined #joinmarket 16:43 -!- Traca [~albert@gateway/tor-sasl/traca] has quit [Quit: Traca] 16:44 -!- Traca [~albert@gateway/tor-sasl/traca] has joined #joinmarket 16:54 -!- fiatjaf [~fiatjaf@2804:7f2:2a81:cff9:ea40:f2ff:fe85:d2dc] has joined #joinmarket 17:20 -!- Traca [~albert@gateway/tor-sasl/traca] has quit [Quit: Traca] 17:20 -!- Traca [~Traca@gateway/tor-sasl/traca] has joined #joinmarket 17:21 -!- Traca [~Traca@gateway/tor-sasl/traca] has quit [Client Quit] 17:22 -!- Traca [~weechat@gateway/tor-sasl/traca] has joined #joinmarket 17:23 -!- Traca [~weechat@gateway/tor-sasl/traca] has quit [Client Quit] 17:23 -!- Traca [~Traca@gateway/tor-sasl/traca] has joined #joinmarket 17:24 -!- Traca [~Traca@gateway/tor-sasl/traca] has quit [Client Quit] 17:47 -!- HackRelay [~jmrelayha@p5DE4A5B5.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 17:48 -!- DSRelBot [~DSRelBot@p5DE4A5B5.dip0.t-ipconnect.de] has quit [Ping timeout: 256 seconds] 17:59 -!- HackRelay [~jmrelayha@p5DE4A5E7.dip0.t-ipconnect.de] has joined #joinmarket 18:01 -!- DSRelBot [~DSRelBot@p5DE4A5E7.dip0.t-ipconnect.de] has joined #joinmarket 20:52 -!- slivera_ [~slivera@116.206.228.243] has joined #joinmarket 20:55 -!- slivera [~slivera@217.138.204.89] has quit [Ping timeout: 265 seconds] 21:17 -!- opal [~wowaname@volatile/founder/wowaname] has quit [Ping timeout: 240 seconds] 21:20 -!- opal [~wowaname@volatile/founder/wowaname] has joined #joinmarket 21:50 -!- opal [~wowaname@volatile/founder/wowaname] has quit [Ping timeout: 240 seconds] 21:53 -!- opal [~wowaname@volatile/founder/wowaname] has joined #joinmarket 22:01 -!- opal [~wowaname@volatile/founder/wowaname] has quit [Ping timeout: 240 seconds] 22:13 -!- opal [~wowaname@volatile/founder/wowaname] has joined #joinmarket 22:24 -!- azizLIGHT [~azizLIGHT@unaffiliated/azizlight] has quit [Ping timeout: 264 seconds] 22:31 -!- opal [~wowaname@volatile/founder/wowaname] has quit [Ping timeout: 240 seconds] 22:34 -!- opal [~wowaname@volatile/founder/wowaname] has joined #joinmarket 22:55 -!- azizLIGHT [~azizLIGHT@unaffiliated/azizlight] has joined #joinmarket 23:51 -!- nsh [~lol@wikipedia/nsh] has quit [Remote host closed the connection] 23:54 -!- sturles [~sturles@unaffiliated/sturles] has quit [Ping timeout: 265 seconds] 23:54 -!- sturles [~sturles@ulrik.uio.no] has joined #joinmarket 23:54 -!- sturles [~sturles@ulrik.uio.no] has quit [Changing host] 23:54 -!- sturles [~sturles@unaffiliated/sturles] has joined #joinmarket --- Log closed Wed Apr 01 00:00:40 2020