--- Log opened Sat Jan 18 00:00:10 2020 01:20 -!- vrana [~mvranic@gateway/tor-sasl/vrana] has quit [Ping timeout: 240 seconds] 01:27 -!- vrana [~mvranic@gateway/tor-sasl/vrana] has joined #joinmarket 01:42 < belcher_> zfk: wasabi coinjoins are quite recognizable 01:42 < belcher_> as are all equal-output coinjoins 03:24 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 03:52 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has quit [Remote host closed the connection] 05:07 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has joined #joinmarket 05:08 -!- jcoe [seru@gateway/vpn/protonvpn/joncoe] has joined #joinmarket 05:35 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 272 seconds] 06:14 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #joinmarket 06:15 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 06:26 -!- jcoe [seru@gateway/vpn/protonvpn/joncoe] has quit [Ping timeout: 265 seconds] 06:37 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has quit [Remote host closed the connection] 07:11 -!- deafboy [quasselcor@cicolina.org] has quit [Quit: deafboy] 07:11 -!- deafboy [quasselcor@cicolina.org] has joined #joinmarket 07:47 -!- coconutanna [~coconutan@gateway/tor-sasl/coconutanna] has joined #joinmarket 07:52 -!- CgRelayBot [~CgRelayBo@p5486669A.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 07:52 -!- AgoraRelay [~jmrelayfn@p5486669A.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 08:44 -!- AgoraRelay [~jmrelayfn@p5DE4A5C7.dip0.t-ipconnect.de] has joined #joinmarket 08:44 -!- CgRelayBot [~CgRelayBo@p5DE4A5C7.dip0.t-ipconnect.de] has joined #joinmarket 09:02 -!- rob3453098 [677a2d86@103.122.45.134] has joined #joinmarket 09:04 < rob3453098> hello every1, I've updated to release 0.6.1 (from 0.5), now when running 'python wallet-tool.py wallet.jmdat', I get an error trace ending with 'backports.configparser.NoSectionError: No section: u'POLICY' 09:04 < rob3453098> however, I have this section in joinmarket.cfg . I've updated with 'git pull origin master'. .. 09:06 < belcher> rob3453098 your issue might be because of the new code which moves the data directory 09:06 < belcher> so try adding --datadir=. 09:06 < belcher> or go look in the default location and edit the joinmarket.cfg there 09:08 < rob3453098> sorry, only now I noticed the updated upgrade instructions, I'll run that, that should fix it I guess ... brb 09:08 < belcher> the default location is ~/.joinmarket/ i think 09:08 < belcher> :) 09:09 < rob3453098> i had just followed the general update instructions, but not the ones on the version-specific page.. 09:09 < waxwing> yes. to be clear, the change in data directory location is not in 0.6.1 release (only saying it because it wasn't clear from the convo, since he got an error before updating to master) 09:09 < waxwing> when there is a release with that change, you can be sure we will update the instructions. 09:10 < waxwing> if you are now on master, you can just move your joinmarket.cfg and your wallet.jmdat into ~/.joinmarket (and ~/.joinmarket/wallets/) 09:10 < waxwing> but none of this would explain the very first error you reported, which was on 0.6.1, which doesn't have that code. 09:42 < rob3453098> ok, I've completed the 0.6.1 update process, everything seemed fine so far. Configured /home/admin/.joinmarket/joinmarket.cfg and moved the wallet.jmdat to the source/wallets directory. Now I get an error trace ending with "socket.gaierror: [Errno -2] Name or service not known. 09:43 < rob3453098> I'm running my node behind Tor, maybe I've missed something in the cfg? (I've updated rpc_host) 09:48 < belcher> put the paste on a pastebin (https://0bin.net/) and link here (removing private information if there is any) 09:52 < rob3453098> here it is, thx for looking into it! https://0bin.net/paste/CwUgzg58l9DwLDd6# 09:52 < rob3453098> oops, sorry: https://0bin.net/paste/CwUgzg58l9DwLDd6#7IdKbLQIGb3RaGTlaKxe4X6HcVwD+6ifwyUSUEv+Bem 09:57 -!- h20x [~h20x@108-75-18-87.lightspeed.clmboh.sbcglobal.net] has quit [Ping timeout: 268 seconds] 10:03 -!- bsm117532 [~mcelrath@2601:196:4902:25b0:18c0:7820:bdcc:d110] has joined #joinmarket 10:04 -!- bsm117532 [~mcelrath@2601:196:4902:25b0:18c0:7820:bdcc:d110] has left #joinmarket [] 10:33 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 10:48 < waxwing> rob3453098, i don't think we can figure it out from that since we can't see what connections you have configured for IRC 10:48 < waxwing> oh sorry i can see the error there is bitcoin rpc not irc, but same comment 10:49 < waxwing> oh wait. is the problem that you're trying to connect to your bitcoin rpc over Tor? 11:18 < rob3453098> yes, just today I have reconfigured my Raspi (Raspiblitz to be exact) to run behind Tor. I've added the onion address as rpc_host though. 11:34 < belcher> its probably most appropriate to run your node and joinmarket on the same machine 11:35 < belcher> well maybe not, that wont work if you want to use the GUI joinmarket-qt 11:35 < belcher> does the tor hidden service expose port 8332 ? the RPC port 11:36 < belcher> it probably shouldnt, exposing the RPC port to the wide internet isnt recommended (i dont exactly remember why but its often repeated advice) 11:36 < belcher> maybe a better solution is to create an ssh tunnel 11:41 < belcher> there is this tutorial "JoinMarket on the RaspiBlitz" https://github.com/openoms/bitcoin-tutorials/blob/master/joinmarket/README.md which might be helpful (i dont know exactly what you're doing, the tutorial seems to be mostly about using the sendpayment and yield-generator scripts) 11:46 < rob3453098> thx for the feedback so far guys, also for the link ... I run everything just on the Raspi and don't use jm-qt. I'll play around, in a worst case scenario I'll try to remove Tor mode again and run everything w/o it. thx again! 11:51 < belcher> if you only use the cli scripts the most appropriate is to have joinmarket on the pi as well 11:51 < belcher> and then ssh in when you want to run commands 11:53 < rob3453098> yes, I'm running everything on the pi 11:56 < belcher> then you dont need to make rpc_host an onion address, it just needs to be localhost 12:04 < rob3453098> *mindblown* - it works!! man, hugs and kisses ;-) thanks so much for your help with this, I'm not really fully fit w/ Linux and networking stuff (but learning). Maybe this could be added to the readme, as I think most peeps will run all of their bitcoin-related stuff on the Raspi, bcoz it keeps everything so nicely together. 12:18 < belcher> we recently added links to some guides like that https://github.com/JoinMarket-Org/joinmarket-clientserver#more-installation-guides 13:29 -!- jcoe [~seru@cpc107639-dals20-2-0-cust128.20-2.cable.virginm.net] has joined #joinmarket 13:34 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has joined #joinmarket 13:48 -!- jcoe [~seru@cpc107639-dals20-2-0-cust128.20-2.cable.virginm.net] has quit [Ping timeout: 240 seconds] 13:48 -!- jcoe [seru@gateway/vpn/protonvpn/joncoe] has joined #joinmarket 14:58 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has quit [Remote host closed the connection] 15:22 -!- vrana [~mvranic@gateway/tor-sasl/vrana] has quit [Remote host closed the connection] 15:22 -!- vrana [~mvranic@gateway/tor-sasl/vrana] has joined #joinmarket 15:25 -!- rdymac [uid31665@gateway/web/irccloud.com/x-etxrrdxulnaiovdp] has joined #joinmarket 16:09 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has joined #joinmarket 16:12 -!- jcoe [seru@gateway/vpn/protonvpn/joncoe] has quit [Ping timeout: 258 seconds] 16:20 -!- krvopije [~krvopije@185.106.109.144] has joined #joinmarket 16:21 -!- krvopije [~krvopije@185.106.109.144] has quit [Remote host closed the connection] 17:05 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 17:05 -!- AgoraRelay_ [~jmrelayfn@p548667A5.dip0.t-ipconnect.de] has joined #joinmarket 17:06 -!- CgRelayBot_ [~CgRelayBo@p548667A5.dip0.t-ipconnect.de] has joined #joinmarket 17:09 -!- AgoraRelay [~jmrelayfn@p5DE4A5C7.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 17:10 -!- CgRelayBot [~CgRelayBo@p5DE4A5C7.dip0.t-ipconnect.de] has quit [Ping timeout: 272 seconds] 18:53 -!- krvopije [~krvopije@185.106.109.144] has joined #joinmarket 19:15 -!- krvopije [~krvopije@185.106.109.144] has quit [Quit: Leaving] 19:43 -!- vrana [~mvranic@gateway/tor-sasl/vrana] has quit [Ping timeout: 240 seconds] 19:45 -!- vrana [~mvranic@gateway/tor-sasl/vrana] has joined #joinmarket 20:06 -!- rob3453098 [677a2d86@103.122.45.134] has quit [Ping timeout: 260 seconds] 20:24 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has quit [Remote host closed the connection] 20:25 -!- almkglor [781d76ea@120.29.118.234] has joined #joinmarket 20:28 -!- almkglor [781d76ea@120.29.118.234] has quit [Remote host closed the connection] 21:36 -!- krvopije [~krvopije@185.106.109.144] has joined #joinmarket 21:43 -!- krvopije [~krvopije@185.106.109.144] has quit [Quit: Leaving] 21:46 -!- rottensox [~rottensox@unaffiliated/rottensox] has quit [Quit: Bye] 21:46 -!- rottensox [~rottensox@unaffiliated/rottensox] has joined #joinmarket 22:57 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has joined #joinmarket --- Log closed Sun Jan 19 00:00:13 2020