--- Day changed Mon Mar 12 2018 00:04 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 264 seconds] 00:16 < eklitzke> i just wrote some code to dump the utxo database, the compression stuff is wild 00:16 < eklitzke> https://gist.github.com/eklitzke/03b1c799408d4bcceca9c57ab1ff8c9f 00:16 < eklitzke> i had no idea so much weird stuff went into making the values small 00:19 < sipa> eklitzke: it started out as an experiment in seeing how small the utxo set could get 00:19 < sipa> and ended up being the actual database format 00:19 < sipa> look at how the txouts were encoded before per-txout, it close to simiarly crazy 00:20 < eklitzke> i was originally just trying to get the height of everything in the utxo database, but once i saw the serialization code for amounts i had to add it 00:20 < eklitzke> very cool 00:20 < sipa> hah 00:20 * sipa bows 00:21 < sipa> in retrospect, it's very much overkill 00:23 < sipa> https://github.com/bitcoin/bitcoin/blob/v0.14.0/src/coins.h#L22 00:33 < kallewoof> sipa: rumor has it overkill is your middle name 00:36 -!- amin [~amin@46.209.222.130] has joined #bitcoin-core-dev 00:44 < kallewoof> I did some time profiling on current master (ran for about 30 mins) and found an oddity. May not be important, but 14.4% of the CPU time (9.48s) was spent in CCoinsViewDB::Upgrade(), in the pcursor->Seek call at the top (which is used to determine if an upgrade should happen or not). 00:45 < kallewoof> Also noticed 45.4% of the time is spent in leveldb::. More than main thread (main thread = 32.4%).. 00:49 < eklitzke> did you filter out the bgthread 00:52 < kallewoof> eklitzke: No filtering, no. 00:57 < eklitzke> leveldb creates a background worker thread (you'll see BGThread in the stack trace) which tends to use a lot of cpu/disk time 00:57 < eklitzke> it's kind of confusing because it's a thread created by leveldb itself, not managed by bitcoin 00:59 -!- HFRadical [~none@71.19.252.32] has joined #bitcoin-core-dev 01:04 < bitcoin-git> [bitcoin] kentang8228 opened pull request #12675: litecoin (master...master) https://github.com/bitcoin/bitcoin/pull/12675 01:04 < bitcoin-git> [bitcoin] fanquake closed pull request #12675: litecoin (master...master) https://github.com/bitcoin/bitcoin/pull/12675 01:09 < kallewoof> Yep, that's the one using 45.4%. 01:24 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 01:26 < kallewoof> Hum. I tried adding snappy support and leveldb dropped a ton. Still need to verify results, but looks pretty interesting. 01:28 < eklitzke> what platform? 01:29 < eklitzke> there is something broken with how we're using the block cache right now (which is actually affected by whether you have snappy compression on or not), waiting to get my max_open_files change in before sending out that pr 01:31 < eklitzke> in general though i would not expect snappy compression to help since the keys and values are already compressed 01:32 -!- mrannanay [uid222022@gateway/web/irccloud.com/x-ihordphtveckjtqw] has joined #bitcoin-core-dev 01:33 -!- HFRadical [~none@71.19.252.32] has quit [Quit: Leaving] 01:41 < kallewoof> eklitzke: Yeah, I'm seeing roughly the same performance now. Good point on already compressed. 01:41 -!- muskliu [67071d08@gateway/web/freenode/ip.103.7.29.8] has quit [Quit: Page closed] 01:42 < kallewoof> Actually I think performance dropped a bit with snappy, but very imprecise measurement (total CPU time over total time for separate runs). 01:56 -!- amin [~amin@46.209.222.130] has quit [Remote host closed the connection] 02:03 -!- CubicEarths [~cubiceart@c-73-157-2-231.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 02:08 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 02:09 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 02:09 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 265 seconds] 02:26 -!- Strepsils [~textual@109.87.232.207] has quit [Read error: Connection reset by peer] 02:27 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 02:31 -!- CubicEarths [~cubiceart@c-73-157-2-231.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 02:31 -!- drizztbsd [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 02:32 -!- timothy [~tredaelli@redhat/timothy] has quit [Ping timeout: 260 seconds] 02:39 -!- Bethany47Braun [~Bethany47@ns334669.ip-5-196-64.eu] has joined #bitcoin-core-dev 02:40 -!- amin [~amin@46.209.222.130] has joined #bitcoin-core-dev 02:45 -!- CubicEarths [~cubiceart@c-73-157-2-231.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 02:45 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has quit [Ping timeout: 256 seconds] 02:46 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has joined #bitcoin-core-dev 02:55 -!- George_e30 [5b8f2fa2@gateway/web/freenode/ip.91.143.47.162] has joined #bitcoin-core-dev 02:56 < George_e30> Hello everyone! 02:56 < bitcoin-git> [bitcoin] dexX7 opened pull request #12676: Show "replaceable" flag, when decoding raw transactions (master...rpc-raw-replaceable-flag) https://github.com/bitcoin/bitcoin/pull/12676 02:58 < George_e30> I install b2x-node, connect to it with stratum, and try to mine. But I have error in log: 02:59 < George_e30> ERROR Bitcoin2x Block decode failed 10:23:23: *** REJECTED :( Bitcoin2x block 543500 1 txs 03:00 < George_e30> what`s wrong am I do? maybe something in .conf? 03:00 < George_e30> P.S. sorry for my English 03:00 -!- dabura667 [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has quit [Remote host closed the connection] 03:02 -!- drizztbsd is now known as timothy 03:02 < George_e30> and now they contined: 03:02 < George_e30> 10:53:29: *** REJECTED :( Bitcoin2x block 543520 7 txs 2018-03-12 10:53:29: REJECTED B2X block 543520 10:53:31: ERROR Bitcoin2x Block decode failed 10:53:31: *** REJECTED :( Bitcoin2x block 543520 7 txs 2018-03-12 10:53:31: REJECTED B2X block 543520 03:04 < ctrlbreak> Hey George, this may not be the blockchain you are looking for. The Bitcoin mainnet is currently at block 513162. 03:06 -!- Amuza [~Amuza@85.159.207.5] has joined #bitcoin-core-dev 03:10 -!- CapitanRetardo [~CapitanRe@95-130-162-239.hsi.glasfaser-ostbayern.de] has joined #bitcoin-core-dev 03:13 < George_e30> not bitcoin, bitcoin2x 03:13 -!- kryptopraxis [~krypto_pr@p200300C853C55700A1BD92767CDFD040.dip0.t-ipconnect.de] has quit [Ping timeout: 255 seconds] 03:15 < kinlo> George_e30: wrong channel, this channel is only for bitcoin core, not anything else 03:17 -!- Strepsils [~textual@109.87.232.207] has joined #bitcoin-core-dev 03:26 -!- George_e30 [5b8f2fa2@gateway/web/freenode/ip.91.143.47.162] has quit [Quit: Page closed] 03:28 -!- CapitanRetardo [~CapitanRe@95-130-162-239.hsi.glasfaser-ostbayern.de] has quit [Quit: WeeChat 2.0.1] 03:30 -!- CapitanRetardo [~CapitanRe@95-130-162-239.hsi.glasfaser-ostbayern.de] has joined #bitcoin-core-dev 03:33 -!- kryptopraxis [~krypto_pr@p3EE0B247.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 03:39 -!- kryptopraxis [~krypto_pr@p3EE0B247.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 03:42 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 03:43 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 03:43 -!- kryptopraxis [~krypto_pr@p200300C853CAAB008994673CAF42CAC3.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 03:52 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 04:00 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 04:04 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has quit [Read error: Connection reset by peer] 04:05 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has joined #bitcoin-core-dev 04:05 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 256 seconds] 04:06 -!- amin [~amin@46.209.222.130] has quit [Remote host closed the connection] 04:15 -!- Samdney [~Samdney@37.58.58.247] has joined #bitcoin-core-dev 04:19 -!- Ali [c1881350@gateway/web/freenode/ip.193.136.19.80] has joined #bitcoin-core-dev 04:20 -!- d9b4bef9 [~d9b4bef9@207.38.94.106] has quit [Remote host closed the connection] 04:20 -!- Ali [c1881350@gateway/web/freenode/ip.193.136.19.80] has quit [Client Quit] 04:21 -!- d9b4bef9 [~d9b4bef9@207.38.94.106] has joined #bitcoin-core-dev 04:21 -!- AShoker [c1881350@gateway/web/freenode/ip.193.136.19.80] has joined #bitcoin-core-dev 04:22 < AShoker> Hi guys, any pointers to a reply to this blog post? https://medium.com/@jonaldfyookball/mathematical-proof-that-the-lightning-network-cannot-be-a-decentralized-bitcoin-scaling-solution-1b8147650800 04:23 -!- AShoker [c1881350@gateway/web/freenode/ip.193.136.19.80] has quit [Client Quit] 04:23 -!- AShoker [c1881350@gateway/web/freenode/ip.193.136.19.80] has joined #bitcoin-core-dev 04:32 -!- Sinclair6 [sinclair6@gateway/vpn/privateinternetaccess/sinclair6] has quit [Ping timeout: 260 seconds] 04:33 -!- Sinclair6 [sinclair6@gateway/vpn/privateinternetaccess/sinclair6] has joined #bitcoin-core-dev 04:37 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has quit [Read error: Connection reset by peer] 04:37 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has joined #bitcoin-core-dev 04:46 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has quit [Remote host closed the connection] 04:47 -!- ken2812221 [~User@140.115.203.133] has joined #bitcoin-core-dev 04:47 -!- ken2812221 [~User@140.115.203.133] has quit [Remote host closed the connection] 04:48 -!- ken2812221 [~User@140.115.203.133] has joined #bitcoin-core-dev 04:50 -!- ken2812221 [~User@140.115.203.133] has quit [Remote host closed the connection] 04:50 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has joined #bitcoin-core-dev 04:53 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 04:53 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 05:01 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 05:06 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 264 seconds] 05:11 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 05:13 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 05:24 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has quit [Read error: Connection reset by peer] 05:25 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has joined #bitcoin-core-dev 05:27 -!- bsm117532 [~mcelrath@173-9-124-61-NewEngland.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 05:34 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has quit [Remote host closed the connection] 05:35 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has joined #bitcoin-core-dev 05:36 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has quit [Remote host closed the connection] 05:37 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has joined #bitcoin-core-dev 05:39 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has quit [Remote host closed the connection] 05:51 -!- Strepsils [~textual@109.87.232.207] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 05:55 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has joined #bitcoin-core-dev 05:55 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 05:55 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has quit [Remote host closed the connection] 05:56 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has joined #bitcoin-core-dev 05:58 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has quit [Remote host closed the connection] 05:58 -!- Samdney [~Samdney@37.58.58.247] has quit [Quit: Verlassend] 06:00 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 06:04 < dongcarl> AShoker: This is a dev channel 06:08 -!- Deinogalerix21 [~Deinogale@185.169.255.9] has joined #bitcoin-core-dev 06:09 -!- AShoker [c1881350@gateway/web/freenode/ip.193.136.19.80] has quit [Quit: Page closed] 06:14 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 06:16 -!- Deinogalerix21 [~Deinogale@185.169.255.9] has quit [Quit: WeeChat 2.0.1] 06:19 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 06:21 -!- Aaronva__ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 06:21 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 06:25 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 256 seconds] 06:30 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-evruelqogqkahkuz] has quit [Quit: Connection closed for inactivity] 06:34 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 06:35 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 06:45 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 06:46 < contrapumpkin> launching 0.16.0 for the first time (upgrading from 0.15.1) and it thinks for a while then shows a scary error that a fatal error occurs and dies. The log says "ReadBlockFromDisk: Deserialize or I/O error -CAutoFile::read:fread failed: unspecified iostream_category error at CBlockDiskPos(nFile=1207, npos=133025664)". I assume this just means some of my block data is somehow corrupt? Can I pass in a magic flag to reuse as 06:46 < contrapumpkin> much of it as possible while redownloading only the broken stuff? 06:49 < contrapumpkin> right now it just refuses to do anything at all and quits after displaying the fatal error 06:54 -!- jcorgan [~jcorgan@unaffiliated/jcorgan] has joined #bitcoin-core-dev 06:57 -!- qrestlove [~qrestlove@2605:6000:eb4a:ef00:454f:112b:9095:f0ea] has joined #bitcoin-core-dev 07:02 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 276 seconds] 07:03 < esotericnonsense> you can use -reindex and that should use as much as possible of the non-corrupt data I believe. I'm not sure there's a more efficient way to do it 07:04 < esotericnonsense> whether there's8 07:12 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 07:12 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 07:13 -!- ken2812221 [~User@140.115.203.133] has joined #bitcoin-core-dev 07:15 -!- ken2812221 [~User@140.115.203.133] has quit [Remote host closed the connection] 07:16 -!- anon [~anon@112.133.236.158] has joined #bitcoin-core-dev 07:17 -!- anon is now known as Guest65417 07:18 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 07:19 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 07:58 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has joined #bitcoin-core-dev 08:06 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 08:07 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 08:08 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 08:12 -!- Guest65417 [~anon@112.133.236.158] has quit [Ping timeout: 240 seconds] 08:21 -!- Giszmo [~leo@pc-37-38-86-200.cm.vtr.net] has joined #bitcoin-core-dev 08:24 -!- arbitrary_guy [~arbitrary@c-67-183-30-122.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 08:27 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 256 seconds] 08:27 -!- Guest65417 [~anon@112.133.236.158] has joined #bitcoin-core-dev 08:29 -!- HFRadical [~none@71.19.252.32] has joined #bitcoin-core-dev 08:35 -!- droark [~droark@c-24-22-123-27.hsd1.or.comcast.net] has quit [Quit: ZZZzzz…] 08:43 -!- arbitrary_guy [~arbitrary@c-67-183-30-122.hsd1.wa.comcast.net] has quit [Ping timeout: 264 seconds] 08:56 -!- alexneudatchin [~alex@31.148.138.236] has joined #bitcoin-core-dev 08:56 -!- mryandao [~mryandao@unaffiliated/mryandao] has quit [Quit: do not disturb. look busy...] 09:08 -!- Samdney [~Samdney@37.58.58.250] has joined #bitcoin-core-dev 09:08 -!- HFRadical [~none@71.19.252.32] has quit [Read error: Connection reset by peer] 09:08 -!- HFRadical [~none@71.19.252.32] has joined #bitcoin-core-dev 09:17 -!- ram___ [a0ee4bcb@gateway/web/freenode/ip.160.238.75.203] has joined #bitcoin-core-dev 09:20 -!- arbitrary_guy [~arbitrary@c-67-183-30-122.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 09:22 -!- ram___ [a0ee4bcb@gateway/web/freenode/ip.160.238.75.203] has quit [Quit: Page closed] 09:23 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 09:24 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 09:24 -!- mangoicedtea [~mangoiced@2601:583:c201:7520::3] has joined #bitcoin-core-dev 09:38 -!- Strepsils [~textual@109.87.232.207] has joined #bitcoin-core-dev 09:43 -!- arbitrary_guy [~arbitrary@c-67-183-30-122.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 09:43 -!- Strepsils [~textual@109.87.232.207] has quit [Max SendQ exceeded] 09:48 -!- droark [~droark@c-24-22-37-84.hsd1.or.comcast.net] has joined #bitcoin-core-dev 09:56 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 264 seconds] 10:01 -!- mangoicedtea [~mangoiced@2601:583:c201:7520::3] has quit [Ping timeout: 252 seconds] 10:06 < eklitzke> by my math 0.4% of utxos are 1 day old (or newer), does that sound approximately right? just trying to sanity check my results 10:08 -!- Amuza [~Amuza@85.159.207.5] has quit [Ping timeout: 260 seconds] 10:09 < sipa> that seems plausible 10:09 < sipa> that's around 200k UTXOs 10:10 < eklitzke> yeah that seams reasonable given 144 blocks per day 10:10 < sipa> or 1400 utxos per block 10:11 < eklitzke> i'm trying to figure out for a new utxo, the probability distribution of it being spent within N blocks 10:17 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 10:18 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 10:19 -!- setpill [~setpill@unaffiliated/setpill] has quit [Quit: o/] 10:20 -!- droark [~droark@c-24-22-37-84.hsd1.or.comcast.net] has quit [Quit: Later.] 10:31 -!- Deinogalerix21 [~Deinogale@185.169.255.9] has joined #bitcoin-core-dev 10:32 -!- CapitanRetardo [~CapitanRe@95-130-162-239.hsi.glasfaser-ostbayern.de] has quit [Ping timeout: 264 seconds] 10:39 -!- mrannanay [uid222022@gateway/web/irccloud.com/x-ihordphtveckjtqw] has quit [Quit: Connection closed for inactivity] 10:39 < jimpo> eklitzke: Over what range of UTXOS (like UTXOs created since when)? 10:39 < jimpo> I can pull that for you if you need 10:40 -!- CubicEarths [~cubiceart@c-73-157-2-231.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 10:43 < eklitzke> i wrote a python script that dumped my chainstate directory, this is what i got https://monad.io/height-pdf.png 10:43 < eklitzke> which i think is sufficient 10:43 < eklitzke> that's the probability distribution for any utxo being at a given chain height 10:44 < eklitzke> it's cool i can dump the utxo set in a minute or two 10:45 < jimpo> neat. y-axis is probability that UTXO is spent within a day? 10:46 < eklitzke> it's the proportion of utxos at that chain height 10:47 < jimpo> er, right 10:48 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 10:48 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 10:49 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 10:52 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 256 seconds] 10:56 -!- schmidty [~schmidty@unaffiliated/schmidty] has quit [Remote host closed the connection] 10:56 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 10:56 -!- schmidty [~schmidty@c-98-212-53-76.hsd1.il.comcast.net] has joined #bitcoin-core-dev 10:57 -!- schmidty is now known as Guest51126 11:01 -!- Guest51126 [~schmidty@c-98-212-53-76.hsd1.il.comcast.net] has quit [Ping timeout: 256 seconds] 11:01 < bitcoin-git> [bitcoin] luke-jr opened pull request #12677: RPC: Add ancestor{count,size,fees} to listunspent output (master...listunspent_ancestorinfo) https://github.com/bitcoin/bitcoin/pull/12677 11:03 -!- Deinogalerix21 [~Deinogale@185.169.255.9] has quit [Quit: WeeChat 2.0.1] 11:04 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #bitcoin-core-dev 11:10 -!- wraithm_ is now known as wraithm 11:11 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 11:21 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 11:28 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 11:31 -!- Aaronva__ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 11:32 < cfields> sdaftuar: seems my benchmark was off, and the jacobi symbol implementation in GMP takes 2us rather than 0.2us 11:32 < cfields> :( 11:32 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 11:33 -!- harryTrout [~mangoiced@c-66-176-217-7.hsd1.fl.comcast.net] has joined #bitcoin-core-dev 11:34 < cfields> sipa: i guess you're ready to bail on EC for set hashing, then? 11:36 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 256 seconds] 11:36 -!- r [5fd365c4@gateway/web/freenode/ip.95.211.101.196] has joined #bitcoin-core-dev 11:36 -!- grafcaps [~haroldbr@104.137.194.255] has joined #bitcoin-core-dev 11:36 < cfields> oh, I guess so if ECMH == elliptic curve multi-set hash 11:36 -!- r is now known as Guest90496 11:38 -!- Guest90496 [5fd365c4@gateway/web/freenode/ip.95.211.101.196] has quit [Client Quit] 11:39 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 11:44 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 265 seconds] 11:49 -!- droark [~droark@c-24-22-37-84.hsd1.or.comcast.net] has joined #bitcoin-core-dev 11:51 < sipa> cfields: well 9.3us isn't horrible 11:53 < sipa> it means maybe a 20-30% CPU increase overall for full validation, though 11:57 < cfields> sipa: is it the case that gmp's jacobi impl isn't as far away from others as you had expected? Or would it still be substantially worse if we rolled our own? 11:57 < sipa> cfields: so, there are two ways of doing hashing onto curves 11:59 < sipa> A: do { x = generate 32 bytes; compute y=sqrt(x^3+7); if it exists return (x,y); } 11:59 < sipa> B: do { x = generate 32 bytes; compute jacobi(x^3,7); if it is 1, return (x, sqrt(x^3+7)); } 12:00 < sipa> given that around 50% of x values are acceptable, you on average need 2 iterations 12:00 < sipa> so method A does 2 sqrts, method B does 2 jacobis + 1 sqrt 12:00 < sipa> in other words, B is better than A when jacobi is more than 2x as fast as a sqrt 12:01 < cfields> ok 12:01 < sipa> with sqrt=5us and jacobi=0.2us, B was clearly worth it 12:02 < sipa> but it seems that was wrong, and gmp's jacobi is more like 2us 12:02 < cfields> ok, i'm with you now. thanks. 12:02 < sipa> however, with gmp not being as crazy fast as i believed, it may be feasible to write a jacobi implementation that is faster than GMP 12:02 < bitcoin-git> [bitcoin] vasild opened pull request #12678: Scripts and tools: Fix a few compilation issues with Clang 7 and -Werror (master...master-compilation-fixes-with-clang7-werror) https://github.com/bitcoin/bitcoin/pull/12678 12:02 < sipa> we had previous given up on that, as 0.2us seemed impossible to beat 12:03 -!- Dizzle [~dizzle@108.171.182.16] has joined #bitcoin-core-dev 12:03 < cfields> heh yes, i see now why it was written off so easily 12:03 < sipa> but it is diminishing returns... we're not going to beat 6us or so overall 12:04 -!- LeMiner [LeMiner@unaffiliated/leminer] has joined #bitcoin-core-dev 12:04 < cfields> right 12:05 < cfields> is this the WIP doc about gmp's jacobi symbol impl that you mentioned? https://gmplib.org/list-archives/gmp-bugs/attachments/20170821/bfac90c6/attachment-0001.pdf 12:05 -!- kryptopraxis [~krypto_pr@p200300C853CAAB008994673CAF42CAC3.dip0.t-ipconnect.de] has quit [Ping timeout: 255 seconds] 12:05 < sipa> possibly 12:06 < sipa> muhash would overall run in maybe 3-4us per update 12:06 < sipa> so it's only a small constant factor difference 12:08 < cfields> ah, i figured it was more substantial than that. ok, so a ~2x slowdown is reasonable to consider. 12:09 < intcat> (not sure if correct channel to ask) i am trying to set up bitcoin core gitian build for 0.16.0, but dependency resolution fails on expat; it attempts to download from https://bitcoincore.org/depends-sources but gets 404 12:09 < cfields> intcat: it tries to download from the upstream source first, and only hits bitcoincore.org if that fails. Most likely you don't have net access inside your container/vm. 12:10 < intcat> cfields: actually, yes i do 12:10 < intcat> a lot of other depends are downloaded correctly before this one 12:10 < cfields> intcat: sec, let's check if upstream is down atm 12:10 < intcat> i noticed master has a different upstream url than 0.16.0 tag 12:11 -!- schmidty [~schmidty@c-98-212-53-76.hsd1.il.comcast.net] has joined #bitcoin-core-dev 12:11 < intcat> sourceforge vs github. and that kind of thing can happen, but it seems that the fallback is failing too 12:12 -!- schmidty is now known as Guest13163 12:15 -!- Murch [~murch@96.74.120.81] has joined #bitcoin-core-dev 12:15 -!- qu4ku [~qu4ku@adnd162.neoplus.adsl.tpnet.pl] has joined #bitcoin-core-dev 12:18 -!- kryptopraxis [~krypto_pr@p200300C853CAAB003C82949E07702050.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 12:18 -!- Amuza [~Amuza@78.30.37.216] has joined #bitcoin-core-dev 12:24 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Read error: Connection reset by peer] 12:25 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 12:26 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 12:27 < cfields> intcat: not sure if it's down, but I'm fixing up the links at bitcoincore.org anyway, since it needed to be done 12:27 < intcat> :) 12:27 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 12:28 -!- zivl [~zivl@2601:19a:837f:e4e1:24ca:1556:6e72:d077] has joined #bitcoin-core-dev 12:34 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has joined #bitcoin-core-dev 12:34 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 12:39 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Remote host closed the connection] 12:40 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 12:43 -!- harryTrout [~mangoiced@c-66-176-217-7.hsd1.fl.comcast.net] has quit [Ping timeout: 240 seconds] 12:44 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Ping timeout: 240 seconds] 12:50 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 12:51 -!- CubicEarths [~cubiceart@c-73-157-2-231.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 12:55 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 12:59 < intcat> cfields: seems the container im trying to build in borks on the sourceforge redirect 13:00 < cfields> intcat: not surprising, sf redirects several times 13:00 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-syspczbohxskpmau] has joined #bitcoin-core-dev 13:00 < intcat> running the same command on another machine works, though 13:01 < intcat> but still, would be nice to have working fallback 13:04 -!- alexneudatchin [~alex@31.148.138.236] has quit [Quit: Leaving] 13:06 -!- AriseChikun [Arise@gateway/vpn/privateinternetaccess/arisechikun] has quit [Ping timeout: 268 seconds] 13:12 < provoostenator> I'm looking at the accounts -> labels PR by ryanofsky: https://github.com/bitcoin/bitcoin/pull/11536/files#diff-df7d84ff2f53fcb2a0dc15a3a51e55ceR3849 13:12 < provoostenator> I'm confused what causes "getaccountaddress" to not show up in bitcoin-cli help 13:13 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 260 seconds] 13:13 < ryanofsky> the help code dedups by function pointer, so there are aliases to the same function it is not listed twice 13:14 < provoostenator> I figured it had to be something like that. Thanks. 13:15 < ryanofsky> np, check is here if you're curious: https://github.com/bitcoin/bitcoin/blob/d8d9162f5bad39b2720dd2b2da237c6159e4755f/src/rpc/server.cpp#L179 13:22 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Remote host closed the connection] 13:29 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 13:35 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 13:37 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 13:43 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 13:48 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 248 seconds] 13:54 < provoostenator> ryanofsky how did you rebase this, but it doesn't show your name on the commit: https://github.com/ryanofsky/bitcoin/commit/55c5289acbaa4c3a510527df4e55db20619b47d4 13:54 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has quit [Quit: probably someone interrupted me] 13:58 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has joined #bitcoin-core-dev 14:00 < ryanofsky> not intentional in this case, but cherry-pick with GIT_COMMITTER_NAME set (https://github.com/ryanofsky/home/blob/df082664c2e45bb27f22fce706002a0971504c74/src/git-pr.sh#L177) 14:00 -!- kryptopraxis [~krypto_pr@p200300C853CAAB003C82949E07702050.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 14:02 -!- kryptopraxis [~krypto_pr@p200300C853CAAB00BCF3893DBA2F1629.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 14:10 -!- kryptopraxis [~krypto_pr@p200300C853CAAB00BCF3893DBA2F1629.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 14:12 -!- kryptopraxis [~krypto_pr@p3EE0B247.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 14:21 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has quit [Quit: that's all folks] 14:23 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has joined #bitcoin-core-dev 14:25 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has quit [Client Quit] 14:26 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has joined #bitcoin-core-dev 14:30 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 256 seconds] 14:46 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 248 seconds] 14:46 -!- qu4ku [~qu4ku@adnd162.neoplus.adsl.tpnet.pl] has quit [Read error: Connection reset by peer] 14:47 -!- qu4ku [~qu4ku@adnd162.neoplus.adsl.tpnet.pl] has joined #bitcoin-core-dev 14:48 -!- arowser [~quassel@106.120.101.38] has quit [Quit: No Ping reply in 180 seconds.] 14:48 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 260 seconds] 14:49 -!- adiabat [~adiabat@45.63.20.152] has quit [Ping timeout: 260 seconds] 14:49 -!- sdaftuar [~sdaftuar@unaffiliated/sdaftuar] has quit [Ping timeout: 260 seconds] 14:49 -!- arowser [~quassel@106.120.101.38] has joined #bitcoin-core-dev 14:50 -!- jnewbery [~john@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Ping timeout: 260 seconds] 14:50 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 14:50 -!- jnewbery [~john@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 14:50 -!- Amuza [~Amuza@78.30.37.216] has quit [Remote host closed the connection] 14:51 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 14:53 -!- adiabat [~adiabat@45.63.20.152] has joined #bitcoin-core-dev 14:55 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 268 seconds] 14:55 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has quit [Quit: probably someone interrupted me] 14:57 -!- sdaftuar [~sdaftuar@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 14:57 -!- sdaftuar [~sdaftuar@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Changing host] 14:57 -!- sdaftuar [~sdaftuar@unaffiliated/sdaftuar] has joined #bitcoin-core-dev 15:10 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has joined #bitcoin-core-dev 15:11 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has quit [Client Quit] 15:15 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has joined #bitcoin-core-dev 15:33 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has quit [Quit: https://quanto.ga/] 15:36 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has joined #bitcoin-core-dev 15:37 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 15:43 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 15:48 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 256 seconds] 15:50 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has quit [Quit: probably someone interrupted me] 15:58 -!- harryTrout [~mangoiced@c-66-176-217-7.hsd1.fl.comcast.net] has joined #bitcoin-core-dev 16:00 -!- harryTrout [~mangoiced@c-66-176-217-7.hsd1.fl.comcast.net] has quit [Max SendQ exceeded] 16:00 -!- harryTrout [~mangoiced@2601:583:c201:7520::3] has joined #bitcoin-core-dev 16:01 -!- steviebits [515ccb39@gateway/web/freenode/ip.81.92.203.57] has joined #bitcoin-core-dev 16:01 -!- steviebits [515ccb39@gateway/web/freenode/ip.81.92.203.57] has quit [Client Quit] 16:02 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 16:10 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 16:13 -!- vicenteH [~user@35.233.15.37.dynamic.jazztel.es] has quit [Ping timeout: 245 seconds] 16:17 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 16:17 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 16:19 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 16:19 -!- Dizzle [~dizzle@108.171.182.16] has quit [Quit: Leaving...] 16:28 < achow101> In the unit tests, is there a way to test that an assert was hit? 16:33 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has joined #bitcoin-core-dev 16:46 -!- droark [~droark@c-24-22-37-84.hsd1.or.comcast.net] has quit [Quit: ZZZzzz…] 16:46 -!- droark [~droark@c-24-22-37-84.hsd1.or.comcast.net] has joined #bitcoin-core-dev 16:46 -!- droark [~droark@c-24-22-37-84.hsd1.or.comcast.net] has quit [Client Quit] 16:47 < cfields> intcat: should be good now 16:47 -!- droark [~droark@c-24-22-37-84.hsd1.or.comcast.net] has joined #bitcoin-core-dev 16:47 < meshcollider> achow101: I don't think so, I think asserts aren't supposed to be hit at all in theory ;) 16:48 < intcat> cfields: https://bitcoincore.org/depends-sources/expat-2.2.5.tar.bz2 works :) 16:48 < intcat> https://bitcoincore.org/depends-sources/expat-2.2.1.tar.bz2 unfortunately doesn't though, so my v0.16.0 build will still fail 16:48 < cfields> meshcollider: right. achow101 relying on catching an assert implies that it has side-effects in code. 16:49 < cfields> intcat: sec, will do a one-time sync of 0.16. 16:49 < achow101> cfields: meshcollider: I got my logic backwards 16:49 < achow101> I don't want it to assert, but to make sure my test works, I need to make sure the assert was hit in the failure case 16:50 < sipa> achow101: you can replace them with an exception (some of the utxo logic throw std::logic_error for this reason) 16:51 < meshcollider> yeah boost can check for exceptions being thrown, with the likes of BOOST_CHECK_THROW. Just not asserts 16:51 -!- droark [~droark@c-24-22-37-84.hsd1.or.comcast.net] has quit [Ping timeout: 240 seconds] 16:54 < cfields> intcat: done 16:54 < intcat> cfields: many thanks 16:54 < cfields> intcat: np, thanks for the reminder. I've been meaning to fix the bridge for months. 16:56 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 16:58 -!- Murch [~murch@96.74.120.81] has quit [Quit: Snoozing.] 17:00 -!- weez17 [~isaac@unaffiliated/weez17] has quit [Read error: Connection reset by peer] 17:00 -!- weez17 [~isaac@unaffiliated/weez17] has joined #bitcoin-core-dev 17:01 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 246 seconds] 17:06 -!- harryTrout [~mangoiced@2601:583:c201:7520::3] has quit [Ping timeout: 245 seconds] 17:14 -!- Murch [~murch@96.74.120.81] has joined #bitcoin-core-dev 17:20 -!- grafcaps [~haroldbr@104.137.194.255] has quit [Ping timeout: 256 seconds] 17:26 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 17:27 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 17:31 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 260 seconds] 17:36 -!- grafcaps [~haroldbr@50.90.83.229] has joined #bitcoin-core-dev 17:39 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 17:39 -!- djnicholson [23b0cff4@gateway/web/freenode/ip.35.176.207.244] has joined #bitcoin-core-dev 17:46 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 17:50 -!- dafunkiz_ [~dafunkizd@209.63.143.172] has quit [Quit: probably someone interrupted me] 17:54 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d8d9162f5bad...66e91420ab23 17:54 < bitcoin-git> bitcoin/master 0eb84f3 Ben Woosley: test: Use wait_until to ensure ping goes out... 17:54 < bitcoin-git> bitcoin/master 66e9142 MarcoFalke: Merge #12545: test: Use wait_until to ensure ping goes out... 17:55 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #12545: test: Use wait_until to ensure ping goes out (master...ping-timing) https://github.com/bitcoin/bitcoin/pull/12545 17:59 -!- dabura667 [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has joined #bitcoin-core-dev 18:01 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 18:03 -!- Aaronva__ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 18:05 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 18:05 -!- dabura667 [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has quit [Read error: Connection reset by peer] 18:05 -!- dabura667_ [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has joined #bitcoin-core-dev 18:07 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 248 seconds] 18:08 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 18:08 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 240 seconds] 18:10 -!- HFRadical [~none@71.19.252.32] has quit [Quit: Leaving] 18:11 -!- Aaronva__ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 18:18 -!- Murch [~murch@96.74.120.81] has quit [Quit: Snoozing.] 18:26 -!- kryptopraxis [~krypto_pr@p3EE0B247.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 18:27 -!- kryptopraxis [~krypto_pr@p200300C853CAAB004134110D5193557C.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 18:35 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 18:39 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 240 seconds] 18:41 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 18:47 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 18:50 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 18:56 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 246 seconds] 19:03 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has quit [Read error: Connection reset by peer] 19:07 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 19:09 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 240 seconds] 19:15 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has joined #bitcoin-core-dev 19:30 -!- jojeyh [~delphi@2602:306:b8b6:b970:fc4e:a12:3352:1c1e] has joined #bitcoin-core-dev 19:35 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 19:37 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 19:38 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 19:40 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 246 seconds] 19:48 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 19:49 -!- kryptopraxis [~krypto_pr@p200300C853CAAB004134110D5193557C.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 19:54 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 240 seconds] 19:58 -!- qu4ku [~qu4ku@adnd162.neoplus.adsl.tpnet.pl] has quit [Quit: Textual IRC Client: www.textualapp.com] 20:01 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 20:02 -!- kryptopraxis [~krypto_pr@p200300C853CAD5004134110D5193557C.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 20:08 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 20:10 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 265 seconds] 20:10 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Client Quit] 20:10 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 20:12 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has joined #bitcoin-core-dev 20:14 < jojeyh> is there a way to easily specify the fee by sat/kb using bitcoin-cli ? 20:17 -!- Giszmo [~leo@pc-37-38-86-200.cm.vtr.net] has quit [Ping timeout: 255 seconds] 20:21 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #bitcoin-core-dev 20:23 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 246 seconds] 20:31 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 20:32 < bitcoin-git> [bitcoin] Maivaza opened pull request #12679: 0.15 (master...0.15) https://github.com/bitcoin/bitcoin/pull/12679 20:33 < kallewoof> jojeyh: for sendtoaddress? there's a PR but it's not been merged yet unfortunately: #11413 20:33 < gribble> https://github.com/bitcoin/bitcoin/issues/11413 | [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option by kallewoof · Pull Request #11413 · bitcoin/bitcoin · GitHub 20:33 < bitcoin-git> [bitcoin] fanquake closed pull request #12679: 0.15 (master...0.15) https://github.com/bitcoin/bitcoin/pull/12679 20:33 < kallewoof> jojeyh: I think your question is more suited for #bitcoin though, btw. 20:33 < jojeyh> kallewoof, thx i was wondering if someone had already done it 20:35 < jojeyh> aye 20:37 -!- shesek [~shesek@bzq-84-110-235-58.cablep.bezeqint.net] has joined #bitcoin-core-dev 20:37 -!- shesek [~shesek@bzq-84-110-235-58.cablep.bezeqint.net] has quit [Changing host] 20:37 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 20:55 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 21:03 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Ping timeout: 240 seconds] 21:06 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #bitcoin-core-dev 21:09 -!- Samdney [~Samdney@37.58.58.250] has quit [Read error: Connection reset by peer] 21:18 -!- Kolia [68f78002@gateway/web/freenode/ip.104.247.128.2] has joined #bitcoin-core-dev 21:19 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 21:19 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has quit [Read error: Connection reset by peer] 21:21 -!- ken2812221 [~User@133-203.dorm.ncu.edu.tw] has joined #bitcoin-core-dev 21:21 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 264 seconds] 21:33 -!- mrannanay [uid222022@gateway/web/irccloud.com/x-bbaazsnlqjmrmrmm] has joined #bitcoin-core-dev 21:48 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 21:52 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 264 seconds] 21:53 -!- Kolia [68f78002@gateway/web/freenode/ip.104.247.128.2] has quit [Quit: Page closed] 21:54 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 22:06 -!- tylevine [~tylevine@li120-195.members.linode.com] has quit [Quit: Ping timeout (120 seconds)] 22:07 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #bitcoin-core-dev 22:21 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 240 seconds] 22:26 -!- grafcaps [~haroldbr@50.90.83.229] has quit [Ping timeout: 260 seconds] 22:48 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 22:52 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 246 seconds] 22:56 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 23:00 -!- arowser [~quassel@106.120.101.38] has quit [Quit: No Ping reply in 180 seconds.] 23:02 -!- arowser [~quassel@106.120.101.38] has joined #bitcoin-core-dev 23:22 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 240 seconds] 23:22 -!- Sinclair6 [sinclair6@gateway/vpn/privateinternetaccess/sinclair6] has quit [Ping timeout: 240 seconds] 23:26 -!- Sinclair_ [sinclair6@gateway/vpn/privateinternetaccess/sinclair6] has joined #bitcoin-core-dev 23:48 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 23:52 -!- CapitanRetardo [~CapitanRe@ipbcc23e7c.dynamic.kabel-deutschland.de] has quit [Ping timeout: 248 seconds] 23:57 < pierre_rochard> Does anyone know of software / a script that can say “if you merge this pull request, then pull requests X, Y, and Z will have to be rebased”? Google didn’t turn anything up so I’m interested in writing one