1 2017-08-23 01:59:55 <ginseng> isn't there a way to list all of the public addresses in a wallet without using dumpwallet? i thought listaddressgroupings did it but it gives empty array for me..
 2 2017-08-23 09:10:34 <wumpus> I don't think so
 3 2017-08-23 14:37:50 <huma> i'm running bitcoin core 0.14.2 trying to sync with 3 weeks behind. suddenly the number of blocks stopped counting and now says "unknown. syncing headers (481690)". last block time keeps incrementing though and there seem to be no errors in debug.log. is it just some block calculation mistake in the gui or should i be worried?
 4 2017-08-23 14:39:20 <sturles> It syncs headers and blocks asynchronously.
 5 2017-08-23 14:40:38 <sturles> The last block is 481739.  It means it has almost all the block headers, but is still downloading the full blocks.
 6 2017-08-23 14:44:54 <cncr04s> ban any bitcoin abc nodes
 7 2017-08-23 14:55:40 <huma> sturles: thank you
 8 2017-08-23 14:56:25 <huma> cncr04s: why? how is my bitcoin core affected?
 9 2017-08-23 16:04:36 <ossifrage> cncr04s, I noticed that sometimes 'bitcoin abc' nodes manage to stay connected to my node for a long time without getting banned
10 2017-08-23 16:06:46 <ossifrage> Ah, maybe they are ABC nodes that still haven't downloaded the full blockchain...
11 2017-08-23 22:00:36 <ap4lmtree> hi
12 2017-08-23 22:01:01 <ap4lmtree> how can i learn about bitcoin code and how it works, i study github's "bitcoin"   /
13 2017-08-23 22:01:20 <eck> read the bips as well
14 2017-08-23 22:01:29 <ap4lmtree> what is a bip?
15 2017-08-23 22:01:30 <eck> they're arguably more important
16 2017-08-23 22:01:44 <eck> ap4lmtree: https://github.com/bitcoin/bips
17 2017-08-23 22:01:46 <eck> like an RFC
18 2017-08-23 22:02:19 <eck> they contain a lot of the details about the protocol and consensus rules
19 2017-08-23 22:28:50 <ap4lmtree> do you guys recommend and ebooks on bitcoin programming
20 2017-08-23 22:29:31 <ap4lmtree> o reilly has a boomk called "mastering bitcoin" is that a good one
21 2017-08-23 22:29:43 <ap4lmtree> oh wait, i dont think that is coding
22 2017-08-23 22:30:14 <ap4lmtree> yeah, this one  https://www.amazon.com/Mastering-Bitcoin-Programming-Open-Blockchain/dp/1491954388/ref=sr_1_1?ie=UTF8&qid=1503527402&sr=8-1&keywords=programming+bitcoin
23 2017-08-23 22:31:31 <vernors83> I'd try to implement something instead of just staring at the code on github
24 2017-08-23 22:31:45 <vernors83> for instance a wallet
25 2017-08-23 22:34:23 <ap4lmtree> i think reading a book on bitcoin programming like that one, would be helpful start
26 2017-08-23 22:34:25 <ap4lmtree> ?
27 2017-08-23 22:34:32 <vernors83> sure