<bitcoin-git>
[bitcoin] fanquake merged pull request #26735: [24.x] qt: Load PSBTs using istreambuf_iterator rather than istream_iterator (24.x...2212-backport-gui-psbt-whitespace-fix-🔈) https://github.com/bitcoin/bitcoin/pull/26735
AaronvanW has joined #bitcoin-core-dev
gnaf has quit [Quit: Konversation terminated!]
mudsip has quit []
Guest85 has joined #bitcoin-core-dev
Guest85 has quit [Quit: Client closed]
AaronvanW has quit [Ping timeout: 260 seconds]
Guest72 has joined #bitcoin-core-dev
Guest72 has quit [Client Quit]
Talkless has joined #bitcoin-core-dev
MrFrancis has quit [Remote host closed the connection]
MrFrancis has joined #bitcoin-core-dev
SpellChecker has quit [Quit: bye]
TallTim has quit [Quit: Leaving]
yanmaani1 has quit [Ping timeout: 255 seconds]
yanmaani1 has joined #bitcoin-core-dev
SpellChecker has joined #bitcoin-core-dev
AaronvanW has joined #bitcoin-core-dev
TallTim has joined #bitcoin-core-dev
jrayhawk has quit [Ping timeout: 260 seconds]
MrFrancis has quit [Ping timeout: 246 seconds]
jrayhawk has joined #bitcoin-core-dev
freesprung has quit [Quit: zzz]
TallTim has quit [Quit: Leaving]
TallTim has joined #bitcoin-core-dev
Jiri[m] has quit [Quit: You have been kicked for being idle]
MatrixBot123 has quit [Quit: Bridge terminating on SIGTERM]
MatrixBot123 has joined #bitcoin-core-dev
AaronvanW has quit [Ping timeout: 264 seconds]
AaronvanW has joined #bitcoin-core-dev
Jiri[m] has joined #bitcoin-core-dev
gnaf has joined #bitcoin-core-dev
bitdex has quit [Ping timeout: 255 seconds]
bitdex has joined #bitcoin-core-dev
SpellChecker has quit [Remote host closed the connection]
SpellChecker has joined #bitcoin-core-dev
___nick___ has joined #bitcoin-core-dev
___nick___ has quit [Client Quit]
___nick___ has joined #bitcoin-core-dev
vasild has joined #bitcoin-core-dev
vasild_ has quit [Ping timeout: 255 seconds]
andrewtoth_ has quit [Remote host closed the connection]
gnaf has quit [Quit: Konversation terminated!]
sipsorcery_ has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
as2333 has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
sipsorcery_ has quit [Ping timeout: 256 seconds]
andrewtoth_ has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 256 seconds]
sipsorcery_ has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
_andrewtoth_ has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
andrewtoth_ has quit [Remote host closed the connection]
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
bomb-on has quit [Read error: Connection reset by peer]
brunoerg has quit []
bomb-on has joined #bitcoin-core-dev
MacroFake_ has joined #bitcoin-core-dev
MacroFake_ has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
MacroFake has quit [Remote host closed the connection]
MacroFake has joined #bitcoin-core-dev
MrFrancis has joined #bitcoin-core-dev
meshcollider has quit [Ping timeout: 264 seconds]
makeym1 has joined #bitcoin-core-dev
meshcollider has joined #bitcoin-core-dev
sipsorcery_ has quit [Ping timeout: 264 seconds]
makeym1 has quit [Ping timeout: 260 seconds]
vasild has quit [Ping timeout: 255 seconds]
vasild has joined #bitcoin-core-dev
meshcollider has quit [Changing host]
meshcollider has joined #bitcoin-core-dev
bomb-on has quit [Ping timeout: 272 seconds]
bomb-on has joined #bitcoin-core-dev
___nick___ has quit [Ping timeout: 248 seconds]
bomb-on has quit [Ping timeout: 272 seconds]
bomb-on has joined #bitcoin-core-dev
jonasschnelli_ is now known as jonasschnelli
<jonasschnelli>
Does anyone know if there is a PR or an external software that creates an index/db of all OP_RETURN outputs?
bomb-on has quit [Read error: Connection reset by peer]
bomb-on has joined #bitcoin-core-dev
bomb-on_ has joined #bitcoin-core-dev
bomb-on has quit [Ping timeout: 265 seconds]
bomb-on_ has quit [Read error: Connection reset by peer]
bomb-on has joined #bitcoin-core-dev
MrFrancis has quit [Ping timeout: 246 seconds]
vasild has quit [Remote host closed the connection]
Talkless has quit [Quit: Konversation terminated!]
vasild has joined #bitcoin-core-dev
MrFrancis has joined #bitcoin-core-dev
sipsorcery_ has joined #bitcoin-core-dev
<fjahr>
jonasschnelli: I stumbled over https://github.com/goga-m/btc-opreturn once but haven't used it or even taken a closer look. If it doesn't work you could probably build such an index in your own core fork pretty quickly by copying the code from coinstatsindex, deleting 90% of the lines and changing ~10 of them because it already collects statistics on unspendables and those are basically all op_returns last I checked (grep
<fjahr>
IsUnspendable in index/coinstatsindex.cpp)
<jonasschnelli>
fjahr: thanks! Taking a closer look now..