--- Day changed Tue Sep 19 2017 00:03 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-tlbumbxcpymntpfm] has joined #bitcoin-core-dev 00:13 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 00:14 -!- laurentmt [~Thunderbi@92.154.68.134] has joined #bitcoin-core-dev 00:15 -!- herzmeister[m] [herzmeiste@gateway/shell/matrix.org/x-xgiocacdmhuiaebq] has joined #bitcoin-core-dev 00:21 -!- griswaalt[m] [griswaaltm@gateway/shell/matrix.org/x-vkckkipchefralrg] has joined #bitcoin-core-dev 00:21 -!- kewde[m] [kewdematri@gateway/shell/matrix.org/x-dgtzavnyvhsavffc] has joined #bitcoin-core-dev 00:42 < bitcoin-git> [bitcoin] mess110 closed pull request #11329: [test] Test abortrescan command (master...kallewoof/test-abort-rescan-2) https://github.com/bitcoin/bitcoin/pull/11329 00:44 -!- twistedline [~quassel@unaffiliated/twistedline] has quit [Ping timeout: 264 seconds] 00:48 < bitcoin-git> [bitcoin] esotericnonsense opened pull request #11366: Trivial: RPC/getblockchaininfo: pruneheight is only present in pruned mode (master...2017-09-getblockchaininfo-docs) https://github.com/bitcoin/bitcoin/pull/11366 00:52 -!- jimbo_ [~jimbo@shel.li] has joined #bitcoin-core-dev 01:07 -!- twistedline [~quassel@unaffiliated/twistedline] has joined #bitcoin-core-dev 01:10 -!- alreadylate [~textual@37-247-1-221.customers.ownit.se] has joined #bitcoin-core-dev 01:14 < kallewoof> I don't really wanna waste anyone's time, but I've been trying to figure out the gitian build process lately and am having issues. I was following https://github.com/bitcoin/bitcoin/blob/master/doc/gitian-building.md and everything was fine down to "Getting and building the inputs". For one I had to cd into ../bitcoin/ for there to be a contrib/gitian-build.sh file (not mentioned, but no biggie), 01:14 < kallewoof> and secondly, it explodes messily when I run with the --setup flag. "lxcbr0: ERROR while getting interface flags: No such device [...]". Hints welcome. 01:18 < meshcollider> I had a similar issue, I gave up using the gitian-build.sh script and wrote a simple script of my own which basically follows the steps here: https://github.com/bitcoin/bitcoin/blob/master/doc/release-process.md#setup-and-perform-gitian-builds 01:18 < meshcollider> basically pull all the repos, checkout the tag, gbuild and then gsign for each OS 01:20 < meshcollider> its something to do with the `sudo ifconfig lxcbr0 up 10.0.2.2` line in the script I think 01:23 < meshcollider> I wonder, is it because https://github.com/bitcoin/bitcoin/blob/master/doc/gitian-building.md#setting-up-debian-for-gitian-building uses br0 but the script tries to use lxcbr0 which doesn't exist? 01:24 < kallewoof> meshcollider: ohh. cool, thanks, will check 01:27 < meshcollider> achow101: Any advice on https://github.com/bitcoin/bitcoin/blob/master/contrib/gitian-build.sh#L178-L184 ? Could they simply be removed? 01:28 < meshcollider> because the gitian-building instructions include `echo 'export USE_LXC=1' >> /home/debian/.profile` anyway 01:33 -!- duringo [~Mutter@192.3.186.162] has joined #bitcoin-core-dev 01:35 -!- PaulCapestany [~PaulCapes@ip72-209-228-52.dc.dc.cox.net] has quit [Ping timeout: 240 seconds] 01:38 < bitcoin-git> [bitcoin] esotericnonsense opened pull request #11367: RPC: getblockchaininfo: Add disk_size, prune_target_size (master...2017-09-getblockchaininfo-addsize) https://github.com/bitcoin/bitcoin/pull/11367 01:47 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has joined #bitcoin-core-dev 01:47 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-rvlpvfgtlehbreuv] has quit [Quit: Connection closed for inactivity] 01:53 -!- duringo [~Mutter@192.3.186.162] has quit [Ping timeout: 248 seconds] 01:55 -!- ziggamon [~textual@c-217-115-42-58.cust.bredband2.com] has joined #bitcoin-core-dev 01:56 < kallewoof> I tried switching to br0 in gitian-build.sh. The system kind of dies (VirtualBox window still responds, but ssh stops working and eventually times out.. and `top` shows no process using CPU).. 01:58 < meshcollider> yeah that's why I wrote my own script in the end, but I wonder if its possible to just delete those lines 178-184 completely from gitian-build.sh 02:02 -!- duringo [~Mutter@2605:a000:122c:400c:4013:ca2:5751:d333] has joined #bitcoin-core-dev 02:03 -!- timothy [tredaelli@redhat/timothy] has joined #bitcoin-core-dev 02:06 -!- dabura667_ [~dabura667@i114-188-236-55.s41.a027.ap.plala.or.jp] has joined #bitcoin-core-dev 02:13 -!- duringo [~Mutter@2605:a000:122c:400c:4013:ca2:5751:d333] has quit [Ping timeout: 252 seconds] 02:18 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has quit [Remote host closed the connection] 02:18 -!- Duvdevan [5bcd454e@gateway/web/cgi-irc/kiwiirc.com/ip.91.205.69.78] has joined #bitcoin-core-dev 02:19 < Duvdevan> hi Everyone 02:19 < Duvdevan> I'm fairly new into bitcoin 02:19 < Duvdevan> I have only one question 02:19 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has joined #bitcoin-core-dev 02:19 < Duvdevan> can I use this code to modify it and run my own cryptocurrency? 02:19 < Duvdevan> https://github.com/bitcoin/bitcoin 02:19 < mryandao> Duvdevan: #bitcoin probably better. 02:20 < Duvdevan> mryandao: I thinkt he question is suitable for this channy 02:20 -!- duringo [~Mutter@2605:a000:122c:400c:4013:ca2:5751:d333] has joined #bitcoin-core-dev 02:20 < meshcollider> Duvdevan: this channel is only for discussion of bitcoin core development, to discuss altcoin development please use ##altcoin-dev 02:21 < Duvdevan> and I'm banned from #bitcoin for unknown reasons... :/ 02:21 -!- duringo [~Mutter@2605:a000:122c:400c:4013:ca2:5751:d333] has quit [Client Quit] 02:21 < Duvdevan> thank you for referring me to the right place! 02:21 -!- duringo [~Mutter@2605:a000:122c:400c:4013:ca2:5751:d333] has joined #bitcoin-core-dev 02:21 -!- duringo [~Mutter@2605:a000:122c:400c:4013:ca2:5751:d333] has quit [Remote host closed the connection] 02:21 -!- duringo [~Mutter@192.3.186.162] has joined #bitcoin-core-dev 02:22 -!- duringo [~Mutter@192.3.186.162] has quit [Client Quit] 02:26 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has quit [Remote host closed the connection] 02:39 -!- alreadylate [~textual@37-247-1-221.customers.ownit.se] has quit [] 02:39 -!- alreadylate [~textual@37-247-1-221.customers.ownit.se] has joined #bitcoin-core-dev 02:47 -!- PaulCapestany [~PaulCapes@ip72-209-228-52.dc.dc.cox.net] has joined #bitcoin-core-dev 02:51 -!- Duvdevan [5bcd454e@gateway/web/cgi-irc/kiwiirc.com/ip.91.205.69.78] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 02:55 -!- alreadylate [~textual@37-247-1-221.customers.ownit.se] has quit [] 02:55 -!- alreadylate [~textual@37.247.1.221] has joined #bitcoin-core-dev 03:11 -!- JackH [~laptop@46.231.18.66] has joined #bitcoin-core-dev 03:17 -!- wxxs [~chatzilla@184.75.212.77] has joined #bitcoin-core-dev 03:20 -!- ziggamon [~textual@c-217-115-42-58.cust.bredband2.com] has quit [Ping timeout: 260 seconds] 03:36 -!- RubenSomsen [~RubenSoms@1.217.138.142] has joined #bitcoin-core-dev 03:41 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has joined #bitcoin-core-dev 03:43 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has quit [Remote host closed the connection] 03:51 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 03:53 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has joined #bitcoin-core-dev 03:58 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has quit [Remote host closed the connection] 04:08 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 04:10 -!- echonaut [~echonaut@46.101.192.134] has quit [Remote host closed the connection] 04:10 -!- echonaut [~echonaut@46.101.192.134] has joined #bitcoin-core-dev 04:11 -!- laurentmt [~Thunderbi@92.154.68.134] has quit [Quit: laurentmt] 04:27 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has joined #bitcoin-core-dev 04:30 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has quit [Remote host closed the connection] 04:56 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has quit [Ping timeout: 240 seconds] 04:59 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has joined #bitcoin-core-dev 05:02 -!- dabura667_ [~dabura667@i114-188-236-55.s41.a027.ap.plala.or.jp] has quit [Remote host closed the connection] 05:14 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has joined #bitcoin-core-dev 05:15 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has quit [Remote host closed the connection] 05:17 -!- duringo [~Mutter@192.3.186.162] has joined #bitcoin-core-dev 05:23 -!- Geoffy [~Geo@178-119-187-213.access.telenet.be] has joined #bitcoin-core-dev 05:24 -!- Geoffy [~Geo@178-119-187-213.access.telenet.be] has quit [Client Quit] 05:31 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 05:34 -!- duringo [~Mutter@192.3.186.162] has quit [Quit: Mutter: www.mutterirc.com] 05:41 -!- duringo [~Mutter@192.3.186.162] has joined #bitcoin-core-dev 05:41 -!- duringo [~Mutter@192.3.186.162] has quit [Read error: Connection reset by peer] 05:41 -!- duringo [~Mutter@192.3.186.162] has joined #bitcoin-core-dev 05:44 -!- duringo [~Mutter@192.3.186.162] has quit [Client Quit] 05:44 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has joined #bitcoin-core-dev 05:45 -!- duringo [~Mutter@192.3.186.162] has joined #bitcoin-core-dev 05:46 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has quit [Remote host closed the connection] 05:49 < wumpus> 0.15.0.1 executables up https://bitcoin.org/bin/bitcoin-core-0.15.0.1/ https://bitcoincore.org/bin/bitcoin-core-0.15.0.1/ 05:51 -!- duringo [~Mutter@192.3.186.162] has quit [Quit: Mutter: www.mutterirc.com] 05:52 -!- jtimon [~quassel@199.31.134.37.dynamic.jazztel.es] has quit [Ping timeout: 248 seconds] 05:53 -!- alreadylate [~textual@37.247.1.221] has quit [Ping timeout: 240 seconds] 05:54 -!- duringo [~Mutter@192.3.186.162] has joined #bitcoin-core-dev 05:54 -!- duringo [~Mutter@192.3.186.162] has quit [Client Quit] 05:57 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 06:00 < bitcoin-git> [bitcoin] practicalswift opened pull request #11369: doc: Document locks - increase LOCK(...) comment coverage from 2 % to 77 % (master...lock-comments) https://github.com/bitcoin/bitcoin/pull/11369 06:01 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 246 seconds] 06:03 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 06:04 < bitcoin-git> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/1ab1b687cb5870258add2b08169cd974f08ed032 06:04 < bitcoin-git> bitcoin/master 1ab1b68 Wladimir J. van der Laan: doc: Add release notes for 0.15.0.1... 06:09 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has quit [Ping timeout: 252 seconds] 06:16 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 06:32 < achow101> meshcollider: kallewoof use kvm 06:33 < achow101> meshcollider: lines 182 and 183 can probably be removed 06:39 -!- sheldonthomas [~sheldonth@98.7.115.37] has quit [Quit: sheldonthomas] 06:54 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 255 seconds] 07:15 -!- sheldonthomas [~sheldonth@38.140.181.26] has joined #bitcoin-core-dev 07:15 -!- sheldonthomas [~sheldonth@38.140.181.26] has quit [Client Quit] 07:26 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 07:29 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 240 seconds] 07:30 -!- RubenSomsen [~RubenSoms@1.217.138.142] has quit [Ping timeout: 252 seconds] 07:30 -!- nioc [4356211e@gateway/web/freenode/ip.67.86.33.30] has joined #bitcoin-core-dev 07:32 -!- RubenSomsen [~RubenSoms@1.217.138.142] has joined #bitcoin-core-dev 07:39 < bitcoin-git> [bitcoin] practicalswift closed pull request #11361: Remove redundant LOCK(…) and AssertLockHeld(…) (master...remove-redundant-locks) https://github.com/bitcoin/bitcoin/pull/11361 07:43 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 07:47 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 07:54 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 07:55 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-core-dev 07:59 -!- laurentmt [~Thunderbi@92.154.68.134] has joined #bitcoin-core-dev 08:05 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 08:11 -!- RubenSomsen [~RubenSoms@1.217.138.142] has quit [Ping timeout: 240 seconds] 08:11 -!- JackH [~laptop@46.231.18.66] has quit [Ping timeout: 248 seconds] 08:13 -!- Murch [~murch@96-82-80-28-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 08:16 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 08:22 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-tlbumbxcpymntpfm] has quit [Quit: Connection closed for inactivity] 08:23 -!- JackH [~laptop@2a02:a210:2e00:300:655a:7cbf:d627:81fb] has joined #bitcoin-core-dev 08:40 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-hreiwimajiptnard] has joined #bitcoin-core-dev 08:40 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 08:46 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1ab1b687cb58...4f7e37e26c5d 08:46 < bitcoin-git> bitcoin/master fadf31e MarcoFalke: wallet: Display non-HD error on first run 08:46 < bitcoin-git> bitcoin/master 4f7e37e Wladimir J. van der Laan: Merge #11307: wallet: Display non-HD error on first run... 08:47 < bitcoin-git> [bitcoin] laanwj closed pull request #11307: wallet: Display non-HD error on first run (master...Mf1709-walletHDfirst) https://github.com/bitcoin/bitcoin/pull/11307 08:49 < esotericnonsense> hm 08:49 < esotericnonsense> 0.15.0.1 extracts into bitcoin-0.15.0; is this expected? (not sure how minor-minor releases have gone before) 08:50 < esotericnonsense> nuked my folder, not that it really matters 08:51 < wumpus> that's how the gitian build makes them, yes 08:51 < wumpus> don't have a strong opinion on how it should be 08:52 < wumpus> though if the .1 would be added it'd need some logic like 'drop the final .0 if the build is 0', otherwise it'd get kind of ugly 08:52 < esotericnonsense> yeah 08:53 < wumpus> I hope we can just avoid doing build-releases for a few versions now :) 08:53 < wumpus> these are really exceptional 08:59 < Lightsword> is using addwitnessaddress the best way to use segwit for production right now with core? 09:06 -!- laurentmt [~Thunderbi@92.154.68.134] has quit [Quit: laurentmt] 09:20 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection] 09:30 -!- abpa [~abpa@96-82-80-28-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 09:37 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 09:38 -!- Aaronva__ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 09:39 < luke-jr> wumpus: another possibility would be to transform `git describe` - then builds of non-tagged commits would have a better name too 09:40 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 255 seconds] 09:41 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 09:42 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 10:16 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 10:16 -!- RubenSomsen [~RubenSoms@1.217.138.142] has joined #bitcoin-core-dev 10:20 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 10:26 < gmaxwell> https://twitter.com/BcoreProject/status/910115487182450694 this imposter account keeps going :( 10:33 < instagibbs> should apply for a blue checkmark, I think that would expedite future flagging 10:33 < instagibbs> right now it's kind of a "he said she said" 10:35 < instagibbs> taking down by twitter fee bot for now, because their support is such crap :/ 10:38 < alephzero> doesnt twitter have an impersonation policy? 10:38 < kinlo> they use blue checkmarks so you know who's real and who is not 10:38 < alephzero> thats not true 10:38 < alephzero> you can take down an impersonator as well 10:39 < kinlo> you can try, which someone should 10:39 < alephzero> https://support.twitter.com/articles/18366 10:39 < alephzero> it is a ToS violation. if successful, they will get suspended. 10:39 < alephzero> then after a period of time, you can take posession of that handle. 10:40 < alephzero> somebody who has verifiable ties to bitcoin core project should file a claim. 10:40 < kinlo> indeed 10:42 < instagibbs> right now, someone can file saying "Actually I'm Core, take this down" and they're asking for things like business cards 10:42 < kinlo> gmaxwell: maybe that should be you? you're part of the bitcoin core team now, right? 10:42 < alephzero> instagibbs: somebody who runs bitcoincore domain and github should do the reporting 10:42 < instagibbs> alephzero, agreed 10:42 < alephzero> everyone else can click the report button. i have. 10:42 < alephzero> do your part. 10:46 < gmaxwell> Twitter apparently told us to go away when we reported before or something. :( 10:46 < alephzero> I have successfully taken over impersonating accounts previously. but that was for a registered legal entity. 10:47 < alephzero> can their subreddit be taken down for impersonation? 10:47 < alephzero> that is against reddit's ToS as well. 10:53 -!- timothy [tredaelli@redhat/timothy] has quit [Remote host closed the connection] 11:08 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 11:43 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has quit [Ping timeout: 240 seconds] 11:48 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has joined #bitcoin-core-dev 11:50 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [] 11:52 < grubles> you can report accounts for impersonation 11:52 < grubles> (on twitter) 11:52 < grubles> as in, if you aren't the account being impersonated 11:52 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #bitcoin-core-dev 11:54 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Client Quit] 11:55 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #bitcoin-core-dev 12:08 -!- RubenSomsen [~RubenSoms@1.217.138.142] has quit [Ping timeout: 255 seconds] 12:20 -!- [SaD] [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #bitcoin-core-dev 12:21 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Ping timeout: 240 seconds] 12:22 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 12:22 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 12:25 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 12:30 -!- jtimon [~quassel@199.31.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 12:42 -!- [SaD] is now known as StopAndDecrypty 12:42 -!- StopAndDecrypty is now known as StopAndDecrypt 12:43 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 12:44 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 12:48 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 12:51 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 260 seconds] 13:09 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 13:10 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 13:23 -!- privateglacier [b2c64e63@gateway/web/freenode/ip.178.198.78.99] has joined #bitcoin-core-dev 13:27 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 13:43 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 13:43 < midnightmagic> Impersonation reporting for Twitter accounts that are impersonating you or your organization--including even if it is someone you are friend with, or a fan of, btw: https://support.twitter.com/forms/impersonation 13:44 < midnightmagic> I would continue reporting them. 13:48 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 255 seconds] 13:59 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:11 -!- Veseli_Zagorec [~Veseli_Za@dh207-84-229.xnet.hr] has joined #bitcoin-core-dev 14:18 -!- tknp [~tknp@unaffiliated/tknp] has joined #bitcoin-core-dev 14:20 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 240 seconds] 14:24 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 14:31 -!- Veseli_Zagorec [~Veseli_Za@dh207-84-229.xnet.hr] has quit [Quit: Leaving] 14:37 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-lptkrzaftnmorsvv] has joined #bitcoin-core-dev 14:52 -!- goatpig [56f75683@gateway/web/freenode/ip.86.247.86.131] has joined #bitcoin-core-dev 15:34 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 15:39 < alephzero> you will have to supply proof you are being impersonated. 15:40 < alephzero> i.e legal entity/pseudonym registration, plus some paperwork to prove ownership 15:42 < alephzero> the best way would be to have whoever owns bitcoincore.org or a similar domain provide proof of that domains ownership, i think it will count as a registered pseudonym 15:43 < alephzero> looks like it would have to be Wlad. 16:08 -!- vicenteH [~user@13.232.15.37.dynamic.jazztel.es] has quit [Ping timeout: 260 seconds] 16:11 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has quit [Ping timeout: 248 seconds] 16:12 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 16:12 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has joined #bitcoin-core-dev 16:30 -!- JackH [~laptop@2a02:a210:2e00:300:655a:7cbf:d627:81fb] has quit [Ping timeout: 255 seconds] 16:43 -!- chjj [~chjj@unaffiliated/chjj] has quit [Quit: WeeChat 1.9] 16:47 -!- privateglacier [b2c64e63@gateway/web/freenode/ip.178.198.78.99] has quit [Ping timeout: 260 seconds] 16:50 < bitcoin-git> [bitcoin] promag opened pull request #11370: [test] Add getblockchaininfo functional test (master...2017-09-add-getblockchaininfo-functional-test) https://github.com/bitcoin/bitcoin/pull/11370 16:57 -!- abpa [~abpa@96-82-80-28-static.hfc.comcastbusiness.net] has quit [Quit: Textual IRC Client: www.textualapp.com] 17:02 -!- jannes [~jannes@095-097-246-234.static.chello.nl] has quit [Quit: Leaving] 17:03 -!- StopAndDecrypty [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #bitcoin-core-dev 17:03 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Disconnected by services] 17:03 -!- StopAndDecrypty is now known as StopAndDecrypt 17:33 -!- Murch [~murch@96-82-80-28-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 17:36 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 17:46 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 17:48 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-hreiwimajiptnard] has quit [Quit: Connection closed for inactivity] 17:50 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 18:06 -!- dabura667 [~dabura667@ai126173057071.46.access-internet.ne.jp] has joined #bitcoin-core-dev 18:14 < btcdrak> gmaxwell: We can try again with the security@ email address. I have limited internet access today so cant do it. 18:15 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 18:16 < bitcoin-git> [bitcoin] sipa opened pull request #11372: Address encoding cleanup (master...201709_addr_cleanup) https://github.com/bitcoin/bitcoin/pull/11372 18:51 -!- RubenSomsen [~RubenSoms@1.217.138.142] has joined #bitcoin-core-dev 18:53 -!- chjj [~chjj@unaffiliated/chjj] has quit [Quit: WeeChat 1.9] 18:56 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 19:01 -!- chjj [~chjj@unaffiliated/chjj] has quit [Quit: WeeChat 1.9] 19:02 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 19:10 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 19:13 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 240 seconds] 19:16 -!- nioc [4356211e@gateway/web/freenode/ip.67.86.33.30] has left #bitcoin-core-dev [] 19:18 -!- nickler [~nickler@185.12.46.130] has quit [Remote host closed the connection] 19:19 -!- nickler [~nickler@185.12.46.130] has joined #bitcoin-core-dev 19:28 -!- Murch [~murch@108-65-78-188.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 19:28 -!- Murch [~murch@108-65-78-188.lightspeed.sntcca.sbcglobal.net] has quit [Client Quit] 19:39 -!- dabura667_ [~dabura667@ai126189111030.58.access-internet.ne.jp] has joined #bitcoin-core-dev 19:42 -!- dabura667 [~dabura667@ai126173057071.46.access-internet.ne.jp] has quit [Ping timeout: 264 seconds] 19:43 -!- dabura667_ [~dabura667@ai126189111030.58.access-internet.ne.jp] has quit [Ping timeout: 260 seconds] 19:57 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Ping timeout: 248 seconds] 19:57 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #bitcoin-core-dev 20:09 -!- PRab [~chatzilla@c-68-56-234-28.hsd1.mi.comcast.net] has joined #bitcoin-core-dev 20:19 -!- StopAndDecrypty [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #bitcoin-core-dev 20:20 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Ping timeout: 252 seconds] 20:23 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 264 seconds] 20:23 -!- wxxs [~chatzilla@184.75.212.77] has quit [Remote host closed the connection] 20:46 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 20:47 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 20:50 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 248 seconds] 21:34 -!- jtimon [~quassel@199.31.134.37.dynamic.jazztel.es] has quit [Ping timeout: 240 seconds] 21:47 -!- jtimon [~quassel@199.31.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 21:48 -!- dabura667 [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has joined #bitcoin-core-dev 21:54 -!- RubenSomsen [~RubenSoms@1.217.138.142] has quit [Ping timeout: 264 seconds] 21:59 -!- harrymm1 [~wayne@85.203.47.39] has quit [Ping timeout: 246 seconds] 21:59 -!- harrymm1 [~wayne@85.203.47.39] has joined #bitcoin-core-dev 22:00 -!- harrymm [~harrymm@85.203.47.39] has quit [Ping timeout: 240 seconds] 22:00 -!- harrymm [~harrymm@85.203.47.39] has joined #bitcoin-core-dev 22:45 -!- pbase [~pbase@unaffiliated/pbase] has joined #bitcoin-core-dev 22:58 -!- jtimon [~quassel@199.31.134.37.dynamic.jazztel.es] has quit [Ping timeout: 240 seconds] 23:28 < kallewoof> achow101: the approach given in the doc I linked is outdated, then? I could write/update docs, but I'm honestly stumped on how to approach this. E.g. I am supposed to give a signer, but I don't want to shuffle private GPG keys around to let the VM sign using a key it doesn't hold (I am guessing wildly here). 23:32 < esotericnonsense> kallewoof: there's a section in gitian-building.md that references copying out the assert files? 23:35 < esotericnonsense> (missed most of the conversation, just guessing here) 23:46 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection]