--- Day changed Wed Nov 29 2017 01:16 -!- MaxSan [~user@86.105.9.67] has quit [Ping timeout: 248 seconds] 01:34 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 01:35 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 01:43 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has joined #joinmarket 01:46 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 248 seconds] 01:51 -!- coins123 [~coins123@c-208-25.net-185.wadsl.it] has joined #joinmarket 01:51 -!- coins123 [~coins123@c-208-25.net-185.wadsl.it] has quit [Changing host] 01:51 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 01:59 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 276 seconds] 02:20 -!- d3spwn [05fe59ab@gateway/web/freenode/ip.5.254.89.171] has joined #joinmarket 02:21 < d3spwn> quick question: can sendpayment from the original joinmarket (non client-server version) be used to send to a segwit address? 02:28 < d3spwn> a direct send that is 02:51 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has quit [Read error: Connection reset by peer] 02:57 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has joined #joinmarket 03:14 < waxwing> d3spwn, yes orig. jm can send to p2sh addresses 03:28 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has quit [Read error: Connection reset by peer] 03:49 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has joined #joinmarket 04:07 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has quit [Read error: Connection reset by peer] 05:01 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 05:01 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 05:30 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has joined #joinmarket 06:09 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has quit [Ping timeout: 248 seconds] 07:31 -!- beIcher [~user@unaffiliated/belcher] has joined #joinmarket 07:31 -!- belcher_ [~user@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 07:52 -!- zxccxz [5db790e1@gateway/web/freenode/ip.93.183.144.225] has quit [Quit: Page closed] 07:57 -!- dcousens [~dcousens@CPE-101-181-17-139.lnse4.cha.bigpond.net.au] has quit [Ping timeout: 268 seconds] 07:58 -!- dcousens [~dcousens@CPE-101-181-19-104.lnse4.cha.bigpond.net.au] has joined #joinmarket 08:14 -!- beIcher [~user@unaffiliated/belcher] has quit [Ping timeout: 246 seconds] 08:16 -!- beIcher [~user@unaffiliated/belcher] has joined #joinmarket 08:42 < d3spwn> waxwing: indeed it worked. was kinda scary though 08:46 < d3spwn> importing the wallet on a trezor is pretty neat too 09:01 -!- coins123 [~coins123@ip-244-225.sn1.clouditalia.com] has joined #joinmarket 09:01 -!- coins123 [~coins123@ip-244-225.sn1.clouditalia.com] has quit [Changing host] 09:01 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 09:07 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 276 seconds] 09:30 -!- MaxSan [~user@46.19.137.116] has joined #joinmarket 10:10 -!- zxccxz [5db790e1@gateway/web/freenode/ip.93.183.144.225] has joined #joinmarket 11:38 < waxwing> d3spwn, yeah but don't forget the privacy aspect :( it worked also on samourai, haven't tried ledger yet. 11:46 -!- dcousens [~dcousens@CPE-101-181-19-104.lnse4.cha.bigpond.net.au] has quit [Ping timeout: 240 seconds] 11:46 -!- dcousens [~dcousens@CPE-101-181-109-10.lnse5.cha.bigpond.net.au] has joined #joinmarket 12:14 < d3spwn> i wont be using the trezor to send transactions from the jm wallet if that's what you mean 12:16 < waxwing> well if you use their interface you'll be pinging their servers to sync (there isn't a way to directly connect a Trezor to your local node) 12:16 < waxwing> or am i forgetting something 12:19 -!- arubi_ [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 12:21 < Lightsword> wondering, is there a plan for switching joinmarket to use async style python at some point? 12:21 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 248 seconds] 12:21 < d3spwn> you can change the bitcore server url in the settings. so i assume you can point it to your own bitcore installation 12:24 < d3spwn> i'll try restoring the wallet on a ledger tomorrow 12:26 < waxwing> Lightsword, first item on the agenda is python3. and the secp256k1 dependency is an issue too, because the secp256k1-py binding is not really being maintained any more. 12:26 < waxwing> there's a few ways it could go, not sure really. 12:28 < waxwing> we could try to switch to python-bitcoinlib but still stuff needed like bip32 and secp256k1 (hence the above would be relevant there, if we tried to do that) 12:32 < Lightsword> waxwing, yeah, I tried an initial python 3 port, one of the dependencies needed some fixes though https://github.com/habnabit/txsocksx/pull/21 12:32 < Lightsword> so I kind of stopped there 12:34 < Lightsword> waxwing, I’ve ported some reasonably large internal projects to python 3 recently using the strategy of initially porting to universal python then dropping python 2 support, is that how you want to do that here? 12:38 < waxwing> Lightsword, i can't say for sure. i wouldn't be surprised if there are people who rely on python2, but .. i don't know, that was probably more true a couple of years ago ... 12:38 < waxwing> did you port all of joinmarket-clientserver then? 12:39 < waxwing> i started looking at doing it just for jmbitcoin a month or two back but wasn't finding it simple. bytes stuff, yknow the kind of thing. 12:39 < waxwing> but then i've never done it before, so there's that 12:39 < Lightsword> waxwing, the reason we were still on python 2 was because of pypy support and twisted, but those aren’t really issues anymore now that both support python 3 fairly well 12:39 < waxwing> ok, that makes sense 12:39 < Lightsword> no, I didn’t really get past that dependency 12:40 < Lightsword> I’m usually pretty decent at fixing the bytes stuff, dependencies are a bigger PITA 12:40 < waxwing> yeah i'd love to have it done :) one thing would be to look at a more generally-useful client-server communication than what i used here (amp) 12:41 < waxwing> i recall hearing a talk by roasbeef where he was promoting the two-way asynchronous rpc thing (g-something?). looked cool, but requires py3 12:41 < Lightsword> waxwing, think you can remove the txsocksx dependency and use something like this which supports python 3? https://github.com/meejah/txtorcon/blob/release-1.x/txtorcon/socks.py 12:41 < Lightsword> or I guess this is the latest version https://github.com/meejah/txtorcon/blob/master/txtorcon/socks.py 12:42 < waxwing> oh if that gets rid of parsley that'd be nice.. 12:42 < Lightsword> yeah, it should 12:42 < Lightsword> or can you use the txtorcon library directly? 12:42 < Lightsword> see this discussion https://github.com/meejah/txtorcon/issues/162 12:42 < waxwing> ok, i guess i can make that a little project then, to look at that, see if i can 12:45 < Lightsword> once all dependencies are cleaned up I can run the project through futurize and clean up broken stuff 12:46 < waxwing> d3spwn, yeah i knew about bitcore, but you'd need the non-bitpay version for segwit, and moreover that's too much for even most users, let alone casual users (a bitcore instance) 12:46 < waxwing> well meh, not that i'm saying there's a better way 12:58 < GitHub179> [joinmarket-clientserver] AdamISZ closed pull request #118: Reconnect automatically when bitcoind connection times out (master...conn-reset) https://git.io/vFhgy 14:08 -!- roman_g [~Roman@84.245.121.171] has joined #joinmarket 14:09 -!- roman_g [~Roman@84.245.121.171] has left #joinmarket [] 15:23 -!- Cory [~Cory@unaffiliated/cory] has quit [Ping timeout: 248 seconds] 15:30 -!- Cory [~Cory@unaffiliated/cory] has joined #joinmarket 19:48 -!- Cory [~Cory@unaffiliated/cory] has quit [Ping timeout: 260 seconds] 19:54 -!- Pasha [~Cory@unaffiliated/cory] has joined #joinmarket 19:57 -!- Pasha is now known as Cory 21:22 < d3spwn> importing the wallet on a ledger nano s works as well btw 21:29 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Read error: No route to host] 21:30 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #joinmarket 21:30 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Changing host] 21:30 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #joinmarket 22:04 -!- arubi_ [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 248 seconds] 22:09 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 23:17 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 248 seconds] 23:19 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket