1 2017-10-26 02:16:17 <jb55> arubi: making progress! https://jb55.com/s/4eb667bf47ce84aa.txt
 2 2017-10-26 02:17:21 <jb55> about half way done the evaluator. tricky bits are the weird scriptnum logic
 3 2017-10-26 02:17:37 <jb55> well at least the tricky stuff I ran into so far
 4 2017-10-26 02:21:59 <esotericnonsense> jb55: this is very cool
 5 2017-10-26 02:22:57 <jb55> https://github.com/jb55/btcs thanks :D
 6 2017-10-26 02:23:21 <esotericnonsense> saw the original link above. a decompiler in particular might be useful for me to jam into my TUI.
 7 2017-10-26 02:23:39 <esotericnonsense> i started writing one but gave up :P
 8 2017-10-26 02:23:41 <jb55> tui?
 9 2017-10-26 02:23:49 <esotericnonsense> https://github.com/esotericnonsense/bitcoind-ncurses2
10 2017-10-26 02:24:14 <jb55> whoa that's awesome
11 2017-10-26 02:25:32 <esotericnonsense> thank you :)
12 2017-10-26 06:10:43 <arubi> jb55, awesome stuff :)
13 2017-10-26 13:11:01 <rafalcpp> hello, in Gitian, do we build (crossbuild) libQT and so on, or does Gitian build process download pre-packaged QT library for windows release and uses that in our mingw crosscompiler
14 2017-10-26 17:52:12 <jb55> blocks to difficulty adjust is '2016 - (height % 2016)' right? just making sure.
15 2017-10-26 17:52:35 <jb55> I think that makes sense since '2016 - (2015 % 2016) = 1'
16 2017-10-26 18:17:23 <arubi> yep