--- Day changed Sat Jan 06 2018 04:00 -!- effibriest [uid250458@gateway/web/irccloud.com/x-msrezfgzpthhsxcm] has quit [Quit: Connection closed for inactivity] 04:08 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #joinmarket 06:07 -!- belcher [~user@unaffiliated/belcher] has quit [Ping timeout: 260 seconds] 06:08 -!- belcher [~user@unaffiliated/belcher] has joined #joinmarket 06:10 -!- zxccxz [5db798de@gateway/web/freenode/ip.93.183.152.222] has quit [Quit: Page closed] 06:20 -!- belcher [~user@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 06:33 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Read error: Connection reset by peer] 06:35 -!- belcher [~user@unaffiliated/belcher] has joined #joinmarket 06:36 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #joinmarket 07:16 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #joinmarket 07:47 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 272 seconds] 07:48 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 10:14 < quitobro> waxwing: so i resynced my node, but the wallet still seems to be out of sync… it stops as of 1/1 activity which is a week ago almost now. in the interim there’ve been transactions in that wallet… 10:14 < quitobro> very strange 10:15 < quitobro> arubi: is there any way to ‘force’ a wallet to catch up? 10:16 < waxwing> do you run the wallet in more than one place? 10:16 < quitobro> yes. i’m in the process of switching where i host/store the wallet 10:16 < waxwing> i'm wondering if maybe the index_cache was pointing to certain indices but actually some address slightly past that were used 10:16 < quitobro> from vps to laptop i control 10:16 < waxwing> that would kind of explain that behaviour 10:17 < quitobro> i’ve been keeping my makerbot tumbling on the vps 10:17 < waxwing> because the idea of the index cache is it's supposed to be telling the wallet "you don't have to import more than this index, plus gap limit". something along those lines. 10:17 < quitobro> in the interim while the laptop’s node syncs 10:17 < quitobro> oh hm 10:18 < waxwing> yes if you run the wallet somewhere else while it's syncing it's entirely possible for it to fail to sync totally, although it depends a little bit. 10:18 < waxwing> you see where the trouble comes from right? the process of syncing on a node which never knew about this wallet, is it somehow has to figure out all the addresses that have been used, and import them; and only after they're imported is it going to be able to find the history of those addresses, and only after rescanning. 10:19 < quitobro> oh and if i continue using it elsewhere 10:19 < quitobro> it generates/uses additional addresses 10:19 < waxwing> you see how vastly different it is otherwise: during normal operation, an address is imported before its *first* use, meaning rescan is never needed at all. 10:19 < quitobro> which it won’t know about? 10:19 < quitobro> yea… is there a way to dump used addresses from one client/place and import them to the other? 10:20 < waxwing> check the index_cache on both; on the most recently active one it should be correct 10:20 < waxwing> the index_cache tells the index value on each branch of the bip32 hierarchy where you've got up to 10:21 < waxwing> obviously a big part of JM (and other wallets') rule is not to reuse addresses, so newly required addresses are always like "current index + 1", i.e. it only goes forward 10:22 < quitobro> waxwing: where is index_cachce configured? 10:22 < quitobro> or logged… 10:22 < waxwing> in the wallet.json (or other name) file 10:23 < waxwing> obv it's not supposed to be changed but you can do that; more broadly, you really don't want to be running the same wallet in multiple different instances, you'll end up in confusing scenarios like this 10:23 < quitobro> so i should grab its value from the most recently used wallet, and configure that in the “reimported” wallet that i’m trying to sync? 10:23 < quitobro> yea i’m done with running them both! 10:23 < waxwing> you could just copy the most up to date one into the location you actually want 10:23 < quitobro> waxwing: copy the wallet.json file you mean 10:23 < waxwing> i mean you could just copy the file; double check that they're the same 10:23 < waxwing> yeah 10:23 < quitobro> ok cool 10:23 < waxwing> the same apart from index_cache. well actually first look if the cache values are different at all. 10:25 < quitobro> waxwing: they are different 10:25 < quitobro> the “importing to laptop” (the new version of the old wallet) has no index_cache 10:27 < waxwing> yeah i forget where it first gets persisted, for yg it'll be on first tx. yes i forgot this part and it makes your scenario much more likely. 10:28 < waxwing> because any gap greater than gap limit, and the sync-from-scratch just gives up. 10:28 < quitobro> waxwing: so i could lower the gap limit? or just use the “more recent” version of the wallet.json file? 10:28 < waxwing> that's the idea of a gap limit, generally. 10:28 < waxwing> no a gap limit says "i will stop searching forward on this branch after I find N addresses which have not been used" 10:29 < quitobro> ooh 10:29 < waxwing> most wallets that's a fine heuristic, but JM is unique: since we make transaction proposals, we cannot reuse addresses for different transaction proposals for privacy reasons. 10:29 < quitobro> right 10:29 < waxwing> hence since not all transaction proposals result in actual transactions on chain, it is actually very common to have somewhat large gaps. 10:29 < quitobro> gotcha; i will raise the gap limit 10:29 < quitobro> and try to improt using the “newest” or latest wallet.json 10:29 < waxwing> in fact during the 2016 snooping attack people were getting ridiculously large gaps. 10:30 < waxwing> yes you can raise it, but far better is to grab the up to date cache index. 10:30 < quitobro> ok i have that from the wallet.json.bak 10:30 < quitobro> .bak is the more recently used wallet file 10:30 < waxwing> you should have done this at the start; when you synced the wallet on the new node, you should have used the actual wallet.json file, not just "recover", which is the worst case. 10:30 < quitobro> confusingly :) 10:30 < quitobro> ah 10:30 < quitobro> fml 10:30 < waxwing> with the wallet.json file you have the index_cache which is a memory of how far to go on each branch. 10:30 < quitobro> so ur telling me i’m gonna have to reindex?! 10:31 < waxwing> i can't remember our earlier discussion but i remember talking about how "recover on new instance is worst case", i should have made it clear that "reload with wallet.json on new instance" is still a pain, but not so much. should require exactly 1 rescan. 10:31 < waxwing> without a wallet.json file, *if* the wallet is very large and has lots of gaps, it's very hard to make sure you only have to rescan once. 10:32 < waxwing> if it's a small wallet with a few transactions, then 1 is still enough. from this i think you can piece together how it works. 10:32 < quitobro> gracias amigo 10:33 < waxwing> from everything you've said i'd guess you need to run rescan once more. or reindex if pruned (if i recalled that right). 10:36 < quitobro> waxwing: correct. nbd. i’m in this for learning/getting my hands dirty primarily anyway :) 10:37 < quitobro> do you think 20 is a reasonable/practical gap limit? 10:40 < waxwing> i think today it probably is. but otoh if you have the index_cache it will definitely search up to there anyway, so it's likely to be a moot point. 10:40 < quitobro> alrighty. before i reindex, any last words? :p 10:41 < quitobro> 3rd time should be a charm, finally 10:41 < waxwing> with the index_cache values, it will search up to there + gap limit, it's highly likely that it will find all the txs. 10:41 < quitobro> i killed my vps instance 10:41 < quitobro> the transaciton history the wallet is reporting when i run `history` is throwing an exception: ValueError: f(a) and f(b) must have different signs 10:41 < waxwing> yeah better to do that agreed. 10:41 < waxwing> quitobro, you'd have to ask belcher about "history" stuff. i think i've heard that one before though. 10:42 < waxwing> don't think it matters or is a problem. 10:42 < quitobro> ah it’s an interest rate thing anyway 10:42 < quitobro> post-iterating over tx history 10:42 < quitobro> and since i’m missing a bunch of history 10:43 < quitobro> i think i need to reindex 10:45 < belcher_> yeah i was about to say that, maybe missing txes 10:47 < waxwing> right if missing txs causes that error, it's definitely that, because quitobro def has missing txs (and we pretty much know why) 10:50 < quitobro> thanks guys 10:52 < waxwing> i wonder if there were a rpc call like "rescan addresslist=addr1, addr2, ..." perhaps it might be possible to recover history for those addresses which didn't require such a large amount of time/cpu. i've no idea myself. 10:52 < waxwing> guess you have to look at every transaction since you don't know where they are ... so no. 10:52 < waxwing> probably 10:52 < waxwing> oh, maybe you could just limit it with a from date and a to date. 10:53 < arubi> I think importmulti is perfect for this 10:53 < waxwing> or also, if you actually knew what the relevant transactions were, maybe you could somehow manually specify them. 10:53 < waxwing> that might be like super-fast. maybe. 10:54 < arubi> I'm wondering if forcibly sendrawtransaction those will teach the wallet about the txos 10:54 < waxwing> huh, interesting yeah. and you could grab them from block explorers or whatnot (or another Core node you have) 10:56 < arubi> if sendraw doesn't do it, maybe the joinmarket wallet could track address birthdates. you can feed that to importmulti so it only rescans from that point on 10:57 < waxwing> oh so that "rescan from date" idea actually already exists? 10:57 < arubi> yep 10:57 -!- quitobro [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has quit [Quit: quitobro] 10:57 < waxwing> oh, i see, when was that added? 10:57 < arubi> I don't know exactly. I just saw "importmulti" at some point 10:58 < arubi> I use modified old versions for most of the "exploring" so I tend to miss new stuff like that :) 10:58 < waxwing> huh it's right there. we should have been using this ... https://bitcoin.org/en/developer-reference#importmulti 10:58 -!- quitobro [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has joined #joinmarket 10:58 < waxwing> oh added in 0.14.0 so not *that* new really 10:59 < arubi> wow, right 11:00 < waxwing> the thing is, i'm not sure where i'd use this, if i wanted to make a new Core node, i would find a way to copy across my blockchain data, even if its annoying it's worth it to avoid Bitcoin initial sync 11:00 < waxwing> and then you don't have a rescan problem. 11:01 < waxwing> i also don't like at all the idea of running real Bitcoin on a VPS, but .. i can certainly see how it happens. 11:01 < arubi> importmulti is useful if your archiving node missed a jm tx 11:03 -!- quitobro [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has quit [Ping timeout: 260 seconds] 11:05 < belcher_> its so nice and convenient to have random access to any bitcoin address you wanted 11:05 < belcher_> then you just generate the addresses from seed and query their history 11:06 < belcher_> unfortunately such a database is big and so people will end up trusting centralized entities.. so we have to do this crappy -rescan thing :\ 11:06 < arubi> it's really not a big deal. ~30gb for electrumx and not really demanding if you're the only user 11:06 < belcher_> committed bloom filters could help, so you know which blocks to download to rescan your wallet 11:07 < belcher_> yeah i suppose, though my node laptop hard drive only has about ~12 months of space left, after that id have to prune so if there was an extra 30gb id prune sooner 11:08 < belcher_> and also going forward, scalability 11:08 < arubi> ah I see. I have a 500gb~ on mine. still some time to go 11:09 < arubi> I guess if you're running core on a vps, it should be no issue to also run electrumx on there too 11:09 < belcher_> LN uses a version of committed bloom filters, its very lightweight since they only need to check if a certain scriptpubkey exists 11:10 -!- quitobro [quitobro@gateway/vpn/privateinternetaccess/quitobro] has joined #joinmarket 11:10 < belcher_> committed bloom filters can get big too, i was thinking of having each bloom filter cover multiple blocks instead of one, like if each bloom filter = one day of blocks then you cut down the space required by x144 11:10 < belcher_> but then if you get a false positive you have to download 144mb instead of 1mb 11:11 < waxwing> interesting question, does the address index grow logarithmically in overall blocks database size? 11:11 < waxwing> i guess there's no simple relationship, just depends on usage patterns 11:11 < belcher_> depends on how much address reuse there is 11:12 < waxwing> maybe linear is more likely, with a small proportionality constnat 11:12 < waxwing> yeah that's def one factor 11:12 < belcher_> worst case is every block is just one big transaction that breaks one UTXO into many many outputs 11:12 < arubi> if you're removing "empty" addresses from the database as you go, then the consolidation is a lot more scary :) 11:13 < belcher_> come to think of it, the address index should grow with the same scaling as monero's utxo set 11:14 < belcher_> and we go around saying "monero has terrible scalability" 11:14 < arubi> hehe 11:14 < waxwing> muh talking points 11:15 < belcher_> :P 11:15 < waxwing> but it is all about pruning right 11:15 < waxwing> for example, is an address index that forgets all emptied addresses after X time useful? 11:16 < belcher_> could be 11:16 < waxwing> but yeah otoh the general comment "monero has unbounded growth in txo set" is ignoring that there may be sensible tradeoffs as workarounds on that, so I agree there. 11:16 < belcher_> taking that to the conclusion, what about an address index with only used address, i.e. the utxo set but you query addresses instead of utxos 11:16 < belcher_> then you could sync a wallet but not its history 11:17 < belcher_> with the monero point im more thinking that that means a bitcoin address index has terrible scalability too 11:18 < waxwing> sure i got where you were going with that, but i think it's not quite the same, the "pruning old stuff" thing seems, i think, much more problematic in monero. but tbh i'm completely over my head with that, never looked into it in any depth. 11:18 < waxwing> and "seems much more problematic" != "definitely can't be done", i'm just not sure but it does seem at least *somewhat* different 11:18 < belcher_> pruning old utxos is equivalent to demurrage i guess 11:19 < waxwing> since there is no ambiguity in the state of txos in bitcoin 11:20 < waxwing> anyhoo i kind of like your "address index with only used addresses" thing, why not? if you know it's actually accurate it's kinda nice :) 11:20 < belcher_> theres discussion on that idea here https://bitcointalk.org/index.php?topic=1169146.5 11:21 < belcher_> it makes sense for joinmarket since especially makers wont care too much about the history 11:22 < belcher_> but right now im thinking a better way is just everyone rescans for themselves, you dont have to do it that often and maybe committed bloom filters could help 11:22 < belcher_> i remember gmaxwell telling me something like "just import 100000 addresses from your xpub, they dont cost anything" 11:23 < belcher_> to avoid the problem of "whoops, didnt import enough, time to re-download and rescan... again" 11:23 < waxwing> yes i just saw that comment in the thread 11:24 < waxwing> he actually said a million :) 11:24 -!- quitobro [quitobro@gateway/vpn/privateinternetaccess/quitobro] has quit [Quit: quitobro] 11:24 < waxwing> i find it counterintuitive tho 11:24 < belcher_> oh wow it is in that thread.. for some reason my memory is he told me over irc 11:26 < waxwing> even with libsecp binding once you get into the 10s of thousands it starts to slow down. that's python eh. 11:27 < belcher_> its still fast compared to the -rescan step i guess 11:28 < waxwing> oh definitely yes 11:28 < waxwing> fair point 11:28 < arubi> having a huge keypool is very useful 11:28 < waxwing> but do see above about importmulti belcher_ 11:28 < waxwing> arubi, would keypool be relevant if we were just importing watch only? 11:28 < arubi> ah no sorry 11:28 < belcher_> where about importmulti? 11:29 < arubi> ctrl+f , it's there ^ 11:29 < arubi> also in bitcoin core so just help importmulti heh 11:29 < waxwing> starting roughly from where quitobro ducked out 11:30 < belcher_> oh yes 11:30 < belcher_> so you can keep track of many wallets yes 11:30 < arubi> basically if jm wallet tracks address birthdates, rescan can be easier 11:30 < belcher_> wallet creation dates would be good 11:30 < belcher_> maybe backups should be mnemonic phrases + creation date 11:31 < belcher_> or even creation date encoded inside the phrase 11:31 < waxwing> and let's not get into versioning :) but yeah importmulti, i had no idea, but it's been there since 0.14, we should have used it. 11:34 -!- quitobro [quitobro@gateway/vpn/privateinternetaccess/quitobro] has joined #joinmarket 11:34 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 11:41 -!- quitobro [quitobro@gateway/vpn/privateinternetaccess/quitobro] has quit [Quit: quitobro] 13:21 -!- quitobro [quitobro@gateway/vpn/privateinternetaccess/quitobro] has joined #joinmarket 13:31 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has quit [Remote host closed the connection] 15:29 -!- dansmith_btc [Elite20749@gateway/shell/elitebnc/x-gcdmwzzjinncuvja] has quit [Ping timeout: 255 seconds] 15:31 -!- Pilfers [Pillfersr@gateway/shell/elitebnc/x-hvkebgszxhggqifw] has quit [Read error: Connection reset by peer] 15:42 -!- Pilfers [Pillfersr@gateway/shell/elitebnc/x-hytfukezcjlrmywj] has joined #joinmarket 15:47 -!- dansmith_btc [Elite20749@gateway/shell/elitebnc/x-lfltdzndyspekcpp] has joined #joinmarket 15:48 -!- quitobro [quitobro@gateway/vpn/privateinternetaccess/quitobro] has quit [Quit: quitobro] 16:17 -!- kcud_dab [~arthur@2001:bc8:c087:1001::1] has quit [Ping timeout: 252 seconds] 16:22 -!- bad_duck [~arthur@2001:bc8:c087:1001::1] has joined #joinmarket 16:38 -!- imposter [uid57046@gateway/web/irccloud.com/x-yyrtfnqjglvkwqex] has joined #joinmarket 16:49 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has joined #joinmarket 20:19 -!- vaana [~thhitw@12.43.237.66] has joined #joinmarket 20:19 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 kveyms: Rix dx25_ luke-jr ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:19 < vaana> ▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 ytllwlyumg: iinaj lnostdal dcousens ▄▄▄▄▄▄▄▄▄▄ 20:19 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 kywkci: Xeha adlai Cory ▄▄▄▄▄▄▄▄▄▄ 20:19 < vaana> â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 jubkr: trotski2000 dcousens lnostdal â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â– 20:19 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 bbfrxwuve: dserrano6 alephzero M1 ▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:19 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 jovdoomym: Pilfers Pilate technonerd ▄▄▄▄▄▄▄▄▄▄▄ 20:19 < vaana> â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 xyedznh: q-biq nanotube M1 â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â– 20:19 < vaana> ▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 qwttmctts: Cory deafboy dserrano6 ▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 usptsb: Rix Anduck instagibbs ▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 jxsdkrnvkq: core dansmith_btc Pilate ▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 gkfhtzaza: luke-jr nsh core ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 siifuruub: leochill1 iinaj mr_burdell ▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 fxqlhbm: instagibbs emzy dcousens ▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 ggnghfeoqx: phantomcircuit leochill1 windsok ▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 cbcvwozvxe: trotski2000 Rix pigeons ▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 vsbzm: waxwing falzoid[m] iinaj ▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 knxvrd: leochill1 instagibbs alephzero ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 ouomrp: arubi bad_duck dansmith_btc ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 eziyodfw: puddinpop nanotube lnostdal ▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 lvfeeqss: imposter dcousens Taek ▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 fuqlkoop: puddinpop dserrano6 viasil ▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 mwlbrx: arubi Giszmo trotski2000 ▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 szloeijni: dserrano6 Pilfers phantomcircuit ▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 msmjpdwc: dserrano6 wumpus midnightmagic ▄▄▄▄▄▄▄▄▄, 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 jghtdms: mr_burdell rotarydialer_ alephzero ▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 ofnjxm: iinaj Taek nanotube ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 rppvul: arubi falzoid[m] leochill1 ▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 vkwedegwl: Sentineo imposter Taek ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 uttbcer: falzoid[m] midnightmagic adlai ▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 sqrfmvm: phantomcircuit xcvvcx viasil ▄▄▄▄▄▄▄▄▄▄▄▄ 20:20 < vaana> â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 cqnsecrail: wumpus deafboy instagibbs â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â 20:20 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 hcoeex: core Pilfers Sentineo ▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 tssetfcarf: emzy windsok deafboy ▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 crhldxdz: midnightmagic dansmith_btc dx25_ ▄▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 bannjc: arubi fluffypony q-biq ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄, 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 bgiqjq: Rix M1 core ▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 bzuqdmsi: kanzure dserrano6 q-biq ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 leodthjj: imposter arubi Sentineo ▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 gqkyst: q-biq Guest52395 M1 â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â 20:21 < vaana> â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 xjhukpdxum: falzoid[m] imposter adlai â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 xdjsed: mr_burdell Lightsword dansmith_btc ▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 isgohp: deafboy fluffypony pigeons ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 jmvnpq: Guest52395 gijensen berndj ▄▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 tgewkpqgi: GAit Guest52395 phantomcircuit ▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 sxwlwxb: Rix Guest70563 falzoid[m] ▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 djzzprvxd: gijensen dcousens windsok â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â– 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 swoghnziox: Taek pigeons emzy ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 tjdgsys: Guest70563 Giszmo GAit ▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 hpkisrb: Xeha technonerd alephzero ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 vrphxyst: lnostdal luke-jr belcher ▄▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 ftqlhytkp: GAit Guest70563 bad_duck ▄▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 vhugcsvd: fluffypony GAit rotarydialer_ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 qycxizmg: Taek core Rix ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 eyzii: nkuttler core Giszmo ▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 jeoyrbeyna: Taek Rix Guest52395 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:21 < vaana> ▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 prctnvebt: puddinpop luke-jr trotski2000 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 vlutzmh: so Pilate nkuttler ▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 pltlr: Anduck falzoid[m] Cory ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 hpernzgvsj: Guest70563 Pilate xcvvcx ▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 twxezccjh: trotski2000 alephzero leochill1 ▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 crheh: bad_duck pigeons phantomcircuit ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 axpykypum: gijensen Pilfers so ▄▄▄▄▄▄▄▄▄▄, 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 ozpnvtc: midnightmagic falzoid[m] Rix ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 siwxdb: Anduck waxwing GAit ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 zylde: Guest52395 iinaj q-biq ▄▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 vixav: dansmith_btc rotarydialer_ q-biq ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 zjlmnuut: GAit Guest52395 Guest70563 â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â– 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 ygclzg: phantomcircuit puddinpop midnightmagic ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 hqlarscqun: Guest52395 fluffypony Giszmo ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄, 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 mfmyyrv: Taek waxwing Cory ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 prrbyt: core Guest70563 bad_duck ▄▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 ekvymrwkk: q-biq dx25_ Cory ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 xuevixkj: trotski2000 puddinpop luke-jr ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 20:22 < vaana> â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„â–„ LRH IS LIVE NOW!! TODAYS EDITION SLIMER GETS FUCKED IN VEGAS!! https://www.youtube.com/user/l0de/live CALL 315-505-4666 ohdegpfdk: trotski2000 midnightmagic dserrano6 â–„â–„â–„â–„â–„â–„â–„â–„â– 20:22 -!- vaana [~thhitw@12.43.237.66] has quit [K-Lined] 20:30 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 20:31 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 22:48 -!- imposter [uid57046@gateway/web/irccloud.com/x-yyrtfnqjglvkwqex] has quit [Quit: Connection closed for inactivity]