--- Log opened Sun Aug 23 00:00:57 2020 00:40 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 240 seconds] 00:45 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has quit [Read error: Connection reset by peer] 00:46 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has joined #joinmarket 01:17 -!- MemeFarmer___ [sid414248@gateway/web/irccloud.com/x-zklozehiaubmqmbl] has quit [Ping timeout: 272 seconds] 01:22 -!- MemeFarmer___ [sid414248@gateway/web/irccloud.com/x-ubdqssqsdbiazobx] has joined #joinmarket 02:21 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #joinmarket 02:24 -!- asymptotically [~asymptoti@gateway/tor-sasl/asymptotically] has joined #joinmarket 02:47 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Quit: jonatack] 02:52 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #joinmarket 03:13 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has quit [Read error: Connection reset by peer] 05:17 -!- asymptotically [~asymptoti@gateway/tor-sasl/asymptotically] has quit [Quit: Leaving] 05:18 -!- Tiffany47Rippin [~Tiffany47@static.57.1.216.95.clients.your-server.de] has joined #joinmarket 05:46 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Remote host closed the connection] 05:46 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #joinmarket 05:54 -!- vrana [~mvranic@gateway/tor-sasl/vrana] has joined #joinmarket 06:17 -!- rdymac [uid31665@gateway/web/irccloud.com/x-fcqacpltdnlgxtta] has joined #joinmarket 07:56 -!- byFate` [~earthcore@112.198.75.79] has joined #joinmarket 07:59 -!- byFate` [~earthcore@112.198.75.79] has quit [Quit: OMG omG!. The Earth will explode the wicked world. Alien or Amen. https://bit.ly/33tb5lx] 08:21 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has joined #joinmarket 08:27 -!- rdymac [uid31665@gateway/web/irccloud.com/x-fcqacpltdnlgxtta] has quit [Quit: Connection closed for inactivity] 08:56 -!- rdymac [uid31665@gateway/web/irccloud.com/x-nxqnwrhffjwvhplg] has joined #joinmarket 09:21 -!- asymptotically [~asymptoti@gateway/tor-sasl/asymptotically] has joined #joinmarket 09:52 -!- Floofie [~floofie@2601:18f:881:5e80:fd0a:95f8:3946:f35e] has joined #joinmarket 09:53 < Floofie> Hey everyone. I'm back with another problem :-/ I can't seem to tumble. I haven't tried sending a regular TX yet though 09:56 -!- Tiffany47Rippin [~Tiffany47@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 246 seconds] 10:01 < Floofie> A regular CoinJoin TX worked fine 10:29 < HackRelay> [hackint-irc/AlexCato] thats kind of not enough info to help... can you clarify what you mean in more detail? How does it not work, any error messages, etc 10:31 < Floofie> Unhandled Error 10:31 < Floofie> Traceback (most recent call last): 10:31 < Floofie> File "/home/floofie/joinmarket-clientserver/jmvenv/lib/python3.8/site-packages/twisted/protocols/amp.py", line 1041, in _commandReceived 10:31 < Floofie> deferred = self.dispatchCommand(box) 10:31 < Floofie> File "/home/floofie/joinmarket-clientserver/jmvenv/lib/python3.8/site-packages/twisted/protocols/amp.py", line 1099, in dispatchCommand 10:31 -!- Floofie [~floofie@2601:18f:881:5e80:fd0a:95f8:3946:f35e] has quit [Excess Flood] 10:31 -!- Floofie [~floofie@2601:18f:881:5e80:fd0a:95f8:3946:f35e] has joined #joinmarket 10:31 < Floofie> Whoops. Don't know why I didn't expect that. I'll just put it in a paste bin 10:32 < Floofie> https://pastebin.com/JhrwK95k 10:45 -!- zmei [c0638c0c@192.99.140.12] has joined #joinmarket 11:14 < HackRelay> [hackint-irc/AlexCato] hm, this seems to be the causing error: 11:14 < HackRelay> [hackint-irc/AlexCato] File "/home/floofie/joinmarket-clientserver/jmdaemon/jmdaemon/message_channel.py", line 352, in push_tx 11:14 < HackRelay> [hackint-irc/AlexCato] txb64 = base64.b64encode(binascii.unhexlify(txhex)).decode('ascii') 11:14 < HackRelay> [hackint-irc/AlexCato] binascii.Error: Non-hexadecimal digit found 11:15 < Floofie> Hrm. Any solution? 11:19 < HackRelay> [hackint-irc/AlexCato] sorry, I don't know what could be going on here. Maybe someone else can chime in 11:50 < waxwing> Floofie, did you edit the setting in config from `tx_broadcast = self` to something else? 11:52 < waxwing> that has been broken for a long while, but it seems from reading the current version of the code that it would indeed trigger that crash. 11:53 < waxwing> if you have a transaction that didn't get broadcast you can just take the txhex from the terminal and broadcast it on your own node with `sendrawtransaction` or also use a public service like e.g. blockstream.info over Tor (i think) 11:56 < waxwing> (any dev interested, looks like it might be easy to fix it to work again: https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/jmclient/jmclient/taker.py#L834 11:56 < waxwing> https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/jmclient/jmclient/client_protocol.py#L522 11:57 < waxwing> https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/jmdaemon/jmdaemon/message_channel.py#L352 ) 11:59 < waxwing> (note that after python-bitcointx update, tx.serialize() is returning a binary encoding) 12:20 -!- zmei [c0638c0c@192.99.140.12] has quit [Remote host closed the connection] 13:22 < Floofie> I set it to Random user to TX. My bad. I'll change it back 13:33 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Quit: Leaving] 13:41 -!- asymptotically [~asymptoti@gateway/tor-sasl/asymptotically] has quit [Quit: Leaving] 14:57 -!- Floofie [~floofie@2601:18f:881:5e80:fd0a:95f8:3946:f35e] has left #joinmarket [] 15:36 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 15:36 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 15:38 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #joinmarket 16:22 -!- tralfaz [~davterra@gateway/tor-sasl/tralfaz] has joined #joinmarket 16:23 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Ping timeout: 240 seconds] 17:35 -!- DSRelBot [~DSRelBot@p5de4ae84.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 17:36 -!- HackRelay [~jmrelayha@p5de4ae84.dip0.t-ipconnect.de] has quit [Ping timeout: 265 seconds] 17:47 -!- HackRelay [~jmrelayha@p5de4a045.dip0.t-ipconnect.de] has joined #joinmarket 17:48 -!- DSRelBot [~DSRelBot@p5de4a045.dip0.t-ipconnect.de] has joined #joinmarket 19:33 -!- Floofie [~floofie@2601:18f:881:5e80:fd0a:95f8:3946:f35e] has joined #joinmarket 19:33 < Floofie> Hey. Empty orderbook..? 19:37 < Floofie> Oh the toggle for segwit was on. Weird 19:47 -!- nonce [~nonce@91.207.57.115] has left #joinmarket [] 21:47 -!- rdymac [uid31665@gateway/web/irccloud.com/x-nxqnwrhffjwvhplg] has quit [Quit: Connection closed for inactivity] 23:26 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 240 seconds] 23:33 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has quit [Read error: Connection reset by peer] 23:34 -!- Evanito [~Evanito@76.87.174.228] has joined #joinmarket 23:42 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has quit [Ping timeout: 240 seconds] 23:47 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has joined #joinmarket --- Log closed Mon Aug 24 00:00:58 2020