--- Day changed Fri Nov 24 2017 00:09 -!- takamatsu_ [~takamatsu@unaffiliated/takamatsu] has joined #joinmarket 00:35 < Lightsword> arubi, I was seeing timeouts sometimes I think 01:19 < arubi> ah yes that makes sense, ok, I'll try setting up a ramdrive as part of the run. thanks both 01:54 -!- deafboy [quasselcor@cicolina.org] has joined #joinmarket 06:30 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Ping timeout: 240 seconds] 06:30 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #joinmarket 06:49 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 240 seconds] 07:17 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Ping timeout: 260 seconds] 07:17 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #joinmarket 07:22 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Ping timeout: 260 seconds] 07:23 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #joinmarket 07:33 -!- Autumn24Murazik [~Autumn24M@ns334669.ip-5-196-64.eu] has joined #joinmarket 08:06 -!- d3spwn [53a19dc8@gateway/web/freenode/ip.83.161.157.200] has joined #joinmarket 09:10 < GitHub158> [joinmarket-clientserver] fivepiece opened pull request #117: imple osx build on travis (master...travis-osx-simple) https://git.io/vFppt 09:12 -!- coins123 [~coins123@c-208-25.net-185.wadsl.it] has joined #joinmarket 09:12 -!- coins123 [~coins123@c-208-25.net-185.wadsl.it] has quit [Changing host] 09:12 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 09:15 < arubi> I fatfingered the return key, fixed title and message now ^ 09:44 -!- coins123 [~coins123@unaffiliated/coins123] has quit [] 09:55 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Ping timeout: 248 seconds] 09:56 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #joinmarket 10:07 < arubi> well, the tests passed but the only reason they ran at all was because I left my branch name under 'branches:' in .travis.yml. now that I removed it the branch name is different and travis won't test :) 10:08 < arubi> maybe OK to remove the "branches: only: master" lines? makes it hard to test anything not named "master" 10:55 -!- lnostdal [~lnostdal@77.70.119.51] has joined #joinmarket 10:58 -!- Michail1 [~michail@2603:3023:a04:2900:217:a4ff:fef0:e3fc] has quit [Quit: Outta here] 10:59 -!- Michail1 [~michail@michail.com] has joined #joinmarket 11:15 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Ping timeout: 240 seconds] 11:16 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #joinmarket 11:31 -!- undeath [~undeath@unaffiliated/undeath] has joined #joinmarket 13:29 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 260 seconds] 14:05 -!- d3spwn [53a19dc8@gateway/web/freenode/ip.83.161.157.200] has quit [Quit: Page closed] 15:58 -!- undeath [~undeath@unaffiliated/undeath] has quit [Quit: WeeChat 1.9.1] 16:36 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #joinmarket 16:39 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Changing host] 16:39 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #joinmarket 16:56 -!- r4d1u5 [~radius@114.125.199.251] has joined #joinmarket 17:03 -!- r4d1u5 [~radius@114.125.199.251] has left #joinmarket [] 17:53 -!- StopAndDecrypt_ [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #joinmarket 17:54 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 240 seconds] 17:59 -!- takamatsu_ [~takamatsu@unaffiliated/takamatsu] has quit [Ping timeout: 240 seconds] 18:21 < Lightsword> arubi, I’ve been getting a lot of these errors jmclient.jsonrpc.JsonRpcConnectionError: JSON-RPC connection failed. Err:error(54, 'Connection reset by peer') 21:24 < arubi> Lightsword, does that happen during a normal run or just in the tests? 21:25 < Lightsword> arubi, normal run, this should fix it btw https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/118 21:26 < arubi> I see. alright, I'll try testing with this PR a bit later on. thanks 22:31 < waxwing> I'm curious why i never encountered that; under what circumstances would bitcoind time out like that? 22:39 < arubi> for me in the tests, it happens at keypool generation just when the daemon starts the first time. at least it used to, which is why all tests are in /dev/shm . it doesn't happen on manual runs. the travis failures are unrelated fwiw. I think bitcoind just doesn't accept rpc connections from the host. trying to fix it now 22:41 < Lightsword> waxwing, it happens during the second estimatefee call for me, that’s long enough for it to time out it seems 22:41 < Lightsword> it’s re-using a dead connection is the issue, I confirmed via wireshark 22:43 < waxwing> ah gotcha, many thanks 23:49 -!- d3spwn [53a19dc8@gateway/web/freenode/ip.83.161.157.200] has joined #joinmarket 23:51 < d3spwn> does anyone have any advice on recovering a wallet and having it import all the addresses? 23:52 < d3spwn> i've set the gap limit to 1000 but it only imports 600 addresses which isnt all of them 23:53 < arubi> just guessing, maybe you need to increase the maximum depth too? 23:53 < arubi> s/depth/mixdepth/ 23:54 < d3spwn> no thats not it. it imports more addresses after i do a resync 23:54 < d3spwn> i dont want to do 5 resyncs, so i was hoping there was a way to do it in one go 23:56 < arubi> not sure, are you saying bitcoind stops importing at 600? 23:59 < d3spwn> [MainThread ] [DEBUG] requesting detailed wallet history [MainThread ] [DEBUG] rpc: getaddressesbyaccount ['wallet'] [MainThread ] [DEBUG] rpc: listtransactions ['wallet', 1000, 0, True] [MainThread ] [DEBUG] too few addresses in [(0, 0), (0, 1), (1, 0), (1, 1), (2, 0), (2, 1), (3, 0), (3, 1), (4, 0), (4, 1)] at [0, 0, 0, 0, 0, 0, 0, 0, 0, 0] [MainThread ] [DEBUG] importing 600 addresses into account wallet