< jtimon>
should we log blocks that are consensus invalid but still have valid proof of work in a special way? (ie with admiration marks and with the full hex so that is not so easily forgotten)
< jtimon>
is there an archive of invalid blocks that have valid pow ? (new bhardfork wave aside, perhaps)
< jtimon>
disclaimer (perhaps offtopic): this comes to mind because in the case of signed blocks in elements, the result shouldn't be a some mining pool be mocked if it's one or people getting worried about an attack on spv nodes if there are many in a row, your node should simply stop to see what's up with the signers
< aj>
jtimon: getchaintips gives you a log of invalid blocks with plausible proof of work, doesn't it?
< jtimon>
aj: I don't know, I will look into that, thanks
< aj>
jtimon: i see 00000000000000000014c1ee89b61a84e3e30dd9b2c78c9916d323a2775bc613 00000000000000000027894f0969c2f79a6cdb1231750e048effbd17c88da431 and 000000000000000000571c2b98a090c15774cb7400bd4a50b160d488d14055d0 as fairly recent blocks marked invalid...
< jtimon>
and do they pass validation:CheckBlockHeader() ?
< jtimon>
let me rephrase, what do you mean by "plausible" proof of work? isn't that rule a boolean like any other? you pass it or not?
< jtimon>
anyway, thanks again
< aj>
jtimon: "plausible" == "i'm not sure what's going on" :) you're probably right
< jtimon>
either way I thank you for making me grep getchaintips, I didn't know that existed :)
< aj>
hmm, maybe leaving debug=mempool on was a mistake
< aj>
okay, that first block came through via a compactblock, got reconstructed successfully, but was then considered invalid due to CheckTxInputs, inputs missing/spent
< jtimon>
I feel ashamed of not knowing getchaintips
< aj>
jtimon: i feel glad i could tell you something new, though :)
< jtimon>
aj: I mean, the shame passes fast, now I'm happy I learned something new potentially useful for an explorer
< bitcoin-git>
[bitcoin] practicalswift closed pull request #12781: Don't test size_t variables for negative values (master...–size_t) https://github.com/bitcoin/bitcoin/pull/12781
< jojeyh>
for segwit txs, when the client list transactions should there be a field for "wtxid" ?
< jojeyh>
like when i enter 'bitcoin-cli listtransactions'
< bitcoin-git>
bitcoin/master fc7c32f Gregory Sanders: do not truncate .dat extension for wallets in gui
< bitcoin-git>
bitcoin/master 68484d6 Jonas Schnelli: Merge #12795: do not truncate .dat extension for wallets in gui...
< bitcoin-git>
[bitcoin] jonasschnelli closed pull request #12795: do not truncate .dat extension for wallets in gui (master...nowalletprune) https://github.com/bitcoin/bitcoin/pull/12795
< bitcoin-git>
bitcoin/master 0fee2b4 practicalswift: doc: Add note about our preference for scoped enumerations ("enum class")
< bitcoin-git>
bitcoin/master 2d97611 Wladimir J. van der Laan: Merge #12800: doc: Add note about our preference for scoped enumerations ("enum class")...
< everde>
I did some changes on Antminer D3, some people is working with develop X13 algorithm
< bitcoin-git>
[bitcoin] skeees opened pull request #12801: Add option to only notify after wallet transactions are confirmed (master...notifycount) https://github.com/bitcoin/bitcoin/pull/12801
< bitcoin-git>
bitcoin/master 386a6b6 Jonas Schnelli: Allow to optional specify the directory for the blocks storage
< bitcoin-git>
bitcoin/master f38e4fd Jonas Schnelli: QA: Add -blocksdir test
< bitcoin-git>
bitcoin/master a192636 Jonas Schnelli: -blocksdir: keep blockindex leveldb database in datadir
< bitcoin-git>
[bitcoin] laanwj closed pull request #12653: Allow to optional specify the directory for the blocks storage (master...2018/03/blocksdir) https://github.com/bitcoin/bitcoin/pull/12653
< CryptoOdin>
hi, any news respect D3 with x13 algorithm
< bitcoin-git>
[bitcoin] TheBlueMatt closed pull request #10692: Make mapBlockIndex and chainActive and all CBlockIndex*es const outside of validation/CChainState (master...2017-04-const-mapblockindex) https://github.com/bitcoin/bitcoin/pull/10692
< CryptoOdin>
another advice
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #12802: Colonel Mustard in the Lounge with the Lead Pipe (killed mapBlockIndex outside of validation) (master...2018-03-const-cblockindex) https://github.com/bitcoin/bitcoin/pull/12802
< bitcoin-git>
[bitcoin] sipa opened pull request #12803: Make BaseSignatureCreator a pure interface (master...201803_puresignaturecreator) https://github.com/bitcoin/bitcoin/pull/12803