--- Log opened Tue May 18 00:00:38 2021 --- Day changed Tue May 18 2021 00:00 -!- jungly [~jungly@mob-109-114-38-248.net.vodafone.it] has quit [Ping timeout: 265 seconds] 00:01 -!- jungly [~jungly@mob-109-114-38-248.net.vodafone.it] has joined #joinmarket 00:32 -!- rojiro [~rojiro@gateway/tor-sasl/rojiro] has quit [Remote host closed the connection] 00:32 -!- rojiro [~rojiro@gateway/tor-sasl/rojiro] has joined #joinmarket 00:32 -!- rojiro [~rojiro@gateway/tor-sasl/rojiro] has quit [Remote host closed the connection] 00:37 -!- rojiro [~rojiro@gateway/tor-sasl/rojiro] has joined #joinmarket 01:42 -!- jungly [~jungly@mob-109-114-38-248.net.vodafone.it] has quit [Ping timeout: 240 seconds] 01:43 -!- jungly [~jungly@host-82-48-137-123.retail.telecomitalia.it] has joined #joinmarket 02:10 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 268 seconds] 02:42 -!- flight [~flight@135-23-126-204.cpe.pppoe.ca] has quit [Read error: Connection reset by peer] 02:43 -!- flight [~flight@135-23-126-204.cpe.pppoe.ca] has joined #joinmarket 03:09 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 03:19 -!- Margot64Gleichne [~Margot64G@static.57.1.216.95.clients.your-server.de] has joined #joinmarket 03:48 -!- Margot64Gleichne [~Margot64G@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 240 seconds] 04:23 -!- stevenroose [~steven@2001:19f0:6801:83a:1c0:dd39:fc42:8677] has quit [Quit: ZNC 1.7.4 - https://znc.in] 04:23 -!- stevenroose [~steven@irc.roose.io] has joined #joinmarket 04:27 -!- undeath [~undeath@hashcat/team/undeath] has joined #joinmarket 05:45 -!- coconutanna [~coconutan@gateway/tor-sasl/coconutanna] has quit [Remote host closed the connection] 05:46 -!- coconutanna [~coconutan@gateway/tor-sasl/coconutanna] has joined #joinmarket 06:20 -!- asymptotically [asymptotic@gateway/vpn/mullvad/asymptotically] has joined #joinmarket 06:21 -!- tralfaz [~dulyNoded@c-73-221-225-225.hsd1.wa.comcast.net] has joined #joinmarket 06:23 -!- tiker[m] [tikerfunky@gateway/shell/matrix.org/x-cavotsompxrkqgdz] has quit [Ping timeout: 276 seconds] 06:24 -!- k3tan172 [~pi@gateway/tor-sasl/k3tan] has quit [Ping timeout: 240 seconds] 06:24 -!- davterra [~dulyNoded@178.128.106.205] has quit [Ping timeout: 240 seconds] 06:25 -!- tiker[m] [tikerfunky@gateway/shell/matrix.org/x-yjcvvdoeteumuyuf] has joined #joinmarket 06:25 -!- k3tan172 [~pi@gateway/tor-sasl/k3tan] has joined #joinmarket 06:29 -!- Anduck [~anduck@unaffiliated/anduck] has quit [Ping timeout: 260 seconds] 06:41 -!- asymptotically [asymptotic@gateway/vpn/mullvad/asymptotically] has quit [Remote host closed the connection] 06:41 -!- asymptotically [asymptotic@gateway/vpn/mullvad/asymptotically] has joined #joinmarket 06:41 -!- asy [asymptotic@gateway/vpn/mullvad/asymptotically] has joined #joinmarket 06:50 -!- tralfaz [~dulyNoded@c-73-221-225-225.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 06:51 -!- tralfaz [~dulyNoded@c-73-221-225-225.hsd1.wa.comcast.net] has joined #joinmarket 06:53 < waxwing> undeath, belcher as a sort of tentative starting point towards #415 i'm putting together a message channel implementation based on the now-existing onion infrastructure in jmbase. i.e. a pure P2P setup where participants just gossip offers and peers. it is definitely not going to be workable but interesting to test. 06:53 < waxwing> then modifications might allow it to shift over to the kind of design described at the end of that issue. of course, this is an optimistic viewpoint :) 06:54 < waxwing> i mainly for now just want to make sure that the alternative message channel implementation can work as intended. 06:55 < waxwing> (by "not workable" i mean it needs the extra parts: something like directory servers, and fidelity bonds too and other stuff) 06:57 -!- asy [asymptotic@gateway/vpn/mullvad/asymptotically] has quit [Quit: Leaving] 06:57 -!- Anduck [~anduck@unaffiliated/anduck] has joined #joinmarket 06:59 -!- flight [~flight@135-23-126-204.cpe.pppoe.ca] has quit [Quit: Ping timeout (120 seconds)] 06:59 -!- flight [~flight@135.23.126.204] has joined #joinmarket 07:06 < undeath> cool, thanks for tackling this! with fidelity bonds it's going to be a little easier than described even 07:14 < waxwing> undeath, yes i agree fidelity bonds (ring sigs or not!) are going to make it a lot more practical. but the basic infrastructure of JM-messaging over onion is what i'm tinkering with for now. 07:22 -!- k71 [42d77893@066-215-120-147.res.spectrum.com] has joined #joinmarket 07:22 -!- k71 [42d77893@066-215-120-147.res.spectrum.com] has quit [Client Quit] 07:24 < belcher> waxwing cool 07:25 < belcher> the directory servers could be simple http servers, we could create them by using python's simplehttpserver and implementing something like the POST method 07:28 < waxwing> oh yes it's not difficult; indeed i'm already reusing our existing mini-http-server object that we have for BIP78, in my setup. 07:29 < waxwing> with the directory servers it probably needs a little more thought but - i think not much. you'll need some anti-dos features for all of it, fidelity bonds will be a big help there. 07:29 < waxwing> but .. let's see what pans out. 07:30 < belcher> fidelity bonds can be used for makers who use them, the current design allows for makers who dont have fbonds 07:30 < belcher> maybe we could use PoW for makers who dont have fidelity bonds 07:30 < belcher> if the directory servers get DOSed they could turn off the PoW and just accept fidelity bonds 07:31 < undeath> or a PoS as described 07:32 < waxwing> sorry i'm not up to speed, how is PoS different from FB? 07:32 < undeath> it's not timelocked 07:32 < waxwing> ok 07:32 < belcher> so just reveal a single-sig UTXO? 07:32 < undeath> yes 07:32 < belcher> yeah that works too 08:01 < belcher> i posted a comment on issue 415 about how the whole idea relies on tor and thinking about alternatives 08:42 -!- tralfaz [~dulyNoded@c-73-221-225-225.hsd1.wa.comcast.net] has quit [Quit: Leaving] 08:46 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #joinmarket 09:32 -!- deafboy [quasselcor@cicolina.org] has quit [Quit: deafboy] 10:10 -!- undeath [~undeath@hashcat/team/undeath] has quit [Quit: WeeChat 3.1] 11:02 -!- jungly [~jungly@host-82-48-137-123.retail.telecomitalia.it] has quit [Ping timeout: 265 seconds] 12:15 -!- jungly [~jungly@host-82-48-137-123.retail.telecomitalia.it] has joined #joinmarket 12:43 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has quit [Quit: ZNC 1.8.0 - https://znc.in] 13:04 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has joined #joinmarket 14:27 -!- asymptotically [asymptotic@gateway/vpn/mullvad/asymptotically] has quit [Quit: Leaving] 14:27 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 14:28 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 14:32 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 14:33 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 14:33 -!- jungly [~jungly@host-82-48-137-123.retail.telecomitalia.it] has quit [Ping timeout: 265 seconds] 21:12 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 252 seconds] 21:26 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 22:26 -!- coconutanna [~coconutan@gateway/tor-sasl/coconutanna] has quit [Remote host closed the connection] 22:27 -!- coconutanna [~coconutan@gateway/tor-sasl/coconutanna] has joined #joinmarket 23:36 -!- jungly [~jungly@host-79-35-188-89.retail.telecomitalia.it] has joined #joinmarket 23:41 -!- asymptotically [asymptotic@gateway/vpn/mullvad/asymptotically] has joined #joinmarket --- Log closed Wed May 19 00:00:59 2021