--- Day changed Fri Dec 29 2017 00:05 < cluelessperson> sipa: yeah, so it DOES start in regtest most, but it completely ignores the conf 00:06 < cluelessperson> most/mode 00:07 < sipa> cluelessperson: very strange 00:08 < cluelessperson> sipa: to be clear, it seems regtest works when options are specified as arguments, but not when a conf file is given 00:08 < sipa> i can't imagine that's specific to regtest 00:10 < cluelessperson> sipa: https://hastebin.com/raw/seqacuneyu These unit files all work, except regtest 00:11 < cluelessperson> until I add -regtest in there on the ExecStart line 00:13 < sipa> what is the contents of those confog files? 00:17 < cluelessperson> sipa: https://hastebin.com/raw/xipacapexe 00:20 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 00:21 -!- d9b4bef9 [~d9b4bef9@207.38.86.239] has joined #bitcoin-core-dev 00:22 -!- xiedeacc [~xiedeacc@218.77.95.33] has joined #bitcoin-core-dev 00:23 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 00:24 -!- t0adst00l [~sluggo@gateway/tor-sasl/prometheusfalli/x-99064168] has joined #bitcoin-core-dev 00:25 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 00:26 < sipa> cluelessperson: very curious 00:41 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 00:43 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 01:00 -!- laurentmt [~Thunderbi@92.154.68.134] has joined #bitcoin-core-dev 01:05 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [Quit: Leaving.] 01:09 -!- Techieee [a5e1404a@gateway/web/freenode/ip.165.225.64.74] has joined #bitcoin-core-dev 01:12 -!- Techieee [a5e1404a@gateway/web/freenode/ip.165.225.64.74] has quit [Client Quit] 01:15 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-mvcsabilwshwmbhi] has quit [Quit: Connection closed for inactivity] 01:16 < aj> cluelessperson: your regtest.conf doesn't have a -rpcallowip setting? that'll make it ignore rpcbind 01:20 < aj> cluelessperson: hmm, i get similar behaviour switching from cmd line args to -conf though, weird 01:23 < provoostenator> Hooray, QT was using 37 GB RAM again during index (dbcache=5000). It was using 18 threads. I'll cherry-pick #11824 to see if that helps. 01:23 < gribble> https://github.com/bitcoin/bitcoin/issues/11824 | Block ActivateBestChain to empty validationinterface queue by TheBlueMatt · Pull Request #11824 · bitcoin/bitcoin · GitHub 01:25 < aj> cluelessperson: hmm, no i don't; i only get dodgy behaviour when bitcoind doesn't see my conffile; is /etc/bitcoind/regtest.conf unreadable by the bitcoind user maybe? 01:36 -!- Cache_Money [~Cache_Mon@c-24-18-214-173.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 01:51 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-xlehzwphimbicmqd] has quit [Quit: Connection closed for inactivity] 01:51 < bitcoin-git> [bitcoin] sipa pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/5180a86c96bc...d9fdac130a5e 01:51 < bitcoin-git> bitcoin/master 818075a Matt Corallo: Create new mutex for orphans, no cs_main in PLV::BlockConnected... 01:51 < bitcoin-git> bitcoin/master 66aa1d5 Matt Corallo: Refactor ProcessGetData in anticipation of avoiding cs_main for ABC 01:51 < bitcoin-git> bitcoin/master a734896 Matt Corallo: Avoid cs_main in net_processing ActivateBestChain calls 01:52 -!- Cache_Money [~Cache_Mon@c-24-18-214-173.hsd1.wa.comcast.net] has quit [Quit: Cache_Money] 01:52 < bitcoin-git> [bitcoin] sipa closed pull request #11824: Block ActivateBestChain to empty validationinterface queue (master...2017-12-11822-debug) https://github.com/bitcoin/bitcoin/pull/11824 01:54 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-xsvummjpggjpwdnc] has joined #bitcoin-core-dev 01:56 < provoostenator> This is also the second time that it completely redownloads the blockchain after I force-quit during an re-index. In this case I had copied the blocks folder over from a backup and that files are still there. It turns out you really have to launch with -reindex=1, or I guess it won't even look for those files? 01:57 < provoostenator> Reindexing again now with that potential fix branch, I'll keep an eye on it. 02:02 < xiedeacc> what's CCoinsViewDB::GetHeadBlocks for? I have google a lot, there exists little information 02:03 < xiedeacc> 159 02:03 < xiedeacc> 160 //! Retrieve the range of blocks that may have been only partially written. 02:03 < xiedeacc> 161 //! If the database is in a consistent state, the result is the empty vector. 02:03 < xiedeacc> 162 //! Otherwise, a two-element vector is returned consisting of the new and 02:03 < xiedeacc> 163 //! the old block hash, in that order. 02:03 < xiedeacc> confused with this comment 02:04 < meshcollider> cluelessperson: does your debug.log have a "Using config file regtest.conf" line, just to confirm its reading the right file? 02:04 < echeveria> provoostenator: force quitting while syncing will cause you problems, you should expect that. 02:06 < provoostenator> I did have to replace blocks/blk00000.dat with the backup, because that got overridden when I relaunched without -reindex. echeveria: I know, but there's not much else you can do if your system need 5 minutes just to wake up the screen because some application decided to OOM :-) 02:06 < provoostenator> (well actually, not OOM) 02:11 < sipa> xiedeacc: i saw you also asked this on stackexchange; i will answer there 02:15 < xiedeacc> ok thanks a lot 02:15 < sipa> provoostenator: it's expectes that your node needs to redo the work since the last flush, and with large dbcache flushing is very infrequwnt - so that may mean redoing frok scratch 02:15 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 02:16 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 02:16 -!- mwatson [~Syde@s72-38-91-158.static.comm.cgocable.net] has quit [Read error: Connection reset by peer] 02:17 -!- mwatson [~Syde@s72-38-91-158.static.comm.cgocable.net] has joined #bitcoin-core-dev 02:22 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 02:23 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 02:23 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 02:37 -!- dabura667 [~dabura667@240f:d:e193:1:b0e9:ccc2:8c98:9cf8] has quit [Remote host closed the connection] 02:40 < bitcoin-git> [bitcoin] martinus opened pull request #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n) (master...faster_arena) https://github.com/bitcoin/bitcoin/pull/12048 02:49 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 02:55 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 03:13 < provoostenator> sipa: that would explain re-indexing from scratch, right? But why does it start restart the whole chain download? 03:15 < sipa> provoostenator: because its knowledge about what blocks it has on disk is part of the flush 03:15 < sipa> perhaps that can be improved though 03:16 < provoostenator> Could it check to see if any block****.dat files are present? 03:16 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 03:16 < sipa> we could flush the block index more frequently than the chainstate 03:17 < provoostenator> Maybe when you launch with -reindex, it should do a quick flush at the beginning? 03:17 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 03:17 < provoostenator> Because I don't mind it doing the index again, I just don't want it to do a full download just because I forgot to pass -reindex=1 03:20 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 03:31 -!- t0adst00l [~sluggo@gateway/tor-sasl/prometheusfalli/x-99064168] has quit [Ping timeout: 272 seconds] 03:37 < sipa> provoostenator: you're right 03:41 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 03:50 < provoostenator> Mmm, actually I only copied the block****.dat files over, which I'm guess don't include the headers. So the fact that it's downloading the headers might be unlreated. Although when I start with -reindex=1 it reindexes first and then downloads the headers, whereas when I launched without that flag it immedidately fetches the headers. 03:58 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 04:11 < sipa> provoostenator: the index is in blocks/index/ 04:11 < sipa> without that, you'll need reindex to scan for blocks that you may have that aren't in the index 04:12 < provoostenator> Oh ok, nvm, I deleted that the second time around. 04:13 < provoostenator> So first time I copied /blocks including index, ran -reindex=1 until it ran out of memory. I then restarted without -reindex and it began downloading headers. I then deleted the index subdirectory and restored blcok00001.dat from my backup (but didn't restore index from that backup). It then reindexed and now it's downloading headers. 04:14 < provoostenator> (using -reindex=1 in that last attempt) 04:14 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-xsvummjpggjpwdnc] has quit [Quit: Connection closed for inactivity] 04:28 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 04:29 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 04:57 -!- cireful [0269c514@gateway/web/freenode/ip.2.105.197.20] has quit [Ping timeout: 260 seconds] 05:03 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 05:21 < provoostenator> Regarding our discussion a few days ago around Lightning implementations needing txindex=1. Turns out c-lightning doesn't, LND found a way to avoid needing it when using RPC and that bitcoind already doesn't need it when using the neutrino protocol: https://github.com/lightningnetwork/lnd/issues/527 05:22 < provoostenator> So no urgent need to make txindex faster, work with pruned nodes, or find some other RPC workaround to help these lightning integrations afaik. Haven't talked to Eclair yet. 05:30 -!- dongcarl [~dongcarl@p4040064-ipngn23101marunouchi.tokyo.ocn.ne.jp] has joined #bitcoin-core-dev 05:30 -!- dongcarl [~dongcarl@p4040064-ipngn23101marunouchi.tokyo.ocn.ne.jp] has quit [Client Quit] 05:39 -!- goatpig [56f75683@gateway/web/freenode/ip.86.247.86.131] has quit [Ping timeout: 260 seconds] 05:43 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 05:44 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 05:52 -!- bayatloo [55731fe6@gateway/web/freenode/ip.85.115.31.230] has joined #bitcoin-core-dev 05:53 < bayatloo> Hi 05:53 < bayatloo> can i develop Bitcoin with c# 05:55 -!- bayatloo [55731fe6@gateway/web/freenode/ip.85.115.31.230] has quit [Client Quit] 05:55 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 05:56 < provoostenator> bayatloo: https://github.com/MetacoSA/NBitcoin (though outside scope of this channel, I believe they use Gitter for chat) 06:04 -!- finkan [~finkan@c80-216-92-154.bredband.comhem.se] has joined #bitcoin-core-dev 06:07 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 06:15 -!- Deacydal [~Deacyde@unaffiliated/deacyde] has joined #bitcoin-core-dev 06:18 -!- Deacyde [~Deacyde@unaffiliated/deacyde] has quit [Ping timeout: 265 seconds] 06:25 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Quit: Leaving.] 06:35 -!- xiedeacc [~xiedeacc@218.77.95.33] has quit [Ping timeout: 248 seconds] 06:36 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 06:37 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 06:42 -!- finkan [~finkan@c80-216-92-154.bredband.comhem.se] has quit [Remote host closed the connection] 06:43 -!- Deacydal [~Deacyde@unaffiliated/deacyde] has quit [Quit: May the Shwartz be with you] 06:43 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 252 seconds] 06:44 -!- mandric [~mandric@108-228-58-104.lightspeed.cicril.sbcglobal.net] has joined #bitcoin-core-dev 06:54 -!- contrapumpkin is now known as {-_-} 06:54 -!- {-_-} is now known as contrapumpkin 07:00 -!- Emcy_ [~Emcy@unaffiliated/emcy] has quit [Read error: Connection reset by peer] 07:01 -!- Emcy_ [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 07:05 -!- wxss [~user@192.40.89.234] has joined #bitcoin-core-dev 07:19 -!- wtiwana [~wtiwana@CPEf0f2495d6323-CMf0f2495d6320.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 07:21 -!- wtiwana [~wtiwana@CPEf0f2495d6323-CMf0f2495d6320.cpe.net.cable.rogers.com] has quit [Client Quit] 07:27 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 07:27 -!- tiwana1234 [~tiwana123@CPEf0f2495d6323-CMf0f2495d6320.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 07:27 -!- tiwana1234 [~tiwana123@CPEf0f2495d6323-CMf0f2495d6320.cpe.net.cable.rogers.com] has quit [Remote host closed the connection] 07:28 -!- tiwana1234 [~tiwana123@CPEf0f2495d6323-CMf0f2495d6320.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 07:28 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 07:31 -!- tiwana1234 [~tiwana123@CPEf0f2495d6323-CMf0f2495d6320.cpe.net.cable.rogers.com] has quit [Client Quit] 07:35 -!- waxwing is now known as attributeerror 07:35 -!- attributeerror is now known as waxwing 07:46 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 07:59 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Quit: .] 08:01 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has joined #bitcoin-core-dev 08:01 -!- m8tion [~m8tion@81-65-53-254.rev.numericable.fr] has joined #bitcoin-core-dev 08:02 -!- instagibbs [~instagibb@pool-100-15-116-35.washdc.fios.verizon.net] has quit [Ping timeout: 256 seconds] 08:03 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 272 seconds] 08:09 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 08:10 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 08:11 -!- pkx2 [~pkx@unaffiliated/pkx] has joined #bitcoin-core-dev 08:14 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 252 seconds] 08:18 -!- m8tion [~m8tion@81-65-53-254.rev.numericable.fr] has quit [Remote host closed the connection] 08:19 -!- m8tion [~m8tion@81-65-53-254.rev.numericable.fr] has joined #bitcoin-core-dev 08:26 < bitcoin-git> [bitcoin] 251Labs opened pull request #12050: Implements a virtual destructor on the BaseRequestHandler class. (master...patch/BaseRequestHandler-virtual-dtor) https://github.com/bitcoin/bitcoin/pull/12050 08:32 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 08:34 -!- Aaronva__ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 08:34 -!- Kozuch [~Kozuch@81.0.198.168] has joined #bitcoin-core-dev 08:35 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 08:37 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 268 seconds] 08:44 < ossifrage> Any idea what fork is causing this leakage: ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 000000000000000000639be19a0123a1c99d9fef89f0b8ac055a77f4ef86ae3b, bad-diffbits, incorrect proof of work (code 16) 08:44 < ossifrage> [I have 102 of those in my logs] 08:46 < ossifrage> Huh, the most recent one came from a node claiming to be 0.15.1 08:47 < aj> that's a bcash block isn't it? 08:47 < provoostenator> Yes: https://blockdozer.com/insight/block/000000000000000000639be19a0123a1c99d9fef89f0b8ac055a77f4ef86ae3b 08:48 < provoostenator> That's an old one, but shouldn't it complain about the very first one, given the EDA? 08:49 -!- EpicBaldGuy [~EpicBaldG@c-24-34-136-100.hsd1.nh.comcast.net] has joined #bitcoin-core-dev 08:50 < sipa> ossifrage: it's an invalid block, and your client is correctly rejecting it 08:50 < ossifrage> sipa, yeah, but it was forwarded to my by a node that also should have rejected it? 08:50 < provoostenator> Their first block was 478558, your log is about 478577. Not sure when their first EDA kicked in. 08:51 < sipa> ossifrage: it could be a bcash node you're connected to 08:51 < sipa> or a retarded node 08:51 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 08:51 < provoostenator> Nvm, their replay protection makes even the first block invalid. So why did your node not ban that other node when it got 478558? 08:54 -!- slackus [uid272043@gateway/web/irccloud.com/x-pckjugwwahffkktj] has joined #bitcoin-core-dev 08:55 < ossifrage> Most of the bad blocks are coming from /SuperBitcoin:0.16.0.2/ 08:56 < ossifrage> and /SpuerBitcoin:0.16.0.2/ 08:56 -!- Seven_ [~Seven@73.162.115.183] has quit [Read error: Connection reset by peer] 08:57 < provoostenator> Probably these guys: https://github.com/superbitcoin/SuperBitcoin/commits/master I wonder if they're doing anything worthy of #bitcoin-airdrop-code-shenanigans 08:58 < ossifrage> I'm more curious why nodes claiming to be Satoshi based are forwarding bad blocks 08:59 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 09:00 -!- Aaronva__ is now known as AaronvanW 09:02 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 09:05 -!- slackus is now known as Slackus 09:10 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 09:13 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 272 seconds] 09:14 -!- laurentmt [~Thunderbi@92.154.68.134] has quit [Quit: laurentmt] 09:19 -!- Aaronvan_ is now known as AaronvanW 09:21 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 09:25 < Slackus> help I cannot speak on #bitcoin 09:25 < Slackus> i am +q 09:25 < Slackus> I was just looking at exploit http://saleemrashid.com/2017/08/17/extracting-trezor-secrets-sram/#writing-an-exploit 09:25 < Slackus> oh sorry nvm 09:25 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 09:31 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 09:31 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 256 seconds] 09:33 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 09:33 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 09:34 < provoostenator> They currently use the same sighash_fork_id as bcash. 09:46 -!- Slackus [uid272043@gateway/web/irccloud.com/x-pckjugwwahffkktj] has quit [] 09:53 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 09:53 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 09:59 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 10:04 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 10:07 -!- mandric [~mandric@108-228-58-104.lightspeed.cicril.sbcglobal.net] has quit [Quit: Computer has gone to sleep.] 10:10 < provoostenator> What's the fastest EC2 configuration to an IBD? I was thinking about memory optimized r3.4xlarge with 320 GB SSD. sipa? 10:11 < provoostenator> (16 CPU's) 10:14 -!- m8tion [~m8tion@81-65-53-254.rev.numericable.fr] has quit [Read error: Connection reset by peer] 10:14 -!- mandric [~mandric@108.228.58.104] has joined #bitcoin-core-dev 10:15 < jb55> I really need to set up distcc or something for testing prs :S my poor laptop is struggling 10:17 < provoostenator> jb55: ccache helps too 10:18 < jb55> provoostenator: oh nice I've never used that before, will give it a spin 10:19 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 10:31 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 240 seconds] 10:43 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 10:44 -!- qwertzlcoatl [~qwertzlco@unaffiliated/qwertzlcoatl] has joined #bitcoin-core-dev 10:44 -!- shesek [~shesek@bzq-84-110-56-2.cablep.bezeqint.net] has joined #bitcoin-core-dev 10:44 -!- shesek [~shesek@bzq-84-110-56-2.cablep.bezeqint.net] has quit [Changing host] 10:44 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 10:54 -!- mandric [~mandric@108.228.58.104] has quit [Quit: Computer has gone to sleep.] 10:54 -!- digitalway [~digitalwa@mtrlpq2853w-lp140-03-69-159-160-174.dsl.bell.ca] has quit [Ping timeout: 248 seconds] 10:55 -!- nibor [~nibor@185.9.34.66] has joined #bitcoin-core-dev 10:56 -!- digitalway [~digitalwa@mtrlpq2853w-lp140-03-69-159-160-174.dsl.bell.ca] has joined #bitcoin-core-dev 10:59 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 11:00 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 11:08 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 268 seconds] 11:17 -!- instagibbs [~instagibb@pool-100-15-116-35.washdc.fios.verizon.net] has joined #bitcoin-core-dev 11:18 -!- mandric [~mandric@108-228-58-104.lightspeed.cicril.sbcglobal.net] has joined #bitcoin-core-dev 11:37 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 11:40 -!- qwertzlcoatl [~qwertzlco@unaffiliated/qwertzlcoatl] has quit [Quit: qwertzlcoatl] 11:40 < luke-jr> FYI, apparently ME neutering leaves the CPU with microcode-level vulnerabilities that compromise Qubes-like setups 11:43 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-pqzrakkxotoflxdv] has joined #bitcoin-core-dev 11:49 -!- nabhash [~user@105.98.211.154] has joined #bitcoin-core-dev 11:49 -!- nabhash [~user@105.98.211.154] has left #bitcoin-core-dev [] 12:11 -!- Cache_Money [~Cache_Mon@c-24-18-214-173.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 12:22 < phantomcircuit> luke-jr, ? 12:22 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 12:23 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 12:25 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 12:33 < luke-jr> phantomcircuit: rumour from 24c3 12:35 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 272 seconds] 12:36 < luke-jr> 34c3* 12:42 -!- jb55 [~jb55@2605:8d80:4e4:2523:a2af:bdff:fef0:c102] has joined #bitcoin-core-dev 12:47 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 12:49 -!- jb55 [~jb55@2605:8d80:4e4:2523:a2af:bdff:fef0:c102] has quit [Ping timeout: 272 seconds] 12:51 -!- jb55 [~jb55@2605:8d80:4e4:2523:a2af:bdff:fef0:c102] has joined #bitcoin-core-dev 12:54 < provoostenator> It would be nice to be able to use sendrawtransaction during IBD, i.e. with some sort "don't check, just relay it" 12:56 < provoostenator> (I'm checking some replay protection behavior in airdrop coins, and rather not have to wait for those things to fully sync) 13:03 -!- Cache_Money [~Cache_Mon@c-24-18-214-173.hsd1.wa.comcast.net] has quit [Quit: Cache_Money] 13:08 < bitcoin-git> [bitcoin] puchu opened pull request #12051: add missing debian contrib files to tarball (master...master) https://github.com/bitcoin/bitcoin/pull/12051 13:11 -!- Cheeseo [~Cheeseo@gateway/vpn/privateinternetaccess/cheeseo] has joined #bitcoin-core-dev 13:21 -!- Cheeseo [~Cheeseo@gateway/vpn/privateinternetaccess/cheeseo] has quit [Ping timeout: 260 seconds] 13:31 < sipa> provoostenator: use submittx 13:32 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 13:33 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 13:58 -!- tril [c0fbbd65@gateway/web/freenode/ip.192.251.189.101] has joined #bitcoin-core-dev 13:58 < tril> hey 13:59 -!- tril [c0fbbd65@gateway/web/freenode/ip.192.251.189.101] has quit [Client Quit] 14:18 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 14:19 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 14:21 < bitcoin-git> [bitcoin] cuckoocoin opened pull request #12052: 0.12 (0.11...0.12) https://github.com/bitcoin/bitcoin/pull/12052 14:22 < bitcoin-git> [bitcoin] fanquake closed pull request #12052: 0.12 (0.11...0.12) https://github.com/bitcoin/bitcoin/pull/12052 14:37 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 14:39 -!- pkx2 [~pkx@unaffiliated/pkx] has quit [Remote host closed the connection] 14:42 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 256 seconds] 14:50 -!- mandric [~mandric@108-228-58-104.lightspeed.cicril.sbcglobal.net] has quit [Quit: Computer has gone to sleep.] 14:51 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Read error: Connection reset by peer] 14:51 -!- CubicEarths [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 14:56 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has joined #bitcoin-core-dev 14:58 -!- jb55 [~jb55@2605:8d80:4e4:2523:a2af:bdff:fef0:c102] has quit [Ping timeout: 265 seconds] 15:06 -!- tyrick [~tyrick@ip70-162-128-254.ph.ph.cox.net] has quit [Quit: Ex-Chat] 15:12 -!- CubicEarths [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 15:13 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [Quit: Leaving.] 15:15 < provoostenator> sipa: thanks 15:21 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 15:32 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 15:36 -!- Cheeseo [~Cheeseo@gateway/vpn/privateinternetaccess/cheeseo] has joined #bitcoin-core-dev 15:44 -!- motoxkx [43a46082@gateway/web/freenode/ip.67.164.96.130] has joined #bitcoin-core-dev 15:45 -!- motoxkx [43a46082@gateway/web/freenode/ip.67.164.96.130] has quit [Client Quit] 15:45 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 268 seconds] 15:46 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 15:47 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 15:48 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 15:50 -!- cheese_ [~Cheeseo@gateway/vpn/privateinternetaccess/cheeseo] has joined #bitcoin-core-dev 15:53 -!- Cheeseo [~Cheeseo@gateway/vpn/privateinternetaccess/cheeseo] has quit [Ping timeout: 248 seconds] 16:04 -!- YellowSphere [~YellowSph@95-37-194-52.dynamic.mts-nn.ru] has joined #bitcoin-core-dev 16:06 -!- cheese_ [~Cheeseo@gateway/vpn/privateinternetaccess/cheeseo] has quit [Ping timeout: 264 seconds] 16:14 -!- YellowSphere [~YellowSph@95-37-194-52.dynamic.mts-nn.ru] has quit [Read error: Connection reset by peer] 16:17 -!- jb55 [~jb55@2605:8d80:4e0:9c03:a2af:bdff:fef0:c102] has joined #bitcoin-core-dev 16:24 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Read error: Connection reset by peer] 16:26 -!- PaulCapestany [~PaulCapes@68.100.207.91] has joined #bitcoin-core-dev 16:27 -!- jb55 [~jb55@2605:8d80:4e0:9c03:a2af:bdff:fef0:c102] has quit [Read error: Connection reset by peer] 16:29 -!- PaulCapestany [~PaulCapes@68.100.207.91] has quit [Read error: Connection reset by peer] 16:32 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has joined #bitcoin-core-dev 16:35 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 16:42 -!- qwertzlcoatl [~qwertzlco@unaffiliated/qwertzlcoatl] has joined #bitcoin-core-dev 16:44 -!- jb55 [~jb55@2605:8d80:4c0:4df7:a2af:bdff:fef0:c102] has joined #bitcoin-core-dev 16:54 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 16:55 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 16:56 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 17:02 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 17:16 -!- synthetic11000 [~textual@pool-100-1-186-200.nwrknj.fios.verizon.net] has joined #bitcoin-core-dev 17:25 -!- jb55 [~jb55@2605:8d80:4c0:4df7:a2af:bdff:fef0:c102] has quit [Ping timeout: 272 seconds] 18:02 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 18:18 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Quit: WeeChat 1.9.1] 18:20 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 18:25 -!- qwertzlcoatl [~qwertzlco@unaffiliated/qwertzlcoatl] has quit [Quit: qwertzlcoatl] 18:30 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 240 seconds] 18:30 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has quit [Quit: Leaving] 18:51 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 19:01 -!- xiedeacc [~xiedeacc@122.226.183.86] has joined #bitcoin-core-dev 19:03 -!- synthetic11000 [~textual@pool-100-1-186-200.nwrknj.fios.verizon.net] has left #bitcoin-core-dev ["Textual IRC Client: www.textualapp.com"] 19:10 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 19:21 -!- ^darkfire^ is now known as ^shartshow^ 19:41 -!- xiedeacc [~xiedeacc@122.226.183.86] has quit [Ping timeout: 256 seconds] 20:33 -!- Kozuch [~Kozuch@81.0.198.168] has quit [Ping timeout: 272 seconds] 20:41 -!- ^shartshow^ is now known as ^kleptocoin^ 20:45 -!- ^kleptocoin^ is now known as alternativeminer 20:49 -!- alternativeminer is now known as netpilot 21:05 -!- netpilot is now known as ^ice9 21:08 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 21:10 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 21:13 -!- CubicEarths [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 21:14 -!- ^ice9 is now known as autopilot 21:14 -!- CubicEarths [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 21:18 -!- CubicEarths [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Ping timeout: 240 seconds] 21:22 -!- CubicEarths [~cubiceart@73.61.11.190] has joined #bitcoin-core-dev 21:26 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d9fdac130a5e...a332a7d5a152 21:26 < bitcoin-git> bitcoin/master a3ac767 dongsamb: Fix string concatenation to os.path.join and add exception case 21:26 < bitcoin-git> bitcoin/master a332a7d MarcoFalke: Merge #11291: Fix string concatenation to os.path.join and add exception case... 21:27 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #11291: Fix string concatenation to os.path.join and add exception case (master...Fix-PEP8-warnings) https://github.com/bitcoin/bitcoin/pull/11291 21:48 -!- boblee [~boblee@199.195.253.210] has joined #bitcoin-core-dev 21:52 -!- boblee [~boblee@199.195.253.210] has quit [Changing host] 21:52 -!- boblee [~boblee@unaffiliated/boblee] has joined #bitcoin-core-dev 22:08 -!- go1111111 [~go1111111@gateway/vpn/privateinternetaccess/go1111111] has joined #bitcoin-core-dev 22:24 -!- juscamarena [~camarena@172.58.28.154] has joined #bitcoin-core-dev 22:28 -!- xiedeacc [~xiedeacc@218.77.95.35] has joined #bitcoin-core-dev 22:30 -!- juscamar1 [~camarena@47.148.173.164] has joined #bitcoin-core-dev 22:30 -!- juscamarena [~camarena@172.58.28.154] has quit [Ping timeout: 248 seconds] 22:32 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-pqzrakkxotoflxdv] has quit [Quit: Connection closed for inactivity] 22:46 -!- juscamar1 [~camarena@47.148.173.164] has quit [Ping timeout: 260 seconds] 22:54 -!- juscamar1 [~camarena@47.148.173.164] has joined #bitcoin-core-dev 23:05 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 264 seconds] 23:20 -!- soffi [5569289c@gateway/web/freenode/ip.85.105.40.156] has joined #bitcoin-core-dev 23:20 -!- soffi [5569289c@gateway/web/freenode/ip.85.105.40.156] has quit [Client Quit] 23:49 -!- CubicEarths [~cubiceart@73.61.11.190] has quit [Remote host closed the connection]