1 2016-08-10 00:25:48 <luke-jr> wtf, someone just seriously sent 4 MB via bitcoin-dev ML -.-
 2 2016-08-10 00:28:54 <midnightmagic> was it at least ironically
 3 2016-08-10 00:44:35 <luke-jr> midnightmagic: looks like an audio file for the "addresses over audio" concept
 4 2016-08-10 00:44:55 <midnightmagic> huh. neat.
 5 2016-08-10 10:36:43 <rafalcpp> with gitian, any idea what exactly are the issues that stop it from working with Debian Jessie target in LXC mode?
 6 2016-08-10 10:37:25 <rafalcpp> I would like to help get it working (though I don't know yet much about lxc)
 7 2016-08-10 16:54:59 <kanzure> https://theupdateframework.github.io/
 8 2016-08-10 21:01:55 <bitanarchy> if I pip install secp256k1, it still doesn't see the module
 9 2016-08-10 21:04:17 <waxwing> bitanarchy: you mean "import secp256k1" gives not found? what's the OS?
10 2016-08-10 21:05:12 <bitanarchy> yes it returns No module named _libsecp256k1
11 2016-08-10 21:05:33 <bitanarchy> installed it in virtualenv
12 2016-08-10 21:05:36 <waxwing> no errors from the pip command?
13 2016-08-10 21:06:20 <bitanarchy> I build 13.0, from github, 13.1 is not there
14 2016-08-10 21:06:52 <waxwing> the _libsecp* is the ffi, not the libsecp256k1 shared lib
15 2016-08-10 21:07:48 <bitanarchy> I build the sipa secp256k1 and set the lib and include var, even though it doesnt complain if not set
16 2016-08-10 21:09:35 <waxwing> couldn't say, there should be some error in the pip process, unless you're in the wrong virtualenv or something.
17 2016-08-10 21:11:44 <waxwing> see if there's a _libsecp256k1.so somewhere, in site-packages or dist-packages or whatever it is, under a secp256k1 directory
18 2016-08-10 21:15:28 <bitanarchy> _libsecp256k1.so is in the virtualenv directory. Is this the interface (swig) library?
19 2016-08-10 21:18:15 <waxwing> i don't know, sorry. i hadn't encountered this problem while i was using it. what OS is it?
20 2016-08-10 21:18:33 <bitanarchy> fedora
21 2016-08-10 21:23:11 <bitanarchy> I dont really like to submit to pypi, because not all modules have sources in github
22 2016-08-10 22:05:30 <bitanarchy> what is more secure, installing from github or installing from pypi?