< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/20 | JSON-RPC callback · Issue #20 · bitcoin/bitcoin · GitHub
< 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?
< 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
< marcinja> ’d be a project an intern could complete over the summer. Thanks
< r251d> marcinja: there are plenty of things to work on listed at https://github.com/bitcoin/bitcoin/issues
< j3bm3ch> Hi, I downloaded and verified the mainnet blockchain with bitcoind. Can I make use of that for btcd?
< luke-jr> probably
< meshcollider> I don't think so, they use different formats for storage don't they?
< luke-jr> meshcollider: well, the downloaded bit at least should be useful if it supports a bootstrap
< j3bm3ch> I can't wait to get a mainnet lightning node running but the best tutorial I found is rather outdated already
< meshcollider> Yeah I don't think it does ATM though, it'd be a cool feature to add though
< 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
< meshcollider> j3bm3ch: you know you can use bitcoind with lightning, you don't need to use btcd
< j3bm3ch> with mainnet? I made it run with eclair and testnet
< j3bm3ch> but I thought the only way to go mainnet ATM would be btcd and lnd
< j3bm3ch> ah thanks and sorry
< meshcollider> np :)
< 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