< owowo> draadpiraat[m], yes it more and more feels like a religion. The opium for the ppl. You end up hating the devil and god :P
< owowo> draadpiraat[m], but to give you an answer, the arch angel told me, nobody does monitor the apostates
< NewBTCDev> Is this the best guide to use to get bitcoind up and running after compiling? https://en.bitcoin.it/wiki/Running_Bitcoin
< owowo> yes
< NewBTCDev> thank you
< jtimon> cfields: MarcoFalke Updated #10193
< gribble> https://github.com/bitcoin/bitcoin/issues/10193 | scripted-diff: Remove #include foreach.hpp> by jtimon · Pull Request #10193 · bitcoin bitcoin · GitHub
< NewBTCDev> Compiled just fine, and setup the config file... but running ./bitcoind doesn't give me any feedback on what its doing... I stopped it and checked that ./bitcoind -version worked. That worked as expected... I set printtoconsole=1 to see if that would spit out progress but it didnt... novice linux user so I just discovered the TOP command and noticed bitcoind Is running. I'm running on the test net so I assume its synchin
< Chris_Stewart_5> NewBTCDev: Try bitcoind -daemon
< Chris_Stewart_5> and then you can use bitcoin-cli to run commands, this is more on topic for #bitcoin not bitcoin-core-dev
< Chris_Stewart_5> also if anyone is feeling generous, I'm trying allow 'chainActive' to be used in the interpreter, but I am having trouble figuring out how to exactly allow that to be reachable without bitcoin-tx failing to compile
< NewBTCDev> Thank you Chris, I'll go there! Appreciate the help
< jtimon> Chris_Stewart_5: why would you want to use chainActive inside the interpreter? feels like a terrible layer violation
< Chris_Stewart_5> jtimon: For the current proposal of blind merge mining we are integrating a new op code that only allows a miner to claim an output iff they include a hash in the coinbase tx
< jtimon> can't you just pass whatever you need to TransactionSignatureChecker's constructor ?
< jtimon> with a fast look, all you need is chainActive.Tip()->coinbase right?
< Chris_Stewart_5> Yes
< Chris_Stewart_5> so you would suggest just passing that as an arg to TransactionSignatureChecker?
< jtimon> maybe pass the relevant coinbase to the TransactionSignatureChecker constructor?
< Chris_Stewart_5> Yeah, I didn't think about doing it that way. That would be much cleaner.
< Chris_Stewart_5> I'll code it up and see what it looks like, thanks!
< jtimon> or perhaps something more similar to what is done with the locktime or something, but I don't like that much anyway, I consider BaseSignatureChecker having those methos kind of a layer violation already
< jtimon> Chris_Stewart_5: no problem, happy that you like the idea
< Chris_Stewart_5> I agree it is weird to have locktime checking stuff in a 'SignatureChecker' but I'm not going to worry about organization right now, I just want to get some sort of MVP for BMM done
< Chris_Stewart_5> and see if it is actually viable.. not sure if I am convinced this scheme will actually work..
< kallewoof> luke-jr: what's up?
< kallewoof> (you pinged)
< luke-jr> kallewoof: nm, your listsinceblock PR tests relied on features silently missing in 0.14 test_framework
< luke-jr> figured it out and dealt with it
< kallewoof> OK!
< bitcoin-git> [bitcoin] tnakagawa opened pull request #10627: fixed listunspent rpc convert parameter (master...fixed-listunspent) https://github.com/bitcoin/bitcoin/pull/10627
< bitcoin-git> [bitcoin] fanquake opened pull request #10628: [depends] expat 2.2.1 (master...expat-2-2-1) https://github.com/bitcoin/bitcoin/pull/10628
< draadpiraat[m]> owowo: it was a figure of speech dont read so much into it
< wumpus> luke-jr: ack, going to build
< bitcoin-git> [bitcoin] jtimon closed pull request #8337: Consensus: MOVEONLY: Move functions for header verification (master...0.12.99-consensus-moveonly-header) https://github.com/bitcoin/bitcoin/pull/8337
< bitcoin-git> [bitcoin] jtimon closed pull request #8493: Untested: libconsensus: Expose VerifyHeader (master...0.13-consensus-header) https://github.com/bitcoin/bitcoin/pull/8493
< bitcoin-git> [bitcoin] jtimon closed pull request #9177: NOMERGE: WIP: Support block signed custom testchains (master...0.13-blocksign) https://github.com/bitcoin/bitcoin/pull/9177
< bitcoin-git> [bitcoin] booxie opened pull request #10629: 0.10 (master...0.10) https://github.com/bitcoin/bitcoin/pull/10629
< luke-jr> wumpus: thanks
< bitcoin-git> [bitcoin] fanquake closed pull request #10629: 0.10 (master...0.10) https://github.com/bitcoin/bitcoin/pull/10629
< wumpus> I've reported "ipoptika" for spamming (because of https://github.com/bitcoin/bitcoin/pull/10400#issuecomment-309393687). Probably we shouldn't delete the post before a github employee has looked at it.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/643fa0b22d70...c38f540298f0
< bitcoin-git> bitcoin/master 22229de MarcoFalke: doc: Add 0.14.2 release notes
< bitcoin-git> bitcoin/master c38f540 MarcoFalke: Merge #10623: doc: Add 0.14.2 release notes...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10623: doc: Add 0.14.2 release notes (master...Mf1706-docRel) https://github.com/bitcoin/bitcoin/pull/10623
< bitcoin-git> [bitcoin] practicalswift opened pull request #10631: Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class (master...overrides-ii) https://github.com/bitcoin/bitcoin/pull/10631
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #10632: qa: Add stopatheight test (master...Mf1706-qaStopAtHeight) https://github.com/bitcoin/bitcoin/pull/10632
< bitcoin-git> [bitcoin] dimitris-t opened pull request #10633: Fixes typos in wallet.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10633
< achow101> so apparently there is some makefile problems related to the IsMine functions and removing the wallet stuff from validateaddress
< achow101> Could someone help me out here with fixing this? I have figured out that it has something to do with linking order and the fact that IsMine is not used in libbitcoin_server which is linked first
< bitcoin-git> [bitcoin] dimitris-t opened pull request #10634: Fixed typos in optionsdialog.ui (master...patch-2) https://github.com/bitcoin/bitcoin/pull/10634
< bitcoin-git> [bitcoin] dimitris-t opened pull request #10635: Fixed typo in rpcconsole.cpp (master...patch-3) https://github.com/bitcoin/bitcoin/pull/10635