--- Log opened Sun Aug 16 00:00:50 2020 01:48 -!- rdymac [uid31665@gateway/web/irccloud.com/x-pfwzbqhilbnnnzrl] has joined #joinmarket 01:59 < waxwing> walking-frog (not here): i wouldn't think that version upgrade mattered. off the top of my head i'm not sure what your issue was. 02:06 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has quit [Read error: Connection reset by peer] 02:07 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has joined #joinmarket 02:11 -!- asymptotically [~asymptoti@gateway/tor-sasl/asymptotically] has joined #joinmarket 02:29 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has quit [Read error: Connection reset by peer] 02:40 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 02:44 -!- vrana [~mvranic@gateway/tor-sasl/vrana] has quit [Ping timeout: 240 seconds] 02:53 < waxwing> kristapsk, any luck with the remaining issue in #659 ? 02:54 < waxwing> if it proves tricky we can just go with 'good enough' for now, and let people know if there's a gotcha 02:54 < waxwing> i really just want to release 0.7.0 so people actually get the new installation in a release 03:06 -!- vrana [~mvranic@gateway/tor-sasl/vrana] has joined #joinmarket 03:18 -!- Eriberto36Watsic [~Eriberto3@static.57.1.216.95.clients.your-server.de] has joined #joinmarket 04:14 < kristapsk> waxwing, I will try to finish it in coming days 04:24 < waxwing> kristapsk, ok thanks 04:28 < waxwing> dave_uy, are the bots in the testnet pit running the bech32 PR? i don't understand why they're showing `swreloffer` not `sw0reloffer`. 04:53 < dave_uy> waxwing: They are on 6.3.1 tag I believe. Did you want them running on the bech32 PR? 04:54 -!- grubles [~grubles@gateway/tor-sasl/grubles] has quit [Remote host closed the connection] 04:54 -!- grubles [~grubles@gateway/tor-sasl/grubles] has joined #joinmarket 04:56 -!- Eriberto36Watsic [~Eriberto3@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 256 seconds] 05:41 < waxwing> dave_uy, (0.6.3.1) but yeah: wasn't the idea to run a bech32 pit? 05:41 < waxwing> so you checkout the PR then run 05:43 < waxwing> `git fetch origin refs/pull/656/head:pr_656` and then `git checkout pr_656` (just in case you're not as familiar with git, if you are, ignore :) 05:59 < dave_uy> waxwing: Thanks. I wasn't paying attention to what version people wanted. I'll work on getting the PR running. 06:02 < ongo> "The internal wallet is not required for the Electrum plugin." I wasn't aware there was an electrum plugin, or is this outdated doc? 06:02 < ongo> source: https://github.com/JoinMarket-Org/joinmarket/wiki/Using-the-JoinMarket-internal-wallet 06:04 < waxwing> yeah i stopped working on it years ago. 06:04 < waxwing> the wiki is not at all up to date, use the docs in docs/ in joinmarket-clientserver 06:04 < waxwing> everything has been moved there now, i think it's fair to say, there is an open issue to complete that process, but it's basically done 06:06 < ongo> waxwing: aw that's a shame, not enough use? 06:08 < waxwing> kinda. 06:15 -!- Davterra [~Davterra@89.45.90.48] has joined #joinmarket 06:20 < ongo> https://dpaste.com/5CE9FYT9Xnot sure, does this mean it installed or not? 06:24 < ongo> hmm seems like installation failed 06:34 -!- muspah [~mus@50-96.dsl.iskon.hr] has joined #joinmarket 06:42 < ongo> okay I seemed to be able to install it, there is one point in the docs that I didn't quite understand, do I need to actually add a second wallet to bitcoin-core (multiwallet feature) or is it fine? 06:47 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Quit: jonatack] 06:49 < ongo> Another thing: it is unable to connect to bitcoin-core RPC (With cookie file specified) 06:52 < ongo> Failure of RPC connection to Bitcoin Core. Application cannot continue, shutting down. 07:00 -!- grubles [~grubles@gateway/tor-sasl/grubles] has quit [Ping timeout: 240 seconds] 07:02 -!- grubles [~grubles@gateway/tor-sasl/grubles] has joined #joinmarket 07:14 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #joinmarket 07:14 < dave_uy> Should Secp256k1 be part of the python requirements now? 07:27 < waxwing> ongo, i'd strongly recommend using a separate wallet, especially if you actually currently use the default wallet.dat 07:28 < waxwing> ongo, check the blockchain configuration in the BLOCKCHAIN section of ~/.joinmarket/joinmarket.cfg 07:28 < waxwing> also there is a rpc_cookie_file, i guess you set that? 07:28 < waxwing> dave_uy, can you explain the question behind the question? 07:29 < waxwing> if you are running off master or a recent PR (like 656) then you need to re run the installation script if you previously had 0.6.3.1 07:29 < ongo> Wa 07:29 < ongo> waxwing: yes, I set that to home/name/.bitcoin/.cookie 07:30 < waxwing> dave_uy, this will be explained in the release notes for 0.7.0, it is a very rare event, but unfortunately since a few weeks ago there is a change to the backend for bitcoin code so secp needs to be compiled if it isn't already on your system 07:30 < ongo> I have one wallet for eps- electrumpersonalserver, so I just add one more e.g. joinmarket? 07:30 < dave_uy> My docker build started to needed secp256k1 to run scripts on master. I don't think I needed it before. 07:30 < dave_uy> I see. Thanks! Has it been added to the requirements.txt? 07:31 < waxwing> what exactly do you mean by 'need secp256k1'? the installation now builds libsecp256k1 if it is not on the system (or it should try to, anyway) 07:31 < waxwing> it's not a python dependency; the python dependency that uses it is python-bitcointx 07:31 < waxwing> it should be there yes 07:31 < dave_uy> I needed to ` && pip3 install 'matplotlib>=3.3.1' 'secp256k1>=0.13.2'` 07:32 < dave_uy> I needed to `pip3 install 'secp256k1>=0.13.2'` 07:32 < waxwing> you shouldn't need to do the latter, it should build it 07:32 < waxwing> i'm not 100% sure what that is, it's not secp256k1-py? we stopped using that a long time ago. i guess it's just the libsecp *.so library packaged or something? 07:33 < waxwing> our installation now builds it and puts it in a local area specifically for joinmarket 07:33 < waxwing> requirements just links to jmbitcoin which itself requires python-bitcointx 07:34 < dave_uy> OK. I'll try again without explicitly install secp256k1 with pip 07:35 < waxwing> ongo, add one more, yes. for RPC i only know how to try debugging it by sanity checking that bitcoin-cli calls can work in my environment and then just carefully checking the settings in joinmarket.cfg 07:35 < waxwing> dave_uy, i suspect that whatever that secp256k1 is it's old, 0.13.2 is a very old bitcoin version 07:35 < ongo> I can issue commands to bitcoin-cli, I'll try adding one more wallet declaration in bitcoin.conf (do I need to restart it?) 07:36 < ongo> And I do generatewallet examplewalletname 07:36 < waxwing> yes you need to add the wallet in bitcoin.conf, and restart, i presume it is needed, yes 07:36 < waxwing> wait, 'generatewallet'? where? 07:36 < waxwing> oh is that an alternative to restarting maybe? 07:36 < waxwing> i've never heard of it 07:37 < waxwing> i think you just do `wallet=walletname` in bitcoin.conf 07:39 < waxwing> kristapsk, ping, do you remember what the problem people had with building libffi was? the above dpaste has "Libffi was not built. Exiting." 07:39 < ongo> woops wallettool generate walletname I meant 07:39 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 07:39 < waxwing> you should also mention your OS ongo , wrt to that installation error 07:40 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 07:40 < waxwing> yes you can make as many joinmarket wallets with that as you like, they will use the bitcoind wallet you created to store addresses watch-only to look up their balances/utxos 07:40 < ongo> I managed to install it actually, I restarted the installation :shrug: 07:40 < ongo> I'm on Ubuntu 20 07:40 < ongo> 5.4.0-37-generic 07:40 < waxwing> interesting ... just restart, nothing else? that's weird 07:40 < ongo> :shrug: 07:41 < ongo> waxwing: https://dpaste.com/9VZAXPFJ5 my bitcoin.conf 07:42 < ongo> https://dpaste.com/4BJTLZZGP BLOCKCHAIN from joinmarket.cfg 07:43 < ongo> the only other thing I changed was uncommenting the tor parts 07:43 < waxwing> ongo, ah 07:43 < waxwing> the rpc_wallet_file is for the name of the wallet, so 'joinmarket' 07:44 < ongo> oh I thought it was the bitcoin .cookie 07:44 < waxwing> you need to use rpc_cookie_file i believe, for the cookie 07:44 < waxwing> let me check 07:44 < ongo> so I guess I also need to generate a wallet with bitcoin-core itself? Or do I let joinmarket generate it? Confused on that part 07:45 < waxwing> the usage of rpc_cookie_file is explained here: https://github.com/Joinmarket-Org/joinmarket-clientserver/blob/master/docs/USAGE.md#configuring-for-bitcoin-core 07:45 < waxwing> have you been following that? 07:46 < waxwing> re: the two wallets, i said above: 07:46 < waxwing> yes you can make as many joinmarket wallets with that as you like, they will use the bitcoind wallet you created to store addresses watch-only to look up their balances/utxos 07:47 < ongo> okay cool, that seemed to work 07:48 < ongo> the script ran successfully, I input the name as: Input wallet file name (default: wallet.jmdat): joinmarket.jmdat 07:48 < ongo> it seemed it worked without the rpc_wallet_file declaration tho 07:49 < waxwing> then it will use the bitcoind default wallet (wallet.dat) 07:49 < ongo> o 07:49 < ongo> I entered it now, I guess I need to run the script again to generate the wallet? Or is it fine? 07:50 < waxwing> are you following the usage guide i linked? 07:51 < waxwing> ok well, yeah run it again 07:51 < ongo> yes I am, it's just a tad confusing 07:51 < waxwing> if you want specifically to have it in a joinmarket-specific bitcoind wallet. 07:51 < waxwing> it seems you are confused because you didn't understand the relationship between the joinmarket wallet and the bitcoin wallet. 07:52 < ongo> yes 07:52 < waxwing> so i'll explain again in more detail: bitcoind's wallet can be used to store watch-only addresses or scriptpubkeys. that allows someone to check the balance of a set of addresses without private keys. 07:52 < waxwing> that's the feature that joinmarket uses. your joinmarket wallet actually holds private keys for a specific BIP39 seed. 07:53 < waxwing> but it needs to a bunch of RPC calls: first to add its starting set of addresses to that watch-only wallet, so they can be monitored. 07:53 < waxwing> and then as it is running, it uses rpc calls to send transactions and also to monitor for changes if e.g. a deposit comes in. 07:54 < waxwing> so you just have one bitcoind wallet for this watch-only purpose to keep things tidy so they don't conflict with other uses of bitcoind (recommended) 07:54 < ongo> ah I see, thanks for the explanation! 07:54 < waxwing> oh i forgot a relatively important detail of the mechanism: labels 07:55 < ongo> I tried regenerating and it says already exists, so I guess it's fine now 07:55 < waxwing> the reason it's fine to have multiple joinmarket wallets in the same bitcoind wallet is that they have a label that's derived from their seed. 07:55 < waxwing> the 'already exists' would be because the filename is the same. 07:55 < waxwing> the joinmarket wallet is stored in ~/.joinmarket/wallets/***.jmdat 07:55 < waxwing> if you used the same name then it won't let you overwrite 07:57 < ongo> ok cool! 08:02 < ongo> strange: jmclient.jsonrpc.JsonRpcError: {'code': -18, 'message': 'Requested wallet does not exist or is not loaded'} 08:02 < ongo> I ran python wallet-tool.py joinmarket.jmdat 08:03 < ongo> I verified that both joinmarket and joinmarket.jmdat exist (bitcoin-core wallet and joinmarket wallet respectively) 08:03 -!- Davterra [~Davterra@89.45.90.48] has quit [Quit: Leaving] 08:04 -!- Davterra [~Davterra@89.45.90.48] has joined #joinmarket 08:05 < waxwing> ongo, did you restart bitcoind after adding that line to bitcoin.conf? 08:05 < ongo> yes 08:06 < waxwing> and `rpc_wallet_file=joinmarket` ? 08:07 < ongo> aye, (/home/user/.bitcoin/joinmarket/wallet.dat) 08:09 < ongo> or does it actually just need to be the name like you just wrote waxwing? 08:11 < ongo> ah yeah that worked :) 08:19 < dave_uy> Running yeild-generator-basic.py I get ImportError: secp256k1 library not found 08:19 < dave_uy> That's why I thought I needed to pip install secp256k1 08:20 < waxwing> dave_uy, yes, so what did you do? did you run install.sh? 08:21 < waxwing> what OS is it running on? 08:21 < waxwing> did you see any errors in the installation script? 08:22 -!- schmidty [sid297174@gateway/web/irccloud.com/x-dtjouqpqkotilgsw] has quit [Ping timeout: 272 seconds] 08:23 -!- schmidty [sid297174@gateway/web/irccloud.com/x-vndlzyxlrfxusond] has joined #joinmarket 08:26 < dave_uy> waxwing: I didn't. Let me take a look at install.sh again. 08:34 < ongo> what kind of approximate profits could one expect from running yield generator with ~0.2btc? If it's possible to approximate 08:55 < dave_uy> waxwing: Awhile ago, I think I manually installed dependencies because I didn't want jmvenv in my docker configuration. Now I'm paying the price because I need to replicate the build process of the install.sh script. I didn't realize libsecp256k1, libffi and libsodum are all managed by install.sh. 09:00 < dave_uy> I think I'm just going to source the install.sh script and use the _install functions to get the dependencies built as expected. 09:01 < waxwing> yes previously it was only libffi and libsodium now it's libsecp as well 09:02 < dave_uy> I used the libffi and libsodium packaged by debian. I wonder if that was causing any issues. 09:02 < waxwing> if you want to avoid it then yeah either install libsecp to your system as a whole, it should be picked up, or else install it to jmvenv/lib 09:03 < waxwing> see: https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/jmbitcoin/jmbitcoin/__init__.py#L12 09:03 < waxwing> sys.prefix gets set to the root of the virtualenv when you are using one 09:04 < waxwing> so if libsecp256k1.so is found there, joinmarket uses that (i.e. it's preferred), but if it's not found it's assumed that it is installed system wide, and then python-bitcointx will use the system installation 09:05 < waxwing> re: debian, not sure; very unlikely that a different libsodium version will ever matter, even if it's pretty old 09:06 < waxwing> libffi i'm not so sure. i don't really understand why aren't using the install script though, this is what it's there for. 09:19 < dave_uy> Because it is more complicated to get scripts to run through jmvenv and Docker. It would be easier if I didn't have to deal with jmvenv for my Docker setup. 10:10 < waxwing> i see, interesting. virtualenv tends to be considered de rigeur in python to avoid dependency confusions, but for sure i see it doesnt help with a container. but it's also hard to see what it would hurt? 10:30 < dave_uy> waxwing: It makes the entrypoint script more complicated and adds to the package size. I'll probably give the install.sh script a try again, but I have to fix the entrypoint I have. 10:47 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has joined #joinmarket 10:54 < dave_uy> I'm getting this error from ob-watcher.py after the PR "sqlite3.ProgrammingError: Incorrect number of bindings supplied. The current statement uses 2, and there are 4 supplied." 11:02 < dave_uy> I have 4 sw0reloffer orders online now using the PR 656. 11:38 -!- rdymac [uid31665@gateway/web/irccloud.com/x-pfwzbqhilbnnnzrl] has quit [Quit: Connection closed for inactivity] 12:09 -!- peevsie [~peevsie@86.106.143.153] has joined #joinmarket 13:05 < waxwing> dave_uy, well this is weird; it worked for me. i got 3 orders by 3 counterparties 13:05 < waxwing> where 'it' is python ob-watcher.py 13:05 < waxwing> oh hang on did i forget to switch to the PR lol 13:09 -!- peevsie_ [~peevsie@cpe-24-193-76-156.nyc.res.rr.com] has joined #joinmarket 13:09 < waxwing> OK reproduced. i'll take a look. 13:12 -!- peevsie [~peevsie@86.106.143.153] has quit [Ping timeout: 260 seconds] 13:17 < waxwing> ok it makes sense; it was querying ordertype in one of 'swabsoffer' or 'swreloffer' as 2 items, now there is 'sw0..' etc. 13:23 < waxwing> dave_uy, https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/656#issuecomment-674573340 13:24 < waxwing> btw there are a few non-nativesegwit bots which is causing the crash. 13:24 < waxwing> i'll let others take it forward from here. 13:25 < waxwing> the obwatcher works for me with that fix, on the bech32 testnet pit 13:26 < waxwing> ( a tip for those who don't know or forgot, you can set `no-blockchain` as the `blockchain_source` in `joinmarket.cfg` on your own machine to run the ob-watcher without a Bitcoin Core connection running. 13:26 < waxwing> (in this case you also need to set `network` to `testnet` so that it picks up the right IRC channels) 13:36 -!- peevsie_ [~peevsie@cpe-24-193-76-156.nyc.res.rr.com] has quit [Ping timeout: 240 seconds] 13:41 -!- peevsie [~peevsie@cpe-24-193-76-156.nyc.res.rr.com] has joined #joinmarket 14:28 < ongo> so I got my wallet set up, now to tumble my coins I guess I would have to fund it? Then run the tumbler script? 14:29 < ongo> afaik coinjoins can be easily spotted right, also afaik legally it should be in the green right? 14:33 -!- asymptotically [~asymptoti@gateway/tor-sasl/asymptotically] has quit [Quit: Leaving] 14:46 -!- muspah [~mus@50-96.dsl.iskon.hr] has quit [Ping timeout: 240 seconds] 15:01 -!- muspah [~mus@141-136-173-206.dsl.iskon.hr] has joined #joinmarket 15:15 < ongo> and how high would my fees be if I set tx_fees = 3 and max_cj_fee_rel = 0.001? (~0.2btc) 15:18 < ongo> and let's say I have ~5 transactions in my electrum wallet from the same exchange, how should I separate them? The docs say 3 is adviseable, but would it matter as they are from the same source? 15:20 < dave_uy> I'm taking a looking at install.sh now. I would like to allow it to install without venv or sudo. So far so good, but I noticed a few things. One is `pip` is used as a command but for debian buster, I think pip3 should really be used. 15:26 < qubenix> ongo: for tx fees, you can check what bitcoind is saying for fees by doing `bitcoin-cli estimatesmartfee 3`. there's no way to know what fees you'll be paying because many variables are random. like the number of makers you will have in each tx, and how many tx, and what those makers fees are. 15:28 < ongo> qubenix: "feerate": 0.00044036 this is in btc I assume for one transactino? 15:29 < ongo> the fees also don't seem to vary that much 15:29 < ongo> e.g. 3 and 5 are identical 15:31 < qubenix> feerate/1000 gives you sats per byte. go to something like 40 to see a big difference. 15:32 < qubenix> the feerate is up and down, so low fees will get you in but high fees are throwing off the algo. 15:32 < ongo> qubenix: 4.4036e-7 sats/byte, doesn't make sense 15:33 < qubenix> 44 sats its saying. math is not my strong suit. 15:34 < ongo> so avg transaction is ~223 bytes, meaning 0.00009820028 btc 15:36 < qubenix> you know this site: https://jochen-hoenicke.de/queue/#0,24h ? it's helpful for determining fees. 15:36 < ongo> how would I go from here to estimate the cost? What are the average # of transactions I can expect and with 0.001 maker fees it shouldn't be too bad 15:36 < ongo> actually didn't, thanks qubenix 15:36 < dave_uy> In response to my comment about pip, the virtual environment is probably setting pip to version 3. 15:37 < ongo> okay nice fees seem quite low now 15:38 < ongo> qubenix: how would I use this to determine approx joinmarket fees tho 15:39 < ongo> besides looking at relative measurements 15:40 < qubenix> for tumbler you can use bitcoind algo, which is probably the safest in case a lot of txs come in. just set a high number, like 30. 15:41 -!- Davterra [~Davterra@89.45.90.48] has quit [Ping timeout: 240 seconds] 15:41 < qubenix> for a single tx, just manually set the fee. 15:42 < ongo> is there some command for this bitcoind algo recommendation? Wasn't aware of this 15:43 < qubenix> if you use a number below 144, it is in blocks based off of estimatesmartfee. higher that 144 is sats per kilobyte. 15:43 -!- HackRelay [~jmrelayha@p5de4a255.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 15:43 -!- DSRelBot [~DSRelBot@p5de4a255.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 15:48 < ongo> so say 250 bytes transaction, smartfee estimate of 30, let's say 5 transactions in total since 5 makers, that would be (0.00001433/1000)*250*5=0.0000179125btc=0.18eur? Are my calculations right? (this is not taking into account the maker fee) 15:56 -!- DSRelBot [~DSRelBot@p54866f55.dip0.t-ipconnect.de] has joined #joinmarket 15:58 -!- HackRelay [~jmrelayha@p54866f55.dip0.t-ipconnect.de] has joined #joinmarket 16:11 -!- azizLIGHT [~azizLIGHT@unaffiliated/azizlight] has quit [Ping timeout: 240 seconds] 16:17 -!- azizLIGHT [~azizLIGHT@unaffiliated/azizlight] has joined #joinmarket 16:18 -!- rdymac [uid31665@gateway/web/irccloud.com/x-vgasylwdiyotrfuo] has joined #joinmarket 16:26 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 16:27 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 16:27 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has quit [Read error: Connection reset by peer] 16:27 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has joined #joinmarket 16:36 -!- peevsie [~peevsie@cpe-24-193-76-156.nyc.res.rr.com] has quit [Ping timeout: 246 seconds] 17:08 < qubenix> ongo: seems right 17:22 -!- mr_burdell_ [~mr_burdel@bounce.cryptolabs.net] has quit [Ping timeout: 260 seconds] 17:41 -!- HackRelay [~jmrelayha@p54866f55.dip0.t-ipconnect.de] has quit [Ping timeout: 256 seconds] 17:42 -!- DSRelBot [~DSRelBot@p54866f55.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 17:48 -!- peevsie [~peevsie@cpe-24-193-76-156.nyc.res.rr.com] has joined #joinmarket 17:54 -!- DSRelBot [~DSRelBot@p54866f2b.dip0.t-ipconnect.de] has joined #joinmarket 17:57 -!- HackRelay [~jmrelayha@p54866f2b.dip0.t-ipconnect.de] has joined #joinmarket 18:04 < dave_uy> waxwing: I created a branch which changes the `install.sh` so I could create a minimal Docker image. Is this something which could get merged? I tried to make it so it didn't effect the current behavior. https://github.com/JoinMarket-Org/joinmarket-clientserver/compare/master...dmp1ce:miminal-docker-support?expand=1 19:06 -!- muspah1 [~mus@141-136-181-222.dsl.iskon.hr] has joined #joinmarket 19:07 -!- muspah [~mus@141-136-173-206.dsl.iskon.hr] has quit [Ping timeout: 265 seconds] 19:51 -!- Davterra [~Davterra@69.4.234.77] has joined #joinmarket 20:51 -!- asoltys [~root@s207-81-214-2.bc.hsia.telus.net] has quit [Remote host closed the connection] 20:54 -!- peevsie [~peevsie@cpe-24-193-76-156.nyc.res.rr.com] has quit [Quit: leaving] 21:41 -!- azizLIGHT [~azizLIGHT@unaffiliated/azizlight] has quit [Ping timeout: 246 seconds] 22:42 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 272 seconds] 22:44 -!- rdymac [uid31665@gateway/web/irccloud.com/x-vgasylwdiyotrfuo] has quit [Quit: Connection closed for inactivity] 22:50 -!- azizLIGHT [~azizLIGHT@unaffiliated/azizlight] has joined #joinmarket 23:37 -!- jonatack [~jon@213.152.162.170] has joined #joinmarket 23:55 -!- Livestradamus [~quassel@unaffiliated/livestradamus] has quit [Ping timeout: 264 seconds] --- Log closed Mon Aug 17 00:00:51 2020