1 2018-03-31 03:33:54	0|aj|anyway). https://bugs.debian.org/354622#20
 2 2018-03-31 03:33:54	0|aj|BlueMatt: aha, the original issue was the logo image wasn't under a free copyright license, so debian replaced it but kept the name; mozilla then decided it wanted proper branding, and it became "each patchset that deviates from what we ship should be run by whoever is doing licensing approvals". outdatedness wasn't the issue (and this was pre-chrome when web browsers didn't update that regularly
 3 2018-03-31 03:33:56	0|gribble|https://github.com/bitcoin/bitcoin/issues/20 | JSON-RPC callback · Issue #20 · bitcoin/bitcoin · GitHub
 4 2018-03-31 03:44:24	0|satwo|Hello all. Is there a way to query the orphan pool in bitcoind? And does ZMQ fire a notification when an orphaned tx is received from a peer?
 5 2018-03-31 13:17:41	0|marcinja|’d be a project an intern could complete over the summer. Thanks
 6 2018-03-31 13:17:41	0|marcinja|Hi everyone. I’m an undergrad looking to contribute to Bitcoin Core as a summer project. One idea I had was to work on implementing a assume UTXO option for speeding up IBD, but I got some feedback suggesting it might require more work on design and documentation than on coding. I’m still thinking through some other ideas, but was wondering if anyone here had any ideas they could share. Ideally it
 7 2018-03-31 17:55:58	0|r251d|marcinja: there are plenty of things to work on listed at https://github.com/bitcoin/bitcoin/issues
 8 2018-03-31 19:37:15	0|j3bm3ch|Hi, I downloaded and verified the mainnet blockchain with bitcoind. Can I make use of that for btcd?
 9 2018-03-31 19:37:57	0|luke-jr|probably
10 2018-03-31 19:44:28	0|meshcollider|I don't think so, they use different formats for storage don't they?
11 2018-03-31 19:45:51	0|luke-jr|meshcollider: well, the downloaded bit at least should be useful if it supports a bootstrap
12 2018-03-31 19:46:21	0|j3bm3ch|I can't wait to get a mainnet lightning node running but the best tutorial I found is rather outdated already
13 2018-03-31 19:46:29	0|meshcollider|Yeah I don't think it does ATM though, it'd be a cool feature to add though
14 2018-03-31 19:46:54	0|j3bm3ch|so it appears for the current lnd I would have to use btcd and I just wonder whether I have to download it all again or could import something from the neighboring folder
15 2018-03-31 19:47:12	0|meshcollider|j3bm3ch: you know you can use bitcoind with lightning, you don't need to use btcd
16 2018-03-31 19:47:28	0|j3bm3ch|with mainnet? I made it run with eclair and testnet
17 2018-03-31 19:47:46	0|j3bm3ch|but I thought the only way to go mainnet ATM would be btcd and lnd
18 2018-03-31 19:49:47	0|meshcollider|j3bm3ch: you should move this discussion to #lnd but check out https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md#running-lnd-using-the-bitcoind-or-litecoind-backend
19 2018-03-31 19:50:25	0|j3bm3ch|ah thanks and sorry
20 2018-03-31 19:52:33	0|meshcollider|np :)
21 2018-03-31 19:59:22	0|j3bm3ch|I think I misinterpreted the line in that guide where it says you have to use the roasbeef fork of btcd at the moment