--- Day changed Mon Oct 15 2018 01:00 < belcher_> master is using labels 01:01 < belcher_> we should close 185 i guess, unless people want to test it more in the wild 01:09 -!- undeath [~undeath@hashcat/team/undeath] has joined #joinmarket 01:26 < waxwing> i'd close it, been tested pretty extensively now and given its nature (specific, isolated change) 01:28 < waxwing> btw if people are wondering about releases, i still really want to address the PRs that got opened over the summer. we discussed it quite a bit but it never got addressed fully. once that's done i think we should release, and then next should consider substantial change such as : python3, coincurve, possibly other things. as usual, difficult to get super-excited about any bigger plans without a better anti-sybil. 01:56 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 02:27 -!- beIcher [~user@unaffiliated/belcher] has joined #joinmarket 02:30 -!- belcher [~user@unaffiliated/belcher] has quit [Ping timeout: 268 seconds] 04:06 -!- reallll [~belcher@unaffiliated/belcher] has joined #joinmarket 04:09 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Ping timeout: 244 seconds] 05:08 -!- reallll is now known as belcher 05:24 -!- MaxSan [~user@185.9.19.107] has quit [Ping timeout: 272 seconds] 05:32 -!- beIcher [~user@unaffiliated/belcher] has quit [Ping timeout: 272 seconds] 05:34 -!- beIcher [~user@unaffiliated/belcher] has joined #joinmarket 07:53 -!- Giszmo [~leo@45.232.32.254] has quit [Ping timeout: 268 seconds] 08:10 -!- Giszmo [~leo@190.46.54.72] has joined #joinmarket 09:13 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 246 seconds] 09:35 -!- MaxSan [~user@185.9.19.107] has joined #joinmarket 13:04 -!- quitobro [d0b9b842@gateway/web/freenode/ip.208.185.184.66] has joined #joinmarket 13:04 < quitobro> hey guys 13:05 < quitobro> so i just re imported the blockchain but added pruning this time around when syncing my bitcoin core node 13:05 < quitobro> when i query JoinMarket for commands like `history` on my JM wallet(s) 13:05 < quitobro> it shows no history 13:05 < quitobro> since i have pruning enabled i cannot just `-rescan` 13:05 < quitobro> on the core node side 13:06 < quitobro> do i have ot `-reindex` and if so how do i prevent an infinite loop? seems like a reindex will wipe all data in chainstate and blocks, and won't be aware of what JM wallets to watch until after it has finished... 13:06 < quitobro> arubi: you're usually super helpful :) 13:06 < quitobro> any idea? 13:07 < belcher> quitobro so i think your problem is you want to rescan while in pruned mode? 13:07 < quitobro> yes 13:08 < quitobro> precisely 13:08 < MaxSan> I had a few ideas regarding techniques to improve mixing. 13:08 < MaxSan> I have to do a diagram il dump it here 13:08 < MaxSan> mainly to confirm it will or wont work 13:10 < belcher> quitobro i had to do that once, i wrote what i did here https://github.com/JoinMarket-Org/joinmarket/issues/431#issuecomment-190683145 13:10 < belcher> if that helps 13:12 < quitobro> belcher bless your heart :) what is the deal w/ `zapwallettxs`? 13:12 < belcher> i dont remember 13:12 < belcher> it was march 2016 13:12 < belcher> im guessing it deletes all the transactions from your wallet.dat ? 13:12 < quitobro> gotcha. which config `prune=0` or `connect=0.0.0.0` pauses sync btw of the node? 13:13 < belcher> connect= pauses 13:13 < quitobro> because it only connects to localhost which is not another node right? 13:13 < belcher> connect=ip means the node will only try to connect to that one ip address 13:13 < belcher> 0.0.0.0 is an ip address that never works 13:13 < belcher> prune=0 just means pruning is disabled 13:13 < quitobro> ok cool, so the idea is (1) move your data dir temporarily somewhere else; (2) disable pruning & disable connections; (3) run JM wallet commands to import addresses; (4) undo steps 1 and 2 13:14 < belcher> yes i think so 13:14 < belcher> (4) involves doing -reindex 13:15 < belcher> the step i wrote "let it sync normally" actually takes ages btw 13:15 < belcher> since its rescanning 13:16 < belcher> look in debug.log during all this, its useful 13:18 -!- undeath [~undeath@hashcat/team/undeath] has quit [Ping timeout: 276 seconds] 13:23 -!- undeath [~undeath@hashcat/team/undeath] has joined #joinmarket 13:23 < quitobro> belcher: thanks. somehow managed to reindex so i'm starting from beginning anyway lol, sigh 13:24 < quitobro> this time i will be sure to run wallet-tool from the outset 13:24 < belcher> let us know how it goes 13:24 < belcher> in fact post on that issue 13:24 < belcher> when everything is done i mean 13:25 < quitobro> ok sure thing. the principle here is that: you have to run `wallet-tool.py` during sync at some point PRIOR to the first block which includes a transaction affecting your JM wallets/addresses, right? 13:25 < belcher> tell us how it went, it will be useful for future people 13:25 < quitobro> in order to import the addresses up front 13:26 < quitobro> belcher: ? 13:26 < belcher> i think so 13:26 < quitobro> yea i am pretty sure that's the situation 13:26 < quitobro> otherwise you miss stuff and have to rescan, which works great for non-pruned nodes, but sucks if you prune because you can't rescan 13:39 < quitobro> belcher: thanks again for your help! ttys 13:39 -!- quitobro [d0b9b842@gateway/web/freenode/ip.208.185.184.66] has quit [Quit: Page closed] 13:52 < MaxSan> bah 13:53 < MaxSan> as basis of an interactive coinjoin, cant we integrate this directly into splicing with lightning 13:53 < MaxSan> So when you want to splice into lightning you mix coins you already have and the final output will provide funding offchain 13:53 < MaxSan> it should work the opposite way also 14:07 -!- stoner19 [stoner19@gateway/vpn/privateinternetaccess/stoner19] has quit [Remote host closed the connection] 14:08 -!- stoner19 [stoner19@gateway/vpn/privateinternetaccess/stoner19] has joined #joinmarket 14:46 -!- lnostdal [~lnostdal@77.70.119.51] has joined #joinmarket 14:54 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Quit: https://www.Quanto.ga/] 14:56 -!- lnostdal [~lnostdal@77.70.119.51] has joined #joinmarket 15:29 -!- undeath [~undeath@hashcat/team/undeath] has quit [Quit: WeeChat 2.2] 16:24 -!- MaxSan [~user@185.9.19.107] has quit [Remote host closed the connection] 20:00 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 256 seconds] 20:04 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket