--- Day changed Sun Dec 01 2019 00:10 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has joined #joinmarket 00:13 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Ping timeout: 260 seconds] 00:52 -!- reallll is now known as belcher 02:10 -!- simon_ [~simon@93-238-145-85.ftth.glasoperator.nl] has joined #joinmarket 02:13 -!- simon_ [~simon@93-238-145-85.ftth.glasoperator.nl] has quit [Client Quit] 02:56 -!- simon_ [~simon@93-238-145-85.ftth.glasoperator.nl] has joined #joinmarket 03:10 -!- simon_ [~simon@93-238-145-85.ftth.glasoperator.nl] has quit [Quit: simon_] 03:50 -!- azizLIGHT [~azizLIGHT@unaffiliated/azizlight] has quit [Ping timeout: 265 seconds] 04:30 < waxwing> not that it matters but it's rather annoying: for some reason the docker builds are failing on travis for the release commit. anybody got any idea why? I restarted but no change. 04:31 < waxwing> https://travis-ci.org/JoinMarket-Org/joinmarket-clientserver/builds/618967384?utm_source=github_status&utm_medium=notification 04:32 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has quit [Remote host closed the connection] 04:41 -!- mode/#joinmarket [+o waxwing] by ChanServ 04:41 -!- waxwing changed the topic of #joinmarket to: Welcome to JoinMarket: Increase Fungibility and Subsidise Your Fees | https://github.com/Joinmarket-Org/joinmarket-clientserver | @joinmarket r/joinmarket | Live View: https://joinmarket.me/ob | Latest release 0.6.0 | Also on ssl 6dvj6v5imhny3anf.onion:6697 04:41 -!- mode/#joinmarket [-o waxwing] by ChanServ 04:43 < waxwing> belcher, done this chan and the one on darkscience, if you have op on cgan please update the topic thanks. 04:43 < waxwing> done mastodon also will do reddit now. 07:06 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Quit: "Fascism, Nazism, Communism and Socialism are only superficial variations of the same monstrous theme—collectivism." -- Ayn Rand] 09:08 < belcher> done cyberguerilla 09:08 < waxwing> thx 09:11 -!- Netsplit *.net <-> *.split quits: justinmoon_, harding, zfk, johnhmay, Anduck, felix34, qubenix, treyzania, @ChanServ, takinbo, (+42 more, use /NETSPLIT to show all of them) 09:12 -!- Netsplit over, joins: belcher, achow101, ghost43, luke-jr, waxwing, sosthene, midnight, schmidty, justinmoon_, willcl_ark (+42 more) 09:18 < belcher> i also posted to twitter https://twitter.com/joinmarket/status/1201188753907355648 09:43 -!- simon_ [~simon@93-238-145-85.ftth.glasoperator.nl] has joined #joinmarket 09:53 < kristapsk_> btw, belcher, who has (c) on the JM logo on that twitter account? probably we could use it as an icon for joinmarket-qt? 09:55 < belcher> it was made by u/chuckymcgee on reddit iirc 09:55 < belcher> i dont remember him putting any copyright information 09:55 < belcher> i have the adobe illustrator file, i think i uploaded it somewhere, if not i can reupload 10:00 < kristapsk_> if it's ok with copyrights, I could work on a pull request on that (just need to look at which FOSS can handle AI files) 10:02 < belcher> sure if you believe thats valuable 10:03 < belcher> ill upload the files somewhere in a sec 10:04 -!- azizLIGHT [~azizLIGHT@unaffiliated/azizlight] has joined #joinmarket 10:10 -!- simon_ [~simon@93-238-145-85.ftth.glasoperator.nl] has quit [Quit: simon_] 10:43 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has joined #joinmarket 11:09 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has quit [Ping timeout: 260 seconds] 11:15 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #joinmarket 11:37 -!- undeath [~undeath@hashcat/team/undeath] has joined #joinmarket 12:05 -!- Traca [~textual@195.154.37.219] has joined #joinmarket 12:05 < Traca> When I execute: python wallet-tool.py wallet.jmdat history 12:06 < Traca> I always get the message: scipy not installed, unable to predict accumulation rate 12:06 < Traca> to add it to this virtualenv, use `pip install scipy` 12:06 < Traca> Even if scipy it is already installed 12:09 < undeath> maybe it's not installed in the virtualenv? 12:17 < Traca> @undeath yes it is installed in virtualenv 12:19 < Traca> source jmvenv/bin/activate 12:32 < undeath> you probably don't have numpy installed then 12:33 < undeath> the error can actually be caused by either numpy or scipy not being installed 12:43 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has quit [Ping timeout: 246 seconds] 12:44 < undeath> but that seems weird because numpy is a dependency of scipy 12:44 < undeath> so either something is not correctly installed or the problem is actually slightly different 12:46 < undeath> can you open a python shell (in the venv) and do "import numpy" and then "from scipy.optimize import brentq"? 12:51 < kristapsk> Traca, it just don't show you yield %, otherwise everything else works, can be solved by running "pip install scipy" inside virtualenv 12:52 < kristapsk> "inside virtualenv" is the key point here 12:53 < Traca> kristapsk what I do is inside joinmarket folder 12:53 < Traca> source jmvenv/bin/activate 12:54 < Traca> and then pip install scipy but it is already installed 12:54 < Traca> and when check history again got the same message 12:59 < kristapsk> hmm, that's strange, should not behave that way 13:00 < Traca> undeath , I open python shell and when write "import numpy" got error 13:00 < Traca> >>> import numpy 13:00 < Traca> Traceback (most recent call last): 13:00 < Traca> File "/home/bitcoin/joinmarket-clientserver-0.6.0/jmvenv/lib/python3.7/site-packages/numpy/core/__init__.py", line 17, in 13:00 < Traca> from . import multiarray 13:00 < Traca> File "/home/bitcoin/joinmarket-clientserver-0.6.0/jmvenv/lib/python3.7/site-packages/numpy/core/multiarray.py", line 14, in 13:00 < Traca> from . import overrides 13:00 < Traca> File "/home/bitcoin/joinmarket-clientserver-0.6.0/jmvenv/lib/python3.7/site-packages/numpy/core/overrides.py", line 7, in 13:00 < Traca> from numpy.core._multiarray_umath import ( 13:00 < Traca> ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory 13:01 < Traca> if I exit python shell (and always inside env) I type "pip install numpy" 13:01 < Traca> pip install numpy 13:01 < Traca> Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 13:01 < Traca> Requirement already satisfied: numpy in ./joinmarket-clientserver-0.6.0/jmvenv/lib/python3.7/site-packages (1.17.4) 13:04 < kristapsk> I think problem is that you don't have libf77blas.so.3 installed (not sure what it is) 13:04 < kristapsk> numpy is installed, but it fails at init 13:04 < kristapsk> what distro are you using? 13:05 < Traca> im in a raspberry pi 4 with raspbian buster 13:10 < kristapsk> I have rpi3 with raspibolt with buster, can try to reproduce 13:10 < kristapsk> (not that I run JM there, but I do my RaspiBolt JM guide tests there :) ) 13:11 < undeath> you can try running apt-get install libatlas3-base 13:14 < kristapsk> can reproduce, it happens on raspbian buster for me too 13:15 < kristapsk> maybe it's worth filling an issue at github and discussing it there (mentioning it's with Raspbian Buster)? 13:15 < undeath> it's not really a joinmarket issue 13:15 < kristapsk> i'm wondering shouldn't this be added to dependencies in install.sh... 13:15 < undeath> obv something is wrong with numpy's binary wheel 13:15 < kristapsk> otherwise, of course, it's not 13:16 < kristapsk> sorry, no install.sh, but INSTALL.md 13:18 < kristapsk> ahh, no, both actually 13:20 < Traca> fixed following undeath 13:20 < Traca> after apt-get install libatlas3-base 13:20 < Traca> all fine now 13:20 < Traca> thank you 13:20 < undeath> yw :) 13:21 < Traca> do you want me to report it in github? 13:22 < undeath> i don't think that's necessary because the problem is not within joinmarket 13:23 < Traca> makes sense, maybe just updating kristapsk tutorial would be enough 13:25 < kristapsk> actually, my tutorial so far doesn't even include "pip install numy" :) 13:25 < kristapsk> but I think I will, one extra dependency will not hurt here 13:26 < Traca> I've followed your tutorial and it is great, but adding this dependecie undeath metioned will fix if users want to install scipy 13:27 < kristapsk> yeah, agree, just tested, it works, will add 13:28 < Traca> sent a PR to your github 13:28 -!- undeath [~undeath@hashcat/team/undeath] has quit [Quit: WeeChat 2.6] 13:31 < kristapsk> Traca, merged 13:31 < Traca> thx 15:09 -!- Traca [~textual@195.154.37.219] has quit [Quit: Textual IRC Client: www.textualapp.com] 16:01 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Ping timeout: 265 seconds] 17:31 -!- AgoraRelay [~jmrelayfn@p5DE4A756.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 17:32 -!- CgRelayBot [~CgRelayBo@p5DE4A756.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 17:43 -!- AgoraRelay [~jmrelayfn@p5DE4A293.dip0.t-ipconnect.de] has joined #joinmarket 17:45 -!- CgRelayBot [~CgRelayBo@p5DE4A293.dip0.t-ipconnect.de] has joined #joinmarket 18:40 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has joined #joinmarket 19:27 -!- reallll [~belcher@unaffiliated/belcher] has joined #joinmarket 19:30 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 252 seconds] 20:50 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has quit [Ping timeout: 250 seconds]