1 2017-09-12 10:04:02 <digitlimit> I'm playing around with bitcoind -regtest.. I noticed each time I confirm a transaction by running bitcoin-cli -regtest generate 1, core balance increases by 50BTC, can anyone explain why?
 2 2017-09-12 10:11:28 <GAit> digitlimit: because it is simulating mining a block and sending the balance to the node's wallet
 3 2017-09-12 10:11:52 <GAit> s/balance/reward
 4 2017-09-12 11:15:18 <nValue> hi all
 5 2017-09-12 11:25:23 <Pavle__> Hi, is there a list of bitcoin core dev who accept donations in BTC? I am a cartoonist and I am about to sell some of my stuff online, I want to donate the portion of my profit to bitcoin.org, core dev and open baazar. Who can help me with this?
 6 2017-09-12 12:09:24 <meshcollider> Pavle__: I guess you could search them up individually on bitcointalk.org, quite a few of them have donation addresses on their profiles there, don't think there's a list like that though
 7 2017-09-12 14:43:36 <Chris_Stewart_5> Who moderates the bitcoin dev mailing list?
 8 2017-09-12 14:44:55 <Pavle_> Is there a list of core developers who need help in btc donations? I would like to open an ecommerce webstore and donate portion of profit to developers. Does it make any sense to do this or should I donate to an organization instead? Thank you in advance.
 9 2017-09-12 14:45:42 <Sentineo> Pavle_: u disconnected, but got an answer, let me paste it to you in a private message
10 2017-09-12 15:18:19 <JWU42> what is the closest command to the old 'getinfo' ?
11 2017-09-12 15:18:34 <JWU42> I see in HEAD 'getinfo' is no longer supported
12 2017-09-12 15:53:58 <achow101> JWU42: use getblockchaininfo, getnetworkinfo, or getwalletinfo
13 2017-09-12 15:54:49 <achow101> once https://github.com/bitcoin/bitcoin/pull/10871 is merged, bitcoin-cli will have a -getinfo option which will return almost the same info as getinfo
14 2017-09-12 16:00:36 <JWU42> achow101: thanks - I figured that was best but didn't try all
15 2017-09-12 16:01:00 <JWU42> that being getblockchaininfo