--- Day changed Fri Jul 22 2016 01:24 -!- fqtw [~me@x5d806bc0.dyn.telefonica.de] has joined #joinmarket 02:14 -!- Giszmo [~leo@ppp-83-171-179-207.dynamic.mnet-online.de] has joined #joinmarket 02:27 -!- arubi_ [~ese168@unaffiliated/arubi] has joined #joinmarket 02:30 -!- arubi [~ese168@unaffiliated/arubi] has quit [Ping timeout: 272 seconds] 02:34 < belcher_> achow101: they unconfirmfun, confirmfun and timeoutfun are callbacks for when a tx is seen on the network, mined into a block or when one of those times out 02:35 < belcher_> uc_called is a state variable for whether unconfirmfun has already been called, used in the case where the first time a tx is seen is in a block (because unconfirmfun must be called first), txnotify_fun is a list of transaction outputs to watch and call those callbacks for 02:36 < belcher_> we need to check how easy or hard it is to install twisted on windows, tails and other platforms , i realise it adds a new dependency 03:03 -!- arubi__ [~ese168@unaffiliated/arubi] has joined #joinmarket 03:06 -!- arubi_ [~ese168@unaffiliated/arubi] has quit [Ping timeout: 260 seconds] 05:27 -!- King_Rex [~King_Rex@unaffiliated/king-rex/x-3258444] has joined #joinmarket 05:50 < achow101> pip install twisted should be it. 07:53 -!- achow101 [~achow101@pool-108-2-58-173.phlapa.fios.verizon.net] has quit [Ping timeout: 240 seconds] 08:31 -!- nkuttler_ [~nkuttler@unaffiliated/nkuttler] has joined #joinmarket 08:32 -!- deafboy_ [quasselcor@cicolina.org] has joined #joinmarket 08:33 -!- Giszmo1 [~leo@ppp-83-171-179-207.dynamic.mnet-online.de] has joined #joinmarket 08:33 -!- K1773R [~K1773R@unaffiliated/k1773r] has quit [Ping timeout: 272 seconds] 08:35 -!- deafboy [quasselcor@cicolina.org] has quit [Ping timeout: 272 seconds] 08:35 -!- nkuttler [~nkuttler@unaffiliated/nkuttler] has quit [Ping timeout: 272 seconds] 08:35 -!- nkuttler_ is now known as nkuttler 08:36 -!- K1773R [~K1773R@unaffiliated/k1773r] has joined #joinmarket 08:39 -!- Netsplit *.net <-> *.split quits: Giszmo, zmanian__ 08:48 -!- zmanian__ [sid113594@gateway/web/irccloud.com/x-ouzzkhoqypgwtcwf] has joined #joinmarket 09:34 -!- achow101 [~achow101@mobile-166-176-251-215.mycingular.net] has joined #joinmarket 09:36 -!- arubi__ is now known as arubi 09:59 < waxwing> btw the joinmarket.me cert is expired, i know about it, i'm just finishing something up and then will get on it. either tonight or tomorrow. 10:00 < pigeons> i think there was someone in here who follows and sometimes corrects this crap? https://news.bitcoin.com/tumbling-bitcoins-guide-rinse-cycle/ 10:04 < gmaxwell> pigeons: first correction would be why are you loading a bitcoin.com link? :P 10:05 < pigeons> ok ok 10:05 < pigeons> It's not the official site? :P 10:08 < waxwing> that's the same guy who said the shapeshift coins went through joinmarket when they clearly didn't. 10:08 < waxwing> belcher_ already tried to correct that, no response afaik 10:12 < pigeons> yeah not saying its worth any time, i just thought there was someone in here who followed all these mixing articles 10:14 < waxwing> pigeons: sure, thanks for the link, nice to have these things flagged up 10:15 < fluffypony> ask the CEO of Bitcoin to correct it 10:17 < pigeons> yes the ceo did just get released from jail in japan 10:33 < fluffypony> and promptly shut down the subreddit 11:20 -!- achow101 [~achow101@mobile-166-176-251-215.mycingular.net] has quit [Quit: Leaving] 12:05 -!- achow101 [~achow101@pool-108-16-238-51.phlapa.fios.verizon.net] has joined #joinmarket 12:58 < waxwing> ok, joinmarket.me cert back up. much LE wizardry. 13:12 < JM-IRCRelay> [mrnice] Just had a crash: 13:12 < JM-IRCRelay> [mrnice] 2016-07-20 19:37:37,877 [MainThread ] [DEBUG] Traceback (most recent call last): 13:12 < JM-IRCRelay> [mrnice] File "yield-generator-oscillator.py", line 715, in main 13:12 < JM-IRCRelay> [mrnice] irc.run() 13:12 < JM-IRCRelay> [mrnice] File "joinmarket/irc.py", line 657, in run 13:12 < JM-IRCRelay> [mrnice] self.__handle_line(line) 13:12 < JM-IRCRelay> [mrnice] File "joinmarket/irc.py", line 540, in __handle_line 13:12 < JM-IRCRelay> [mrnice] self.__handle_privmsg(_chunks[0], _chunks[2], get_irc_text(line)) 13:12 < JM-IRCRelay> [mrnice] File "joinmarket/irc.py", line 491, in __handle_privmsg 13:12 < JM-IRCRelay> [mrnice] self.__on_privmsg(nick, parsed) 13:12 < JM-IRCRelay> [mrnice] File "joinmarket/irc.py", line 385, in __on_privmsg 13:12 < JM-IRCRelay> [mrnice] self.on_seen_tx(nick, txhex) 13:13 < JM-IRCRelay> [mrnice] File "joinmarket/maker.py", line 262, in on_seen_tx 13:13 < JM-IRCRelay> [mrnice] self.active_orders[nick].recv_tx(nick, txhex) 13:13 < JM-IRCRelay> [mrnice] File "joinmarket/maker.py", line 108, in recv_tx 13:13 < JM-IRCRelay> [mrnice] goodtx, errmsg = self.verify_unsigned_tx(self.tx) 13:13 < JM-IRCRelay> [mrnice] File "joinmarket/maker.py", line 162, in verify_unsigned_tx 13:13 < JM-IRCRelay> [mrnice] list(tx_utxo_set)) 13:13 < JM-IRCRelay> [mrnice] File "joinmarket/blockchaininterface.py", line 383, in query_utxo_set 13:13 < JM-IRCRelay> [mrnice] if vout['is_spent'] == 1: 13:13 < JM-IRCRelay> [mrnice] KeyError: 'is_spent' 13:13 < JM-IRCRelay> [mrnice] The script tried to do a double spend on itself? 13:19 < waxwing> mrnice : no, that error is saying that the data does not have an "is_spent" field, so it's something more basic. 13:48 < JM-IRCRelay> [mrnice] aha. such as? This error happens accasionally and the script crashes... which is cumbersone, cos it requires a manual restart. 13:48 < JM-IRCRelay> [mrnice] waxwing:) 13:50 < waxwing> using blockr, right? 13:50 < waxwing> something weird with the data they're sending back to you looks like 13:51 < JM-IRCRelay> [mrnice] right. still stuck with that. 13:52 < JM-IRCRelay> [mrnice] I really need to get the core interface working then... 13:54 < JM-IRCRelay> [mrnice] waxwing: thanks for the info. 13:57 < waxwing> mrnice sure, sorry i couldn't be more helpful. we may be able to do something about it, not sure, but not now. 14:13 -!- BigTrouble [Elite16197@gateway/shell/elitebnc/x-vsvkyeiwldhuiken] has quit [Ping timeout: 264 seconds] 14:14 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 14:14 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 14:19 -!- BigTrouble [Elite16197@gateway/shell/elitebnc/x-qckxfllpentpnltm] has joined #joinmarket 16:03 -!- giel__ [~giel____@k14057.upc-k.chello.nl] has joined #joinmarket 16:03 -!- giel__ [~giel____@k14057.upc-k.chello.nl] has quit [Changing host] 16:03 -!- giel__ [~giel____@unaffiliated/gielbier] has joined #joinmarket 16:36 -!- mkarrer [~mkarrer@142.red-83-47-107.dynamicip.rima-tde.net] has quit [Remote host closed the connection] 16:37 -!- mkarrer [~mkarrer@142.red-83-47-107.dynamicip.rima-tde.net] has joined #joinmarket 16:51 -!- King_Rex [~King_Rex@unaffiliated/king-rex/x-3258444] has quit [Remote host closed the connection] 17:18 -!- Giszmo1 [~leo@ppp-83-171-179-207.dynamic.mnet-online.de] has quit [Quit: Leaving.] 17:29 -!- belcher_ [~littletal@unaffiliated/belcher] has quit [Ping timeout: 276 seconds] 21:17 -!- fqtw_ [~me@x5d806bc0.dyn.telefonica.de] has joined #joinmarket 21:21 -!- fqtw [~me@x5d806bc0.dyn.telefonica.de] has quit [Ping timeout: 252 seconds] 21:40 -!- deafboy_ is now known as deafboy