--- Day changed Fri Nov 01 2019 01:49 < kcalvinalvin> Would it be better to just read straight from leveldb? 01:50 < kcalvinalvin> Everything in cmd/ just feels so... hacky... 06:13 -!- instagibbs [~instagibb@pool-71-178-191-230.washdc.fios.verizon.net] has quit [Quit: ZNC 1.6.6+deb1ubuntu0.2 - http://znc.in] 06:13 -!- instagibbs [~instagibb@pool-71-178-191-230.washdc.fios.verizon.net] has joined #utreexo 15:35 < adiabat> kcalvinalvin: *everything* ?? :) 15:36 < adiabat> reading from bitcoind's leveldb would be better; I just thought it might be complex and avoided it 15:36 < adiabat> but maybe the ways around that are more trouble 15:36 < adiabat> if the bitcoind has txindex on, then yeah we could do the whole thing in 1-pass which would be nice 15:37 < adiabat> (whole thing as in build the ttl txos file; building proofs would be another pass) 15:41 < adiabat> if bitcoind doesn't have txindex, there's not going to be much savings. I don't think there's anyting in the other leveldbs that would help