--- Day changed Mon Jan 22 2018 00:01 -!- cjcj [d4555899@gateway/web/freenode/ip.212.85.88.153] has quit [Quit: Page closed] 00:06 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 246 seconds] 00:08 -!- jtimon [~quassel@41.31.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 00:11 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 00:12 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 255 seconds] 00:17 -!- anome [~anome@unaffiliated/anome] has quit [] 00:19 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 00:19 -!- spaceboy2222 [68adb29a@gateway/web/freenode/ip.104.173.178.154] has joined #bitcoin-core-dev 00:22 -!- spaceboy2222 [68adb29a@gateway/web/freenode/ip.104.173.178.154] has quit [Client Quit] 00:25 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 00:28 -!- athator [~mhluc@2.29.103.208] has joined #bitcoin-core-dev 00:28 < bitcoin-git> [bitcoin] mryandao opened pull request #12240: changed fee to be in sats instead of btc (master...fix-getrawmempool-fee-representation) https://github.com/bitcoin/bitcoin/pull/12240 00:42 -!- anome [~anome@unaffiliated/anome] has quit [] 00:44 -!- Adam73Larkin [~Adam73Lar@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 256 seconds] 00:45 < bitcoin-git> [bitcoin] fanquake closed pull request #10437: [WIP] Implement BIP135 (generalized versionbits) (master...bip135-core-dev-clean1) https://github.com/bitcoin/bitcoin/pull/10437 00:45 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 00:55 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 00:56 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-core-dev 01:00 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 01:00 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 01:04 -!- jtimon [~quassel@41.31.134.37.dynamic.jazztel.es] has quit [Ping timeout: 276 seconds] 01:08 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 01:09 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 01:14 -!- dabura667 [~dabura667@240f:d:e193:1:81ec:aa09:8b76:4491] has joined #bitcoin-core-dev 01:16 -!- sidd_ [cb64492a@gateway/web/freenode/ip.203.100.73.42] has joined #bitcoin-core-dev 01:16 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 01:17 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 01:17 < sidd_> hey guys, 01:17 < sidd_> do you know Satoshi Nakamoto 01:17 < sidd_> plz tell me who he is in realty 01:18 < sidd_> i have not slept for so many dys 01:18 < sidd_> this question has been eating me inside 01:19 < sidd_> i have 10000 bit coins 01:19 < sidd_> which i bought way back in 2012 01:20 < meshcollider> sidd_: you're in the wrong channel, please take this to #bitcoin 01:20 -!- sidd_ [cb64492a@gateway/web/freenode/ip.203.100.73.42] has left #bitcoin-core-dev [] 01:21 -!- CubicEar_ [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 01:21 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 01:22 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 01:23 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Client Quit] 01:26 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 01:40 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 255 seconds] 01:41 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 01:49 -!- alfa [uid11513@gateway/web/irccloud.com/x-nwcfdbhltqiasmlh] has joined #bitcoin-core-dev 02:02 -!- goksinen [~pgupta@109.246.173.166] has quit [Read error: No route to host] 02:02 -!- goksinen [~pgupta@109.246.173.166] has joined #bitcoin-core-dev 02:17 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 02:19 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 02:21 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 02:22 < mryandao> heh, so with fees, the reason why the test are failing is because the `getnetworkinfo` rpc endpoint reports minrelayfees in btc denominations as well 02:22 < mryandao> is there a convention as to what denomination fees should be in? 02:22 < wumpus> the idea is that all amounts on the RPC interface should be in BTC 02:23 < wumpus> there are some exceptions which have to do with specific BIPs (getblocktemplate etc) 02:23 < mryandao> so `ancestorFee` and `decendentFee` should be in BTC instead? 02:23 < wumpus> but the guideline is to use AmountFromValue and ValueFromAmount for all monetary amounts unless there is a really good reason otherwise 02:23 < wumpus> I guess - though changing the interface is dangerous 02:23 < mryandao> the two fields report in satoshis when you make a `getrawmempool true` 02:23 < promag> what output format should createmultisig use if wallet is not enabled? 02:24 < wumpus> if people have already built software that makes the assumption that values are in a certain unit, changing it can lead to enormous funds loss 02:24 < wumpus> but so can having mixed units on one call, so I don't know... 02:25 < mryandao> uhh, i'll leave the PR there and wait for more comments? 02:38 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 02:41 < promag> mryandao: which PR? 02:44 < meshcollider> promag: #12240 I assume 02:44 < gribble> https://github.com/bitcoin/bitcoin/issues/12240 | changed fee to be in sats instead of btc by mryandao · Pull Request #12240 · bitcoin/bitcoin · GitHub 02:44 < promag> ty 02:44 < promag> I guess that's breaking change 02:45 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 02:46 < promag> mryandao: you can't simply change a field unit 02:46 < meshcollider> promag: it was assumed to be a bug though, discussed slightly above ^ 02:47 < promag> meshcollider: bug or not 02:47 < meshcollider> promag: yeah I know, just clarifying :) 02:47 < promag> mryandao: I suggest to add a new field and signal that as deprecated 02:48 < promag> like add "fees": { "value": ..., "modified": ... } 02:54 < bitcoin-git> [bitcoin] fanquake opened pull request #12241: [trivial][docs] Fix incorrect link in /test/ README.md (master...trivial-fix-util-link) https://github.com/bitcoin/bitcoin/pull/12241 02:56 < mryandao> promag: ok, i'll note that for future reference -- not breaking changes in RPC. 02:57 < mryandao> but wumpus did mention that fees shown in RPC calls should be in BTC. 02:57 < mryandao> so i'm thinking of changing `ancestor/decendentFees` to btc-denominations instead. 03:01 < promag> mryandao: that is also a no-go 03:02 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 03:02 -!- marcoagner [~user@gateway/tor-sasl/marcoagner] has joined #bitcoin-core-dev 03:03 < promag> mryandao: you can add breaking change behind a flag. bad example: `bitcoind -fixrpcunits` - the user knows what he is doing so we can expect he fixes his software 03:04 < wumpus> meh, I wouldn't add flags 03:04 < wumpus> the way to do this would be to add fields 03:04 < wumpus> then deprecate the old ones at some point in the far future 03:04 < promag> wumpus: yes I also prefer that 03:04 < fanquake> Afternoon 03:04 < promag> o/ 03:04 < promag> Morning 03:04 < wumpus> new options need to have a very good rationale, there are too many of them already 03:05 < wumpus> o\ 03:05 < mryandao> alright, i'll add new fields 03:05 < mryandao> what should I call them? 03:05 < mryandao> `ancestorFeeInBTC`? 03:06 < promag> I tend to like structured json, so "fees": { ..., "ancestor": ..., ... } 03:07 < wumpus> no opinion on names... 03:07 < meshcollider> agree with promag, new fees object would be cleaner 03:07 < mryandao> that's a pretty big breaking change 03:07 < wumpus> adding fields is never a breaking change 03:07 < mryandao> oh, but i leave existing fields intact. 03:07 < mryandao> right 03:07 < promag> the docs would say units in "fees" are BTC 03:07 < mryandao> gotcha 03:07 < wumpus> promag: exactly, the unit should be in the doc, not the name/handle 03:08 < wumpus> removing the fields at some point would be a big breaking change, but let's wait a few major versions for that... if it's just for consistency there's no hurry to break software 03:11 < fanquake> wumpus I see more wormhole activity from you :p 03:14 < wumpus> fanquake: how, exotic particle leaks, is the shielding failing? :p 03:17 < fanquake> wumpus it's not quite magic ;) 03:25 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 03:28 -!- zelest [jesper@ifconfig.se] has joined #bitcoin-core-dev 03:29 < zelest> I think I just had a quite clever idea... What about showing bitcoin addresses in certain colors? E.g, convert it to hex and pick the 6 values (like, 2 form the beginning, 2 from the middle, 2 from the last) and use it as RGB and color it.. 03:30 < zelest> That way people can quickly verify if an address is wrong :) 03:34 -!- dabura667 [~dabura667@240f:d:e193:1:81ec:aa09:8b76:4491] has quit [Remote host closed the connection] 03:35 < wumpus> isn't blockchair (the block exporer) doing that? 03:36 < zelest> It is? 03:41 < fanquake> There is an issue open for something similar. I cannot find it. 03:41 < fanquake> Similar to #11642 03:41 < gribble> https://github.com/bitcoin/bitcoin/issues/11642 | Visual Hashes for Bitcoin Addresses · Issue #11642 · bitcoin/bitcoin · GitHub 03:45 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 03:47 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 03:48 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Max SendQ exceeded] 03:50 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 03:50 -!- eu-Robert [5594abfc@gateway/web/cgi-irc/kiwiirc.com/ip.85.148.171.252] has joined #bitcoin-core-dev 03:51 -!- dabura667 [~dabura667@KD111103034253.ppp-bb.dion.ne.jp] has joined #bitcoin-core-dev 03:53 -!- dabura667 [~dabura667@KD111103034253.ppp-bb.dion.ne.jp] has quit [Remote host closed the connection] 03:54 -!- goksinen [~pgupta@109.246.173.166] has quit [Remote host closed the connection] 03:54 < athator> https://en.bitcoin.it/wiki/User:Gmaxwell/visual_fingerprint_comparison 03:54 < athator> Getting a graphic designer / GUI designer on board to spruce it up would be optimal as well from a user perspective 03:58 -!- alfa [uid11513@gateway/web/irccloud.com/x-nwcfdbhltqiasmlh] has quit [Quit: Connection closed for inactivity] 04:01 -!- goksinen [~pgupta@109.246.173.166] has joined #bitcoin-core-dev 04:06 -!- goksinen [~pgupta@109.246.173.166] has quit [Ping timeout: 256 seconds] 04:10 -!- goksinen [~goksinen@109.246.173.166] has joined #bitcoin-core-dev 04:28 -!- goksinen_ [~pgupta@109.246.173.166] has joined #bitcoin-core-dev 04:33 -!- goksinen_ [~pgupta@109.246.173.166] has quit [Ping timeout: 256 seconds] 04:35 -!- Stevie88Glover [~Stevie88G@ns334669.ip-5-196-64.eu] has joined #bitcoin-core-dev 04:36 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Read error: Connection reset by peer] 04:36 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 04:36 -!- goksinen [~goksinen@109.246.173.166] has quit [] 04:40 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 04:52 -!- goksinen [~pgupta@193.60.220.253] has joined #bitcoin-core-dev 04:59 -!- PiedPiper [~PiedPiper@189.34.46.84] has joined #bitcoin-core-dev 04:59 -!- goksinen [~pgupta@193.60.220.253] has quit [] 05:10 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 05:14 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Remote host closed the connection] 05:15 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #bitcoin-core-dev 05:23 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f4c942e36154...b03013396cb2 05:23 < bitcoin-git> bitcoin/master bf18977 fanquake: [trivial][docs] Fix incorrect link in /test/ README.md 05:23 < bitcoin-git> bitcoin/master b030133 MarcoFalke: Merge #12241: [trivial][docs] Fix incorrect link in /test/ README.md... 05:23 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #12241: [trivial][docs] Fix incorrect link in /test/ README.md (master...trivial-fix-util-link) https://github.com/bitcoin/bitcoin/pull/12241 05:26 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 05:28 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 05:29 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 05:30 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b03013396cb2...b987ca4ee495 05:30 < bitcoin-git> bitcoin/master ac96e78 Russell Yanofsky: test_runner: Readable output if create_cache.py fails... 05:30 < bitcoin-git> bitcoin/master b987ca4 MarcoFalke: Merge #12227: test_runner: Readable output if create_cache.py fails... 05:31 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #12227: test_runner: Readable output if create_cache.py fails (master...pr/runcache) https://github.com/bitcoin/bitcoin/pull/12227 05:41 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Remote host closed the connection] 05:41 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 05:47 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b987ca4ee495...b5e4b9b5100e 05:47 < bitcoin-git> bitcoin/master b21244e Jeff Rade: Updating benchmarkmarking.md with an updated sample output and help options 05:47 < bitcoin-git> bitcoin/master b5e4b9b MarcoFalke: Merge #12187: [Docs] Updating benchmarkmarking.md with an updated sample output... 05:47 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 05:47 -!- eck [~eck@fsf/member/eck] has joined #bitcoin-core-dev 05:48 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #12187: [Docs] Updating benchmarkmarking.md with an updated sample output (master...benchmark_output) https://github.com/bitcoin/bitcoin/pull/12187 05:48 -!- marcoagner [~user@gateway/tor-sasl/marcoagner] has quit [Remote host closed the connection] 05:49 -!- marcoagner [~user@gateway/tor-sasl/marcoagner] has joined #bitcoin-core-dev 06:07 -!- promag [~promag@46.50.89.243] has joined #bitcoin-core-dev 06:18 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 06:25 < bitcoin-git> [bitcoin] russhianhere opened pull request #12242: 0.8 (0.8...0.8) https://github.com/bitcoin/bitcoin/pull/12242 06:26 < bitcoin-git> [bitcoin] fanquake closed pull request #12242: 0.8 (0.8...0.8) https://github.com/bitcoin/bitcoin/pull/12242 06:29 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 256 seconds] 06:30 -!- eck [~eck@fsf/member/eck] has quit [Ping timeout: 268 seconds] 06:35 -!- eck [~eck@fsf/member/eck] has joined #bitcoin-core-dev 06:48 -!- wxss [~user@185.145.66.249] has joined #bitcoin-core-dev 06:55 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 06:56 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 06:58 -!- eck [~eck@fsf/member/eck] has quit [Ping timeout: 248 seconds] 07:01 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 07:01 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 248 seconds] 07:03 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 07:05 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 07:09 -!- promag [~promag@46.50.89.243] has quit [Remote host closed the connection] 07:22 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 07:23 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 07:28 -!- ren0v0_ [~ren0v0@host81-155-43-175.range81-155.btcentralplus.com] has joined #bitcoin-core-dev 07:30 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 268 seconds] 07:30 -!- ren0v0 [~ren0v0@host213-122-99-205.range213-122.btcentralplus.com] has quit [Ping timeout: 240 seconds] 07:34 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 07:35 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 07:38 -!- alfa [uid11513@gateway/web/irccloud.com/x-zswmtkueoeybrkok] has joined #bitcoin-core-dev 07:40 -!- sjorsnado [~sjorsnado@2a05:d014:5f:e100:fd30:8af7:2d6a:cbb1] has joined #bitcoin-core-dev 07:40 -!- harding_ [~harding@mail.dtrt.org] has joined #bitcoin-core-dev 07:40 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 07:40 -!- hirish_ [~hirish@hirish.cloudns.org] has joined #bitcoin-core-dev 07:41 -!- pigeons is now known as Guest97833 07:41 -!- wallet42 [sid154231@gateway/web/irccloud.com/x-hgbsvsfrjkesowbt] has joined #bitcoin-core-dev 07:41 -!- derbumi [sid186430@gateway/web/irccloud.com/x-amyrmdruenpskgju] has joined #bitcoin-core-dev 07:41 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-lgccxvdbyiveuvqy] has joined #bitcoin-core-dev 07:41 -!- Netsplit over, joins: pigeons, PatBoy, chjj 07:42 -!- BlueMatt_ [~BlueMatt@mail.bluematt.me] has joined #bitcoin-core-dev 07:42 -!- Netsplit over, joins: _flow_ 07:43 -!- rfree_irc [~rfree_irc@172.86.120.144] has quit [Ping timeout: 260 seconds] 07:43 -!- jtimon [~quassel@41.31.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 07:43 -!- nullptr| [~nullptr|@ip-94-113-103-134.net.upcbroadband.cz] has quit [Ping timeout: 260 seconds] 07:45 -!- nullptr| [~nullptr|@ip-94-113-103-134.net.upcbroadband.cz] has joined #bitcoin-core-dev 07:45 -!- rfree_irc [~rfree_irc@172.86.120.144] has joined #bitcoin-core-dev 07:47 -!- flokie [~flokie@unaffiliated/flokie] has quit [Quit: Leaving] 07:48 -!- Cory [~Cory@unaffiliated/cory] has joined #bitcoin-core-dev 07:48 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 07:49 -!- marcoagner [~user@gateway/tor-sasl/marcoagner] has quit [Ping timeout: 255 seconds] 07:49 -!- Guest97833 is now known as pigeons 07:50 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-qldflzkjwkjdrhfq] has quit [Quit: Connection closed for inactivity] 07:51 -!- wraithm [~wraithm@unaffiliated/wraithm] has joined #bitcoin-core-dev 07:52 -!- contrapumpkin [~copumpkin@haskell/developer/copumpkin] has quit [Quit: Textual IRC Client: www.textualapp.com] 07:52 -!- harding_ is now known as harding 07:57 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [Quit: Leaving.] 07:58 -!- eu-Robert [5594abfc@gateway/web/cgi-irc/kiwiirc.com/ip.85.148.171.252] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 07:58 -!- eu-Robert [5594abfc@gateway/web/cgi-irc/kiwiirc.com/ip.85.148.171.252] has joined #bitcoin-core-dev 07:58 -!- contrapumpkin [~copumpkin@haskell/developer/copumpkin] has joined #bitcoin-core-dev 08:01 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 268 seconds] 08:07 -!- Murch [~murch@96-82-80-28-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 08:20 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 08:29 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 240 seconds] 08:29 -!- hirish_ [~hirish@hirish.cloudns.org] has quit [Ping timeout: 240 seconds] 08:32 -!- hirish [~hirish@hirish.cloudns.org] has joined #bitcoin-core-dev 08:37 -!- anome [~anome@unaffiliated/anome] has quit [] 08:37 -!- fenx [67e16744@gateway/web/freenode/ip.103.225.103.68] has joined #bitcoin-core-dev 08:38 -!- fenx [67e16744@gateway/web/freenode/ip.103.225.103.68] has quit [Client Quit] 08:39 -!- fenx [67e16744@gateway/web/freenode/ip.103.225.103.68] has joined #bitcoin-core-dev 08:46 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 08:48 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 08:48 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 09:02 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has joined #bitcoin-core-dev 09:02 -!- anome [~anome@unaffiliated/anome] has quit [Read error: Connection reset by peer] 09:03 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 240 seconds] 09:04 -!- eck [~eck@fsf/member/eck] has joined #bitcoin-core-dev 09:10 -!- mandric [~mandric@c-73-73-148-9.hsd1.il.comcast.net] has joined #bitcoin-core-dev 09:11 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 09:14 -!- AriseChikun [Arise@gateway/vpn/privateinternetaccess/arisechikun] has quit [Remote host closed the connection] 09:15 -!- AriseChikun [Arise@gateway/vpn/privateinternetaccess/arisechikun] has joined #bitcoin-core-dev 09:17 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 09:19 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 09:20 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 09:21 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 09:28 -!- bill09086 [2d3f1d60@gateway/web/freenode/ip.45.63.29.96] has joined #bitcoin-core-dev 09:28 < bill09086> Here's a few cryptocurrencies I invested in that made me $265,000 with a small investment https://tinyurl.com/yad8khq9 09:28 -!- bill09086 [2d3f1d60@gateway/web/freenode/ip.45.63.29.96] has quit [Client Quit] 09:30 < eu-Robert> lol 09:30 -!- mrannanay [uid222022@gateway/web/irccloud.com/x-xfjtjpibffuzwewb] has joined #bitcoin-core-dev 09:33 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Read error: Connection reset by peer] 09:34 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 09:39 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Read error: Connection reset by peer] 09:40 -!- larafale_ [~larafale@i15-les02-ntr-176-181-166-60.sfr.lns.abo.bbox.fr] has joined #bitcoin-core-dev 09:41 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 09:45 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 09:47 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 09:50 < PiedPiper> i clicked 09:51 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has quit [Read error: Connection reset by peer] 09:51 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has joined #bitcoin-core-dev 09:56 -!- fenx [67e16744@gateway/web/freenode/ip.103.225.103.68] has quit [Ping timeout: 260 seconds] 10:01 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 10:01 -!- nastwokey [~NASTOK@176-156-217-130.abo.bbox.fr] has joined #bitcoin-core-dev 10:10 -!- athator1 [~mhluc@213.152.161.35] has joined #bitcoin-core-dev 10:12 -!- athator [~mhluc@2.29.103.208] has quit [Ping timeout: 240 seconds] 10:13 -!- eck [~eck@fsf/member/eck] has quit [Quit: we out here] 10:13 -!- eck [~eck@fsf/member/eck] has joined #bitcoin-core-dev 10:13 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 10:17 -!- BlueMatt_ is now known as BlueMatt 10:17 -!- BlueMatt [~BlueMatt@mail.bluematt.me] has quit [Changing host] 10:17 -!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has joined #bitcoin-core-dev 10:17 -!- alfa [uid11513@gateway/web/irccloud.com/x-zswmtkueoeybrkok] has quit [Quit: Connection closed for inactivity] 10:18 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 10:18 -!- timothy [~tredaelli@redhat/timothy] has quit [Client Quit] 10:18 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 10:20 -!- athator1 [~mhluc@213.152.161.35] has left #bitcoin-core-dev [] 10:20 -!- timothy [~tredaelli@redhat/timothy] has quit [Client Quit] 10:23 -!- larafale_ [~larafale@i15-les02-ntr-176-181-166-60.sfr.lns.abo.bbox.fr] has quit [Remote host closed the connection] 10:23 -!- larafale [~larafale@i15-les02-ntr-176-181-166-60.sfr.lns.abo.bbox.fr] has joined #bitcoin-core-dev 10:26 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 10:27 -!- larafale [~larafale@i15-les02-ntr-176-181-166-60.sfr.lns.abo.bbox.fr] has quit [Ping timeout: 240 seconds] 10:28 -!- eck [~eck@fsf/member/eck] has quit [Ping timeout: 240 seconds] 10:36 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 10:39 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 10:42 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 10:45 -!- eck [~eck@fsf/member/eck] has joined #bitcoin-core-dev 10:47 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 10:52 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 10:53 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 10:53 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 10:56 -!- PaulCape_ [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has joined #bitcoin-core-dev 10:57 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Ping timeout: 248 seconds] 10:58 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 10:59 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has quit [Read error: Connection reset by peer] 10:59 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 11:00 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 11:01 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has joined #bitcoin-core-dev 11:04 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 246 seconds] 11:05 -!- PaulCape_ [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Ping timeout: 268 seconds] 11:05 -!- mandric_ [~mandric@c-73-73-148-9.hsd1.il.comcast.net] has joined #bitcoin-core-dev 11:06 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 11:07 -!- mandric [~mandric@c-73-73-148-9.hsd1.il.comcast.net] has quit [Ping timeout: 248 seconds] 11:07 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 11:07 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 11:10 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 11:13 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 11:13 -!- Aaronvan_ is now known as AaronvanW 11:16 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 240 seconds] 11:16 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has joined #bitcoin-core-dev 11:17 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 248 seconds] 11:18 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 11:18 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 11:26 -!- wunpunch [~Alli@2a02:c7f:282a:6c00:8584:2a58:66e9:af75] has joined #bitcoin-core-dev 11:34 -!- echelon [~echelon@bzflag/player/echelon] has quit [Remote host closed the connection] 11:34 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 11:34 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 11:35 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 11:35 -!- echelon [~echelon@bzflag/player/echelon] has joined #bitcoin-core-dev 11:35 -!- Tennis [~Tennis@unaffiliated/tennis] has joined #bitcoin-core-dev 11:38 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 11:39 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 256 seconds] 11:40 -!- marcoagner [~user@gateway/tor-sasl/marcoagner] has joined #bitcoin-core-dev 11:41 -!- Tennis [~Tennis@unaffiliated/tennis] has quit [Quit: Leaving] 11:41 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 11:44 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Ping timeout: 248 seconds] 11:45 -!- nastwokey [~NASTOK@176-156-217-130.abo.bbox.fr] has quit [Ping timeout: 250 seconds] 11:48 -!- marcoagner [~user@gateway/tor-sasl/marcoagner] has quit [Ping timeout: 255 seconds] 11:52 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 11:55 -!- nastwokey [~NASTOK@176-156-217-130.abo.bbox.fr] has joined #bitcoin-core-dev 11:56 -!- joel_k_lashbrook [~joel_k_la@c-68-48-0-215.hsd1.mi.comcast.net] has joined #bitcoin-core-dev 11:57 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 248 seconds] 11:57 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 12:01 -!- Deacydal [~Deacyde@unaffiliated/deacyde] has joined #bitcoin-core-dev 12:02 < joel_k_lashbrook> exir 12:02 < joel_k_lashbrook> exit 12:02 -!- joel_k_lashbrook [~joel_k_la@c-68-48-0-215.hsd1.mi.comcast.net] has quit [Quit: leaving] 12:02 -!- Deacyde [~Deacyde@unaffiliated/deacyde] has quit [Ping timeout: 255 seconds] 12:03 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 12:04 -!- marcoagner [~user@gateway/tor-sasl/marcoagner] has joined #bitcoin-core-dev 12:06 -!- mklink_j [~joel_k_la@c-68-48-0-215.hsd1.mi.comcast.net] has joined #bitcoin-core-dev 12:08 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 248 seconds] 12:13 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 12:14 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has quit [Ping timeout: 268 seconds] 12:16 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 12:18 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 12:19 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 12:19 -!- jb55 [~jb55@184.68.162.218] has joined #bitcoin-core-dev 12:20 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 255 seconds] 12:20 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #bitcoin-core-dev 12:23 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Remote host closed the connection] 12:24 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 12:26 -!- PiedPiper [~PiedPiper@189.34.46.84] has quit [Ping timeout: 248 seconds] 12:26 -!- mklink_j [~joel_k_la@c-68-48-0-215.hsd1.mi.comcast.net] has quit [Quit: leaving] 12:28 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Remote host closed the connection] 12:28 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 12:31 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 12:32 -!- arbitrary_guy [~arbitrary@c-67-183-30-122.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 12:32 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Ping timeout: 240 seconds] 12:34 -!- PiedPiper [~PiedPiper@189.34.46.84] has joined #bitcoin-core-dev 12:36 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 12:39 -!- jb55 [~jb55@184.68.162.218] has quit [Ping timeout: 246 seconds] 12:45 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 12:46 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 12:46 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 12:47 -!- bsm117532 [~mcelrath@173-9-124-61-NewEngland.hfc.comcastbusiness.net] has quit [Ping timeout: 276 seconds] 12:47 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 12:51 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 12:52 -!- marcoagner [~user@gateway/tor-sasl/marcoagner] has quit [Ping timeout: 255 seconds] 12:54 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 240 seconds] 12:55 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 12:55 -!- mklink_j [~joel_k_la@c-68-48-0-215.hsd1.mi.comcast.net] has joined #bitcoin-core-dev 12:56 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 12:58 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 12:58 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-ogwamnltuwbbzzoq] has joined #bitcoin-core-dev 12:59 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 12:59 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 13:00 -!- mklink_j [~joel_k_la@c-68-48-0-215.hsd1.mi.comcast.net] has quit [Client Quit] 13:00 -!- eu-Robert [5594abfc@gateway/web/cgi-irc/kiwiirc.com/ip.85.148.171.252] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 13:00 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 13:01 -!- dollarbillsya [~dollarbil@107.152.104.157] has joined #bitcoin-core-dev 13:03 -!- vigorousbearhunt [~vigorousb@gateway/tor-sasl/vigorousbearhunt] has joined #bitcoin-core-dev 13:04 -!- dollarbillsya [~dollarbil@107.152.104.157] has quit [Quit: Leaving] 13:06 -!- mklink_j [~joel_k_la@c-68-48-0-215.hsd1.mi.comcast.net] has joined #bitcoin-core-dev 13:07 -!- mklink_j [~joel_k_la@c-68-48-0-215.hsd1.mi.comcast.net] has quit [Client Quit] 13:07 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 13:14 -!- PiedPiper [~PiedPiper@189.34.46.84] has quit [Ping timeout: 260 seconds] 13:15 -!- mklink_j [~joel_k_la@c-68-48-0-215.hsd1.mi.comcast.net] has joined #bitcoin-core-dev 13:17 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 256 seconds] 13:18 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 13:19 -!- mklink_j [~joel_k_la@c-68-48-0-215.hsd1.mi.comcast.net] has quit [Client Quit] 13:20 -!- mklink_j [~joel_k_la@c-68-48-0-215.hsd1.mi.comcast.net] has joined #bitcoin-core-dev 13:25 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 246 seconds] 13:29 -!- mklink_j [~joel_k_la@c-68-48-0-215.hsd1.mi.comcast.net] has quit [Quit: leaving] 13:30 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has joined #bitcoin-core-dev 13:30 -!- mandric_ [~mandric@c-73-73-148-9.hsd1.il.comcast.net] has quit [Quit: Computer has gone to sleep.] 13:33 -!- ndrst [~ndrst@unaffiliated/ndrst] has quit [Quit: WeeChat 0.4.2] 13:34 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Read error: Connection reset by peer] 13:35 -!- PaulCape_ [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has joined #bitcoin-core-dev 13:39 -!- afilini [~textual@2-229-240-7.ip199.fastwebnet.it] has joined #bitcoin-core-dev 13:42 -!- afilini_ [~textual@2-229-240-7.ip199.fastwebnet.it] has joined #bitcoin-core-dev 13:44 -!- afilini [~textual@2-229-240-7.ip199.fastwebnet.it] has quit [Ping timeout: 268 seconds] 13:44 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 13:49 -!- BashCo_ [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 13:52 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Ping timeout: 256 seconds] 13:59 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 14:00 -!- PaulCape_ [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Ping timeout: 260 seconds] 14:01 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 14:01 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:02 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 14:03 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 14:04 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 14:04 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 14:05 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 14:06 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 14:08 -!- jb55 [~jb55@216-71-192-56.dyn.novuscom.net] has joined #bitcoin-core-dev 14:08 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 14:08 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 14:09 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 14:10 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 14:11 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 14:14 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 14:14 -!- Pavle [~pavle_@unaffiliated/pavle/x-4679000] has joined #bitcoin-core-dev 14:15 -!- Tennis [~Tennis@unaffiliated/tennis] has joined #bitcoin-core-dev 14:16 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 14:19 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 14:21 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 14:21 -!- echelon [~echelon@bzflag/player/echelon] has quit [Remote host closed the connection] 14:23 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 14:26 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 264 seconds] 14:29 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has joined #bitcoin-core-dev 14:31 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Remote host closed the connection] 14:33 -!- nastwokey [~NASTOK@176-156-217-130.abo.bbox.fr] has quit [Ping timeout: 250 seconds] 14:34 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has joined #bitcoin-core-dev 14:35 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Remote host closed the connection] 14:36 -!- echelon [~echelon@bzflag/player/echelon] has joined #bitcoin-core-dev 14:38 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has joined #bitcoin-core-dev 14:45 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Remote host closed the connection] 14:50 -!- Pavle [~pavle_@unaffiliated/pavle/x-4679000] has quit [Quit: Leaving] 14:53 -!- nastwokey [~NASTOK@176-156-217-130.abo.bbox.fr] has joined #bitcoin-core-dev 14:59 -!- bule [~bule@gateway/tor-sasl/bule] has joined #bitcoin-core-dev 14:59 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 15:00 -!- DoC10450 [~Dr10450@97.103.82.143] has joined #bitcoin-core-dev 15:01 -!- jb55 [~jb55@216-71-192-56.dyn.novuscom.net] has quit [Ping timeout: 260 seconds] 15:02 -!- Dr10450 [~Dr10450@97.103.82.143] has quit [Ping timeout: 246 seconds] 15:02 -!- SevenTimes__ [SevenTimes@gateway/vpn/privateinternetaccess/seventimes] has quit [Read error: Connection reset by peer] 15:02 -!- AriseChikun [Arise@gateway/vpn/privateinternetaccess/arisechikun] has quit [Remote host closed the connection] 15:04 -!- Sinclair6 [sinclair6@gateway/vpn/privateinternetaccess/sinclair6] has quit [Read error: Connection reset by peer] 15:04 -!- go1111111 [go1111111@gateway/vpn/privateinternetaccess/go1111111] has quit [Read error: Connection reset by peer] 15:04 -!- Sinclair6 [sinclair6@gateway/vpn/privateinternetaccess/sinclair6] has joined #bitcoin-core-dev 15:06 -!- go1111111 [go1111111@gateway/vpn/privateinternetaccess/go1111111] has joined #bitcoin-core-dev 15:06 -!- AriseChikun [Arise@gateway/vpn/privateinternetaccess/arisechikun] has joined #bitcoin-core-dev 15:07 -!- afilini_ [~textual@2-229-240-7.ip199.fastwebnet.it] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 15:14 -!- afilini [~textual@2-229-240-7.ip199.fastwebnet.it] has joined #bitcoin-core-dev 15:17 -!- SevenTimes__ [~SevenTime@c-73-162-115-183.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 15:18 -!- nehan [~nehan@nemesis.media.mit.edu] has quit [Quit: leaving] 15:19 -!- nehan [~nehan@nemesis.media.mit.edu] has joined #bitcoin-core-dev 15:21 -!- goatpig [56f75683@gateway/web/freenode/ip.86.247.86.131] has quit [Quit: Page closed] 15:21 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 15:27 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-lgccxvdbyiveuvqy] has quit [Ping timeout: 256 seconds] 15:27 -!- ChrisMorrisOrg [sid151627@gateway/web/irccloud.com/x-cunybacwiuvmjqld] has quit [Ping timeout: 256 seconds] 15:27 -!- provoostenator [~vwDZ2BYsc@2a05:d014:5f:e100:fd30:8af7:2d6a:cbb1] has quit [Ping timeout: 256 seconds] 15:27 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-nlifvxwyhngqaywi] has joined #bitcoin-core-dev 15:27 -!- derbumi [sid186430@gateway/web/irccloud.com/x-amyrmdruenpskgju] has quit [Read error: Connection reset by peer] 15:27 -!- ChrisMorrisOrg [sid151627@gateway/web/irccloud.com/x-yyjommpbsbrjzmun] has joined #bitcoin-core-dev 15:27 -!- kanzure [~kanzure@unaffiliated/kanzure] has quit [Ping timeout: 256 seconds] --- Log closed Mon Jan 22 15:27:19 2018 --- Log opened Mon Jan 22 15:27:28 2018 15:27 -!- kanzure [~kanzure@unaffiliated/kanzure] has joined #bitcoin-core-dev 15:27 -!- Irssi: #bitcoin-core-dev: Total of 258 nicks [0 ops, 0 halfops, 0 voices, 258 normal] 15:27 -!- provoostenator [~vwDZ2BYsc@mail.sprovoost.nl] has joined #bitcoin-core-dev 15:27 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 256 seconds] 15:28 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 15:30 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 15:31 -!- sjorsnado [~sjorsnado@2a05:d014:5f:e100:fd30:8af7:2d6a:cbb1] has quit [Ping timeout: 256 seconds] 15:32 -!- sjorsnado [~sjorsnado@2a05:d014:5f:e100:fd30:8af7:2d6a:cbb1] has joined #bitcoin-core-dev 15:34 -!- nastwokey [~NASTOK@176-156-217-130.abo.bbox.fr] has quit [Ping timeout: 250 seconds] 15:36 -!- Irssi: Join to #bitcoin-core-dev was synced in 521 secs 15:39 -!- afilini [~textual@2-229-240-7.ip199.fastwebnet.it] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 15:53 -!- wraithm [~wraithm@unaffiliated/wraithm] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 15:58 -!- TheRec [~toto@drupal.org/user/146860/view] has quit [Ping timeout: 255 seconds] 15:59 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 15:59 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 16:03 -!- wxss [~user@185.145.66.249] has quit [Quit: leaving] 16:05 -!- wunpunch [~Alli@2a02:c7f:282a:6c00:8584:2a58:66e9:af75] has quit [Quit: Leaving] 16:05 -!- TheRec [~toto@84-75-205-212.dclient.hispeed.ch] has joined #bitcoin-core-dev 16:05 -!- TheRec [~toto@84-75-205-212.dclient.hispeed.ch] has quit [Changing host] 16:05 -!- TheRec [~toto@drupal.org/user/146860/view] has joined #bitcoin-core-dev 16:10 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 248 seconds] 16:12 -!- Arokh [~Arokh@extknot.com] has quit [Ping timeout: 256 seconds] 16:12 -!- Arokh [~Arokh@extknot.com] has joined #bitcoin-core-dev 16:17 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 16:25 -!- Arise2 [Arise@gateway/vpn/privateinternetaccess/arisechikun] has joined #bitcoin-core-dev 16:25 -!- AriseChikun [Arise@gateway/vpn/privateinternetaccess/arisechikun] has quit [Ping timeout: 240 seconds] 16:29 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 16:32 -!- mrannanay [uid222022@gateway/web/irccloud.com/x-xfjtjpibffuzwewb] has quit [Quit: Connection closed for inactivity] 16:32 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 16:42 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 16:44 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Remote host closed the connection] 16:47 -!- CubicEarths [~cubiceart@9.sub-174-216-27.myvzw.com] has joined #bitcoin-core-dev 16:52 -!- marcoagner [~user@gateway/tor-sasl/marcoagner] has joined #bitcoin-core-dev 16:52 -!- eck [~eck@fsf/member/eck] has quit [Ping timeout: 248 seconds] 16:53 -!- marcoagner [~user@gateway/tor-sasl/marcoagner] has quit [Client Quit] 16:54 -!- ren0v0_ [~ren0v0@host81-155-43-175.range81-155.btcentralplus.com] has quit [Ping timeout: 246 seconds] 16:55 -!- CubicEarths [~cubiceart@9.sub-174-216-27.myvzw.com] has quit [Remote host closed the connection] 16:56 -!- Tennis [~Tennis@unaffiliated/tennis] has quit [Quit: Leaving] 16:58 -!- ren0v0 [~ren0v0@host81-155-43-175.range81-155.btcentralplus.com] has joined #bitcoin-core-dev 17:02 -!- halo [da4656b2@gateway/web/freenode/ip.218.70.86.178] has joined #bitcoin-core-dev 17:03 -!- CubicEarths [~cubiceart@2601:600:d:e75f:5d56:95d9:11a3:b60f] has joined #bitcoin-core-dev 17:03 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 17:03 -!- halo [da4656b2@gateway/web/freenode/ip.218.70.86.178] has quit [Client Quit] 17:05 -!- CubicEar_ [~cubiceart@2600:100f:b021:6082:600d:c4d0:c156:a8d1] has joined #bitcoin-core-dev 17:05 -!- CubicEar_ [~cubiceart@2600:100f:b021:6082:600d:c4d0:c156:a8d1] has quit [Remote host closed the connection] 17:06 -!- CubicEar_ [~cubiceart@2600:100f:b021:6082:600d:c4d0:c156:a8d1] has joined #bitcoin-core-dev 17:07 -!- CubicEar_ [~cubiceart@2600:100f:b021:6082:600d:c4d0:c156:a8d1] has quit [Remote host closed the connection] 17:07 -!- CubicEarths [~cubiceart@2601:600:d:e75f:5d56:95d9:11a3:b60f] has quit [Ping timeout: 246 seconds] 17:09 -!- CubicEarths [~cubiceart@2600:100f:b021:6082:2114:927c:eb0e:bc70] has joined #bitcoin-core-dev 17:20 -!- marsadm [~marsadm@172.86.120.144] has quit [Ping timeout: 276 seconds] 17:21 -!- marsadm [~marsadm@172.86.120.144] has joined #bitcoin-core-dev 17:24 -!- CubicEarths [~cubiceart@2600:100f:b021:6082:2114:927c:eb0e:bc70] has quit [Remote host closed the connection] 17:31 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 17:34 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 17:41 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 256 seconds] 17:42 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 246 seconds] 17:43 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #bitcoin-core-dev 17:43 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Changing host] 17:43 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #bitcoin-core-dev 17:51 -!- unholymachine [~quassel@2601:8c:c003:9f16:3913:e718:2e3c:47e0] has quit [Remote host closed the connection] 18:02 -!- Murch [~murch@96-82-80-28-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 18:03 -!- mandric [~mandric@108-228-58-104.lightspeed.cicril.sbcglobal.net] has joined #bitcoin-core-dev 18:09 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 18:20 -!- DarylSharp2 [~DarylShar@c-73-128-186-71.hsd1.de.comcast.net] has joined #bitcoin-core-dev 18:25 -!- DarylSharp3 [~DarylShar@c-73-128-186-71.hsd1.de.comcast.net] has quit [Ping timeout: 264 seconds] 18:36 -!- CubicEarths [~cubiceart@2600:100f:b021:6082:4c36:c323:9033:7974] has joined #bitcoin-core-dev 18:45 -!- CubicEarths [~cubiceart@2600:100f:b021:6082:4c36:c323:9033:7974] has quit [Remote host closed the connection] 18:50 < jtimon> sdaftuar: oh, I had missed https://github.com/bitcoin/bitcoin/pull/11739 till today, good one 18:59 -!- flokie_ [~flokie@unaffiliated/flokie] has joined #bitcoin-core-dev 19:00 -!- flokie_ [~flokie@unaffiliated/flokie] has quit [Read error: Connection reset by peer] 19:10 -!- flokie_ [~flokie@unaffiliated/flokie] has joined #bitcoin-core-dev 19:11 -!- vigorousbearhunt [~vigorousb@gateway/tor-sasl/vigorousbearhunt] has quit [Quit: Leaving] 19:11 -!- flokie_ is now known as flokie 19:21 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 264 seconds] 19:32 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 19:38 -!- mxg [~mxg@cpe-76-91-1-28.socal.res.rr.com] has joined #bitcoin-core-dev 19:55 < bitcoin-git> [bitcoin] luke-jr opened pull request #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabled (master...separate_utils) https://github.com/bitcoin/bitcoin/pull/12246 20:01 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 20:02 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-core-dev 20:49 -!- A1212 [546db296@gateway/web/freenode/ip.84.109.178.150] has joined #bitcoin-core-dev 20:53 -!- mxg [~mxg@cpe-76-91-1-28.socal.res.rr.com] has quit [Quit: afk] 21:00 -!- A1212 [546db296@gateway/web/freenode/ip.84.109.178.150] has quit [Quit: Page closed] 21:02 -!- tryphe [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 21:13 -!- Arise2 is now known as AriseChikun 21:19 -!- shesek [~shesek@bzq-84-110-60-77.red.bezeqint.net] has joined #bitcoin-core-dev 21:19 -!- shesek [~shesek@bzq-84-110-60-77.red.bezeqint.net] has quit [Changing host] 21:19 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 21:20 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 240 seconds] 21:28 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 21:28 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Client Quit] 21:28 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 21:29 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 248 seconds] 21:36 -!- CubicEarths [~cubiceart@2600:1012:b013:3519:50da:64a7:8211:9bc8] has joined #bitcoin-core-dev 21:39 -!- dabura667 [~dabura667@240f:d:e193:1:c4b7:1761:a810:71cc] has joined #bitcoin-core-dev 21:48 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 268 seconds] 21:48 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 21:53 -!- rfree_irc [~rfree_irc@172.86.120.144] has quit [Ping timeout: 240 seconds] 21:54 -!- marsadm [~marsadm@172.86.120.144] has quit [Ping timeout: 240 seconds] 21:55 -!- marsadm [~marsadm@172.86.120.144] has joined #bitcoin-core-dev 21:56 -!- rfree_irc [~rfree_irc@172.86.120.144] has joined #bitcoin-core-dev 22:01 -!- CubicEarths [~cubiceart@2600:1012:b013:3519:50da:64a7:8211:9bc8] has quit [Remote host closed the connection] 22:06 < bitcoin-git> [bitcoin] karibik opened pull request #12247: ZSnarks tech integration (master...HODLCoin0.11.3) https://github.com/bitcoin/bitcoin/pull/12247 22:07 < bitcoin-git> [bitcoin] fanquake closed pull request #12247: ZSnarks tech integration (master...HODLCoin0.11.3) https://github.com/bitcoin/bitcoin/pull/12247 22:17 -!- marsadm [~marsadm@172.86.120.144] has quit [Ping timeout: 248 seconds] 22:17 -!- rfree_irc [~rfree_irc@172.86.120.144] has quit [Ping timeout: 256 seconds] 22:20 -!- marsadm [~marsadm@172.86.120.144] has joined #bitcoin-core-dev 22:20 -!- mandric [~mandric@108-228-58-104.lightspeed.cicril.sbcglobal.net] has quit [Quit: Computer has gone to sleep.] 22:21 -!- rfree_irc [~rfree_irc@172.86.120.144] has joined #bitcoin-core-dev 22:22 -!- mrannanay [uid222022@gateway/web/irccloud.com/x-bcbhvusbrtuvzeqf] has joined #bitcoin-core-dev 22:34 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 22:37 -!- tryphe [~tryphe@unaffiliated/tryphe] has quit [Ping timeout: 264 seconds] 22:45 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 22:48 -!- tryphe_ is now known as tryphe 23:03 -!- CubicEarths [~cubiceart@2600:1012:b013:3519:e0ff:26ae:c8e1:f782] has joined #bitcoin-core-dev 23:06 -!- StopAndDecrypt_ [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #bitcoin-core-dev 23:07 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 256 seconds] 23:10 -!- dabura667 [~dabura667@240f:d:e193:1:c4b7:1761:a810:71cc] has quit [Remote host closed the connection] 23:13 -!- CubicEarths [~cubiceart@2600:1012:b013:3519:e0ff:26ae:c8e1:f782] has quit [Remote host closed the connection] 23:13 -!- dabura667 [~dabura667@KD111103034253.ppp-bb.dion.ne.jp] has joined #bitcoin-core-dev 23:14 -!- dabura667 [~dabura667@KD111103034253.ppp-bb.dion.ne.jp] has quit [Remote host closed the connection] 23:33 -!- CubicEarths [~cubiceart@2600:1012:b013:3519:91b2:f398:a78e:cf23] has joined #bitcoin-core-dev 23:33 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 240 seconds] 23:36 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 23:41 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 265 seconds] 23:43 -!- bajohns [bajohns@gateway/vpn/privateinternetaccess/bajohns] has joined #bitcoin-core-dev 23:46 -!- Krellan [~Krellan@2601:640:4000:9258:b85b:35e0:cbc2:6d0] has joined #bitcoin-core-dev 23:53 -!- wolfspraul [~wolfsprau@bobbin.q-ag.de] has quit [Read error: Connection reset by peer]