--- Log opened Sat Aug 15 00:00:49 2020 00:02 < waxwing> dave_uy, yes that issue has cropped up before. it's a result of the separate daemon design (thought it still happens with integrated daemon, the default). the daemon takes config from the client at startup, but not including the data directory. 00:03 < waxwing> this "makes sense" in as much as you could be running it remotely, anywhere. 00:04 < waxwing> we could PR this to do something easier to handle, e.g. another config param which defaults to putting the daemon's data (commitmentlist is basically it) in the home/same datadir location. 00:20 -!- zndtoshi [~zndtoshi@91.73.40.158] has joined #joinmarket 00:52 < waxwing> dave_uy, also, thanks for doing that, it could be a big help. which IRCs are the bots running on? 00:52 < waxwing> people should announce it so that others can run tests if they want. 00:56 < waxwing> ok i see them on hackint and darkscience 01:50 -!- asymptotically [~asymptoti@gateway/tor-sasl/asymptotically] has joined #joinmarket 02:21 -!- azizLIGHT [~azizLIGHT@unaffiliated/azizlight] has quit [Ping timeout: 240 seconds] 02:22 -!- rdymac [uid31665@gateway/web/irccloud.com/x-yenzvjggcmepkaby] has joined #joinmarket 02:31 -!- vrana [~mvranic@gateway/tor-sasl/vrana] has quit [Remote host closed the connection] 02:37 -!- vrana [~mvranic@gateway/tor-sasl/vrana] has joined #joinmarket 02:40 -!- azizLIGHT [~azizLIGHT@unaffiliated/azizlight] has joined #joinmarket 02:49 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #joinmarket 02:52 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 265 seconds] 03:18 -!- Selina4Treutel [~Selina4Tr@static.57.1.216.95.clients.your-server.de] has joined #joinmarket 03:49 < waxwing> someone appears to be 'helpfully' !orderbook-ing every 9s or so on darkscience 04:19 < belcher_> one possibility is they're trying to observe changes in maker's maxsizes and try to correlate that with on-chain coinjoins 04:20 < belcher_> though not sure how that helps, if they were successful i think they'd get the maker's IRC nickname which is just randomly generated 05:14 -!- k3tan [~pi@unaffiliated/k3tan] has quit [Ping timeout: 246 seconds] 05:17 -!- k3tan [~pi@unaffiliated/k3tan] has joined #joinmarket 05:18 -!- fiatjaf [~fiatjaf@2804:7f2:2a82:90a5:ea40:f2ff:fe85:d2dc] has quit [Ping timeout: 260 seconds] 05:20 -!- fiatjaf [~fiatjaf@2804:7f2:2983:b51f:ea40:f2ff:fe85:d2dc] has joined #joinmarket 06:24 -!- k3tan [~pi@unaffiliated/k3tan] has quit [Ping timeout: 260 seconds] 06:26 -!- k3tan [~pi@unaffiliated/k3tan] has joined #joinmarket 06:31 -!- k3tan [~pi@unaffiliated/k3tan] has quit [Read error: Connection reset by peer] 06:35 -!- k3tan [~pi@unaffiliated/k3tan] has joined #joinmarket 07:02 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 07:02 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 08:48 < Davterra> waxwing I am going to try to focus on testing the bech32 PR over the coming week. I currently have about .024 testnet coins offered as a maker. Is there a way to see a testnet orderbook for the bech32 PR? 08:51 -!- Selina4Treutel [~Selina4Tr@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 246 seconds] 09:32 < waxwing> Davterra, you can run the ob-watcher.py script, just set a port and then open it in the browser. 09:32 < waxwing> you can also join the channels (add -test to the channel names so #joinmarket-pit-test on darkscience and hackint) 09:51 < Davterra> when I start ob-watcher and go to the localhost:62601 port as directed, ob-watcher crashes with: sqlite3.ProgrammingError: Incorrect number of bindings supplied. The current statement uses 2, and there are 4 supplied. 09:52 < Davterra> I"ll try the IRC channels 09:55 < Davterra> Full ob-watcher crash output: https://pastebin.com/MFXyjXp1 10:14 -!- tralfaz [uid458765@gateway/web/irccloud.com/x-fyvnxovjokvukoqo] has joined #joinmarket 10:15 < dave_uy> waxwing: Yes, my bots. 6 or 7 in total, are in hackint and darkscience Tor IRC. I hope that is OK. I mostly used default settings. I assume there is a way to tell the difference between testnet and mainnet bots. 10:19 -!- tralfaz [uid458765@gateway/web/irccloud.com/x-fyvnxovjokvukoqo] has quit [] 10:19 -!- tralfaz [uid458765@gateway/web/irccloud.com/x-afgqhoeijlhvygym] has joined #joinmarket 10:26 < belcher_> the way to tell the difference is that they're in different channels dave_uy 10:33 < waxwing> Davterra, that's an interesting one, never heard it before. you're in the venv right? 11:33 < Davterra> Yes, I am. I've only been using Joinmarket for about a month, so I have a lot to learn still...but I'm in the venv, in the obwatch folder, and running: python ob-watcher.py 11:33 < Davterra> All seems good until I input the localhost:port into my browser 11:50 < waxwing> Davterra, sorry i'm at the VR meetup can't help right now 11:50 < waxwing> maybe someone else can? 11:53 < kristapsk_> I'm no expert in sqlite but it looks there is query with two parameters and only one in given as an argument 11:53 < kristapsk_> counterparties = self.taker.db.execute( 11:53 < kristapsk_> 'SELECT DISTINCT counterparty FROM orderbook WHERE ordertype=? OR ordertype=?;', 11:53 < kristapsk_> filtered_offername_list).fetchall() 11:54 < kristapsk_> ahh, no, it's a list 11:55 < kristapsk_> just a guess, but couldn't it be that it expect at least one reloffer and one absoffer in the orderbook and in a testnet there is only either reloffer or absoffer? 11:56 -!- kristapsk_ is now known as kristapsk 12:00 -!- ponkaloupe [~ponkaloup@c-73-97-138-50.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 12:53 < waxwing> whatever it is we need a delta to why it works for other situations 13:04 -!- tralfaz [uid458765@gateway/web/irccloud.com/x-afgqhoeijlhvygym] has quit [Quit: Connection closed for inactivity] 13:25 < kristapsk> I will try to look at it more carefully later, but I checked that #joinmarket-pit-test has only swreloffer's, and no swabsoffer's 13:25 < kristapsk> that's likely causes crash 14:03 < waxwing> seems weird, but also: shouldn't they be sw0reloffer? 14:13 < Davterra> waxwing, I'm AFK most of this weekend, so there's no rush to solve this from my standpoint 14:13 < waxwing> looks like offertypes are hardcoded into ob-watcher.py :( 14:14 < waxwing> i haven't time right now but it's likely the problem is related to that, not that it's hard to fix of course 14:15 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has quit [Ping timeout: 246 seconds] 15:00 -!- k3tan [~pi@unaffiliated/k3tan] has quit [Ping timeout: 264 seconds] 15:01 -!- k3tan [~pi@unaffiliated/k3tan] has joined #joinmarket 15:06 -!- k3tan [~pi@unaffiliated/k3tan] has quit [Ping timeout: 256 seconds] 15:08 -!- k3tan [~pi@unaffiliated/k3tan] has joined #joinmarket 15:47 -!- asymptotically [~asymptoti@gateway/tor-sasl/asymptotically] has quit [Quit: Leaving] 17:07 -!- HackRelay [~jmrelayha@p5de4a5a6.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 17:08 -!- DSRelBot [~DSRelBot@p5de4a5a6.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 17:21 -!- DSRelBot [~DSRelBot@p5de4a255.dip0.t-ipconnect.de] has joined #joinmarket 17:22 -!- HackRelay [~jmrelayha@p5de4a255.dip0.t-ipconnect.de] has joined #joinmarket 17:33 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 17:34 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 19:11 -!- rdymac [uid31665@gateway/web/irccloud.com/x-yenzvjggcmepkaby] has quit [Quit: Connection closed for inactivity] 19:53 -!- xochon [~user@gateway/tor-sasl/xochon] has quit [Quit: WeeChat 2.9] 20:43 -!- zndtoshi [~zndtoshi@91.73.40.158] has quit [Read error: Connection reset by peer] 20:45 -!- Davterra [~Davterra@89.45.90.48] has quit [Quit: Leaving] 21:01 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has joined #joinmarket 21:55 -!- walking-frog [ac53284a@172.83.40.74] has joined #joinmarket 21:57 < walking-frog> I am trying joinmarket and have deposited into an external address with mixdepth 0. The transaction hash connected to the address has >10 confirmations, but it isn't showing in my wallet. What should I do? 22:25 < walking-frog> I resolved the issue by upgrading from v0.20.0 to v0.20.1 22:27 -!- walking-frog [ac53284a@172.83.40.74] has quit [Remote host closed the connection] --- Log closed Sun Aug 16 00:00:50 2020