--- Day changed Thu Jun 30 2016 01:18 -!- Giszmo [~leo@pc-122-14-46-190.cm.vtr.net] has quit [Quit: Leaving.] 01:28 -!- p15 [~p15@168.91.145.64.unassigned.bringover.net] has quit [Ping timeout: 250 seconds] 01:50 -!- p15 [~p15@193.138.228.32] has joined #joinmarket 01:57 -!- fqtw_ [~me@x4d0b957c.dyn.telefonica.de] has joined #joinmarket 02:02 -!- mec_ [~mec@209.95.50.138] has joined #joinmarket 02:04 -!- dee-vee_ [~dv@root-core.org] has joined #joinmarket 02:04 -!- roasbeef_ [~root@104.131.26.124] has joined #joinmarket 02:08 -!- Netsplit *.net <-> *.split quits: roasbeef, dee-vee, mec, fqtw, luke-jr 02:08 -!- Netsplit over, joins: luke-jr 02:21 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 252 seconds] 03:41 -!- ratoder [~ratoder@static.111.19.201.138.clients.your-server.de] has quit [Ping timeout: 240 seconds] 03:59 -!- effy [5f979b33@gateway/web/freenode/ip.95.151.155.51] has joined #joinmarket 03:59 < effy> Hello 04:05 < effy> is anyone here? 04:05 < fluffypony> yes 04:06 < effy> can you please help me with an error im getting? 04:07 < fluffypony> don't ask to ask, just ask :) 04:07 < effy> thanks :) 04:07 < effy> when running python wallet-tool.py wallet.json 04:07 < effy> I get the error: 04:07 < effy> Exception: 04:08 < waxwing> effy: which OS? 04:08 < effy> latest tails 04:08 < waxwing> you need to torify or torsocks 04:09 < waxwing> basically it's something like: if you try to run an executable which calls an http/https resource under the hood in tails, it won't let you unless you wrap the call with torify/torsocks 04:10 < effy> thats it, thanks for the help! 04:50 -!- belcher [~user@unaffiliated/belcher] has joined #joinmarket 05:19 -!- effy [5f979b33@gateway/web/freenode/ip.95.151.155.51] has quit [Quit: Page closed] 05:55 -!- p15 [~p15@193.138.228.32] has quit [Ping timeout: 260 seconds] 06:34 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 06:35 -!- Iriez [wario@distribution.xbins.org] has quit [Ping timeout: 240 seconds] 07:16 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 244 seconds] 07:32 -!- Giszmo [~leo@pc-122-14-46-190.cm.vtr.net] has joined #joinmarket 07:47 -!- fqtw [~me@x4d0b957c.dyn.telefonica.de] has joined #joinmarket 07:48 -!- Iriez [wario@distribution.xbins.org] has joined #joinmarket 07:50 -!- fqtw_ [~me@x4d0b957c.dyn.telefonica.de] has quit [Ping timeout: 244 seconds] 09:46 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 09:48 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Remote host closed the connection] 10:01 -!- grubles [~grubles@unaffiliated/grubles] has quit [Quit: brb] 10:01 -!- dingus is now known as grubles 10:57 -!- roasbeef_ is now known as roasbeef 11:26 < waxwing> raedah: i'm nearly done making a PR for what we said yesterday. most of it is trying to get a good test working. just to keep you updated. 11:30 < raedah> cool 13:04 < megaddin> hi, i've sent some coins to one of the mixdepth 1 addresses but now the coins and neither the address shows up anymore in wallet-tool 13:07 < belcher> are you using blockr.io or bitcoin core as a blockchain interface megaddin ? 13:07 < megaddin> bitcoin core via rpc 13:11 < megaddin> i even have the history of the python wallet-tool.py outputs where you can see that the first adress in mixdepth 1 suddenly changes 13:19 < belcher> megaddin is core fully sync'd ? 13:19 < belcher> and is your transaction confirmed 13:19 < megaddin> confirmed yes. synced maybe not - ill check 13:22 < belcher> looking in debug.log is an easy way to do it 13:22 < belcher> also you could search for AddToWallet to see whether your deposit transaction appears 13:23 < megaddin> yeah its not synced 13:29 -!- micl [5f979b33@gateway/web/freenode/ip.95.151.155.51] has joined #joinmarket 13:29 < micl> HI 13:30 < micl> having trouble with python tumbler.py wallet.json 13:31 < micl> after running it for several hours go the error 13:31 < micl> KeyError: 'is_spent' done 13:34 < belcher> can you scrub the log and upload it to a pastebin micl 13:39 < micl> how do i srub such a large log? 13:41 < micl> what do you make of this 13:41 < micl> http://pastebin.com/DUdH5rRu 13:41 <+JM-IRCRelay> [AlexCato] there's a script for scrubbing in the logs/ subfolder. Just call that with the logfilename as parameter and it will create a scrubbed copy of your log 13:41 < belcher> theres a script in logs/ which does it 13:42 < belcher> called either scrub-log.py or log-scrub.log 13:44 < belcher> it's a bug in joinmarket, we need to edit it to check whether "is_spent" exists 13:44 < belcher> the line should be 13:44 < belcher> if 'is_spent' in vout and vout['inspent'] == 1: 13:49 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has quit [Disconnected by services] 13:50 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has joined #joinmarket 13:54 < megaddin> how stable is that electrum plugin from the github branch? 13:55 < waxwing> megaddin: not. 13:56 < megaddin> k 13:56 < waxwing> looking for testers though :) wish i had more time to work on it. 13:57 < waxwing> oh if you mean the current branch in the main repo, that's not what i was talking about 13:58 < megaddin> https://github.com/JoinMarket-Org/joinmarket/tree/electrum-plugin 13:58 < micl> what do I write in the terminal to use scrub-log.py to scrub a log file? 13:58 < waxwing> right, i was talking about this: https://www.reddit.com/r/joinmarket/comments/4m1b7r/requesting_linux_testers_for_an_experimental/ 13:58 < waxwing> links in the post. a couple of people have tested installing it OK. i've done a number of txs. basically working, but way more work needs doing. 13:59 < waxwing> and anyway it's only sendpayment now 14:01 < belcher> micl $ python scrub-log 14:06 < micl> python: can't open file 'scrub-log': [Errno 2] No such file or directory 14:08 < belcher> do you know how to use cd in terminal ? 14:08 < belcher> cd 14:09 < micl> not particularly 14:09 < micl> but is that to locate to the file 14:10 < micl> cd tailsjoin, cd ../joinmarket 14:10 < belcher> you need to cd to the logs/ directory 14:11 < belcher> try ls 14:11 < belcher> lists the current directory 14:12 < micl> README.md tailsjoin-fullnode.sh.asc tailsjoin.sh.asc 14:14 < waxwing> micl: you're not in the joinmarket main directory yet, you'll need to cd to that. some useful commands: "cd .." (go up a directory), "pwd" (show current directory) 14:14 < micl> ok great 14:14 < waxwing> you need to get into joinmarket/logs 14:14 < micl> joinmarket/logs$ 14:15 < waxwing> right, what's the syntax belcher ? is it python scrub-log.py ? 14:15 < belcher> yes 14:16 < micl> joinmarket/logs$ python scrub-log xxxxx.log python: can't open file 'scrub-log': [Errno 2] No such file or directory 14:16 < belcher> what does ls say 14:16 < waxwing> there's a .py at the end micl 14:16 < waxwing> scrub-log.py 14:44 -!- RedEmerald_ [~RedEmeral@c-73-231-129-86.hsd1.ca.comcast.net] has joined #joinmarket 14:45 -!- Netsplit *.net <-> *.split quits: Taek, RedEmerald 14:48 < micl> http://pastebin.com/3f1d3m2a 14:51 < belcher> thanks 14:52 < micl> thanks for the help 15:06 < micl> what do you make of it? 15:12 -!- belcher [~user@unaffiliated/belcher] has quit [Ping timeout: 276 seconds] 15:22 -!- belcher [~user@unaffiliated/belcher] has joined #joinmarket 15:40 < adlai> waxwing: thank you for the pseudocode! i've been puzzling over that same code myself, in the context of my infinite loop issue (solved by manually importing addresses) --- Log closed Thu Jun 30 16:00:49 2016 --- Log opened Thu Jun 30 16:32:14 2016 16:32 -!- kanzure [~kanzure@unaffiliated/kanzure] has joined #joinmarket 16:32 -!- Irssi: #joinmarket: Total of 63 nicks [1 ops, 0 halfops, 1 voices, 61 normal] --- Log closed Thu Jun 30 16:42:16 2016 --- Log opened Thu Jun 30 16:43:08 2016 16:43 -!- kanzure [~kanzure@unaffiliated/kanzure] has joined #joinmarket 16:43 -!- Irssi: #joinmarket: Total of 63 nicks [1 ops, 0 halfops, 1 voices, 61 normal] --- Log closed Thu Jun 30 16:50:53 2016 --- Log opened Thu Jun 30 16:52:08 2016 16:52 -!- kanzure [~kanzure@unaffiliated/kanzure] has joined #joinmarket 16:52 -!- Irssi: #joinmarket: Total of 63 nicks [1 ops, 0 halfops, 1 voices, 61 normal] 17:05 -!- molz [~molly@unaffiliated/molly] has joined #joinmarket 17:08 -!- moli [~molly@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 17:14 -!- Irssi: Join to #joinmarket was synced in 1400 secs 18:36 -!- Taek [~quassel@ks36119.kimsufi.com] has joined #joinmarket 18:40 -!- belcher [~user@unaffiliated/belcher] has quit [Quit: Leaving] 18:57 -!- fqtw_ [~me@x4d0b90fd.dyn.telefonica.de] has joined #joinmarket 19:01 -!- fqtw [~me@x4d0b957c.dyn.telefonica.de] has quit [Ping timeout: 244 seconds] 21:52 -!- p15 [~p15@193.138.228.13] has joined #joinmarket 23:26 -!- MattRK [~MattRK@ip98-168-128-134.ok.ok.cox.net] has quit [Quit: Leaving] 23:26 -!- MattRK [~MattRK@ip98-168-128-134.ok.ok.cox.net] has joined #joinmarket