1 2017-08-19 01:14:32 <esotericnonsense> adiabat: 11G used so far and I'm about 10 months behind, almost there :p
 2 2017-08-19 02:49:28 <Emcy> what does it mean when people have a stuck node and theres nothing in the logfile about any chain ops suceeded or failed, just messages about peer connections and stuff
 3 2017-08-19 03:07:47 <Emcy> https://ghostbin.com/paste/5nbrd like this guy
 4 2017-08-19 03:07:58 <Emcy> just sitting therewith some peer chatter
 5 2017-08-19 06:33:28 <achow101> adiabat: use invalidateblock and reconsider block to simulate reorgs
 6 2017-08-19 20:08:12 <adiabat> achow101: aha, thanks!
 7 2017-08-19 20:08:24 <adiabat> Had never heard of "reconsiderblock"
 8 2017-08-19 20:08:58 <adiabat> btw is there a list of the RPC calls?  Or do you just have to go through the c++ code to find all the calls...
 9 2017-08-19 20:24:51 <achow101> some are hidden, so you'll have to go through the code to find them
10 2017-08-19 20:25:03 <achow101> like invalidateblock and reconsiderblock. those are hidden