1 2018-01-18 04:09:07 <jimpo> There's a new revision of the client-side filtering BIP (aka. the neutrino BIP). I'd appreciate any review/feedback people have. https://github.com/bitcoin/bips/pull/636
 2 2018-01-18 07:14:01 <greenbigfrog> I need to set up a core wallet on a other VPS then where I want to call the RPC from. Is it secure enough if I just use `rpcallowip=`?
 3 2018-01-18 07:15:29 <Sentineo> will you have wallet enabled?
 4 2018-01-18 07:15:38 <eck> why wouldn't you also use rpcauth?
 5 2018-01-18 07:17:02 <greenbigfrog> Sentineo: yes
 6 2018-01-18 07:17:35 <greenbigfrog> eck: somehow I missed the existence of rpcauth... thanks
 7 2018-01-18 07:18:10 <Sentineo> you will need rpcallowip anyways to allow external queries
 8 2018-01-18 07:19:17 <greenbigfrog> yep
 9 2018-01-18 08:39:59 <Krellan> Hi, I was noticing unusual ping/pong traffic and it came all from 52.250.107.58 running bitcoinj 0.14.5, anybody else notice?
10 2018-01-18 08:40:37 <Krellan> It had connected to my node (Bitcoin Core) multiple times, and just seemed to be spewing ping/pong repeatedly and wastefully, even more than IRC :)
11 2018-01-18 08:44:42 <Sentineo> Krellan: I did not see a connection from that IP, sorry
12 2018-01-18 08:45:25 <Krellan> Thanks - I wonder if any other nodes running bitcoinj 0.14.5 do that, or if this was just one bug
13 2018-01-18 08:50:33 <Sentineo> looked up bitcoinj nodes in the log, but did not see anything suspicious
14 2018-01-18 09:04:11 <kallewoof> Is there a point in using OP_CHECKMULTISIG when doing k-of-k? (i.e. all must sign) As opposed to just doing key1 OP_CHECKSIGVERIFY ... keyk OP_CHECKSIG.
15 2018-01-18 17:29:15 <arubi> kallewoof, saving up on bytes I guess
16 2018-01-18 22:16:05 <reardencode> hmm, I'm super new to bitcoin testnet -- seems like blocks aren't full, and yet I have several transactions that have been sitting unconfirmed for an hour, what gives?
17 2018-01-18 22:17:38 <reardencode> ah, I see, because I came in here and asked, they just got a confirmation :-P